mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Added semanticBoardingPass example to models
This commit is contained in:
BIN
examples/models/semanticBoardingPass.pass/icon.png
Normal file
BIN
examples/models/semanticBoardingPass.pass/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
BIN
examples/models/semanticBoardingPass.pass/icon@2x.png
Normal file
BIN
examples/models/semanticBoardingPass.pass/icon@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
BIN
examples/models/semanticBoardingPass.pass/logo.png
Normal file
BIN
examples/models/semanticBoardingPass.pass/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
BIN
examples/models/semanticBoardingPass.pass/logo@2x.png
Normal file
BIN
examples/models/semanticBoardingPass.pass/logo@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
42
examples/models/semanticBoardingPass.pass/pass.json
Normal file
42
examples/models/semanticBoardingPass.pass/pass.json
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"description": "iOS 26 Semantic Boarding Pass",
|
||||||
|
"serialNumber": "2w5zzretyg7n168c7c4053e961",
|
||||||
|
"teamIdentifier": "F53WB8AE67",
|
||||||
|
"passTypeIdentifier": "pass.com.passkitgenerator",
|
||||||
|
"foregroundColor": "rgb(0, 0, 0)",
|
||||||
|
"backgroundColor": "rgb(255, 255, 255)",
|
||||||
|
"labelColor": "rgb(0, 0, 0)",
|
||||||
|
"preferredStyleSchemes": ["semanticBoardingPass", "boardingPass"],
|
||||||
|
"organizationName": "A Generic Random Organization",
|
||||||
|
"boardingPass": {},
|
||||||
|
"barcodes": [
|
||||||
|
{
|
||||||
|
"messageEncoding": "utf-8",
|
||||||
|
"message": "Passkit-generator generated this",
|
||||||
|
"format": "PKBarcodeFormatQR",
|
||||||
|
"altText": "Passkit-generator generated this"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"semantics": {
|
||||||
|
"internationalDocumentsAreVerified": true,
|
||||||
|
"internationalDocumentsVerifiedDeclarationName": "Travel Ready (custom tag)",
|
||||||
|
"airlineCode": "FI",
|
||||||
|
"flightNumber": 533,
|
||||||
|
|
||||||
|
"originalDepartureDate": "2025-09-30T14:00:00Z",
|
||||||
|
"originalArrivalDate": "2025-09-30T16:00:00Z",
|
||||||
|
"originalBoardingDate": "2025-09-30T13:30:00Z",
|
||||||
|
"departureAirportCode": "MUC",
|
||||||
|
"departureCityName": "Munich",
|
||||||
|
"departureLocationTimeZone": "Europe/Berlin",
|
||||||
|
"departureGate": "A12",
|
||||||
|
"destinationGate": "B34",
|
||||||
|
"destinationAirportCode": "KEF",
|
||||||
|
"destinationCityName": "Reykjavik",
|
||||||
|
"destinationLocationTimeZone": "Atlantic/Reykjavik",
|
||||||
|
"passengerName": { "givenName": "John", "familyName": "Doe" },
|
||||||
|
"loungePlaceIDs": ["IB452E0A3979253B0"]
|
||||||
|
},
|
||||||
|
"entertainmentURL": "https://www.example.com"
|
||||||
|
}
|
||||||
BIN
examples/models/semanticBoardingPass.pass/primaryLogo.png
Normal file
BIN
examples/models/semanticBoardingPass.pass/primaryLogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user