13 Commits

Author SHA1 Message Date
Lukas Kubanek cca79b7d2f Use local copy of the library for demo projects
The Xcode workspace was configured to use the upstream version of the AppReceiptValidator package, which wouldn’t allow for testing local changes made to the package.
2021-12-17 12:21:07 +01:00
Hannes Oud 0f1a968f32 Remove unused schemes 2021-11-22 11:12:10 +01:00
Hannes Oud 825114a341 Fix example project compilations by integrating package in project, not workspace 2021-11-22 11:12:10 +01:00
Michael Schwarz 92639c90ba Update README 2021-11-22 10:43:32 +01:00
Michael Schwarz 0a618f5a8b Fix parsing of receipts with unknown characters in example app 2021-10-19 16:09:50 +02:00
Thomas Zoechling 6224f5894d Remove .xcodeproj for library, convert directory layout to SPM standard layout and create a dedicated workspace for the demo project 2021-07-16 14:08:07 +02:00
Hannes Oud 695cc8cb84 Allow mac demo app to decode b64 files 2020-11-06 13:02:26 +01:00
Hannes Oud 90243d4f86 Touch Example schemes and project with Xcode 12.2 2020-11-06 12:16:01 +01:00
Hannes Oud 6d8e6a1cc4 Update deployment targets according to what swift-crypto allows us 2020-11-06 12:00:55 +01:00
Hannes Oud a8c7d87443 Refer to .swiftlint.yml in example proj swiftlint phase 2020-11-06 11:46:16 +01:00
Hannes Oud 1fe22624c9 Add workspace for Example/ with local reference to AppReceiptValidator package 2020-11-06 11:34:58 +01:00
Hannes Oud 1210c2e576 Add AppReceiptValidator package to example projekts in Example/AppReceiptValidator.xcodeproj 2020-11-06 11:31:40 +01:00
Michael Schwarz 9e705b3905 Add crypto swift and some logic for decoding signature 2020-09-29 10:24:40 +02:00