-
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.
* Fix an issue in the `PKErrorLog` model, where the `created_at` `FieldKey` didn't coincide in the model and in the migration. * Make `authenticationToken` unique for each pass, as requested by the Wallet documentation, improving security. * Create a new target `PassKit` for the types shared between the `Passes` and the upcoming `Orders` modules. * Rename multiple structs and protocols to better represent what they are. * Add `PassJSON` protocol to help build the `pass.json`. * Start work on the `Orders` target.
- Loading branch information
1 parent
72495e1
commit 65ff989
Showing
37 changed files
with
1,388 additions
and
442 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 1 | ||
builder: | ||
configs: | ||
- documentation_targets: [Passes] | ||
- documentation_targets: [PassKit, Passes, Orders] |
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.