-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Complete the implementation of Wallet Orders started in version 0.4.0. - Add distribution of bundles of multiple passes (`.pkpasses`). - Add support for Pass Personalization. - The generation of personalizable passes is fully implemented and has been tested, whereas the server endpoint that Wallet expects to make them work is WIP, since to properly test it a special certificate for Apple is needed (the issue is better explained in the docs). - Other features linked to personalizable passes (such as data models for the personalized user info) are postponed. - Add DocC catalogs for all modules. - Several other improvements and refactoring to improve stability and ease of use.
- Loading branch information
1 parent
65ff989
commit 06b3143
Showing
50 changed files
with
2,210 additions
and
572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
/*.xcodeproj | ||
xcuserdata/ | ||
Package.resolved | ||
.swiftpm |
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
.swiftpm/xcode/package.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.