Updated example models to remove barcode and changed passTypeIdentifier

This commit is contained in:
Alexander Cerutti
2021-10-20 00:29:23 +02:00
parent 2c1c60e393
commit 7b8d81bf4b
2 changed files with 2 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{ {
"formatVersion": 1, "formatVersion": 1,
"passTypeIdentifier": "pass.com.example.myapp", "passTypeIdentifier": "pass.com.passkitgenerator",
"serialNumber": "nmyuxofgna", "serialNumber": "nmyuxofgna",
"teamIdentifier": "F53WB8AE67", "teamIdentifier": "F53WB8AE67",
"webServiceURL": "https://192.168.1.254:80/", "webServiceURL": "https://192.168.1.254:80/",
@@ -23,11 +23,6 @@
"messageEncoding": "iso-8859-1" "messageEncoding": "iso-8859-1"
} }
], ],
"barcode": {
"message": "123456789",
"format": "PKBarcodeFormatQR",
"messageEncoding": "iso-8859-1"
},
"organizationName": "Apple Inc.", "organizationName": "Apple Inc.",
"description": "A Booking pass", "description": "A Booking pass",
"foregroundColor": "rgb(255, 255, 255)", "foregroundColor": "rgb(255, 255, 255)",

View File

@@ -1,6 +1,6 @@
{ {
"formatVersion": 1, "formatVersion": 1,
"passTypeIdentifier": "pass.com.example.myapp", "passTypeIdentifier": "pass.com.passkitgenerator",
"serialNumber": "nmyuxofgna", "serialNumber": "nmyuxofgna",
"teamIdentifier": "F53WB8AE67", "teamIdentifier": "F53WB8AE67",
"webServiceURL": "https://192.168.1.254:80/", "webServiceURL": "https://192.168.1.254:80/",
@@ -23,11 +23,6 @@
"messageEncoding": "iso-8859-1" "messageEncoding": "iso-8859-1"
} }
], ],
"barcode": {
"message": "123456789",
"format": "PKBarcodeFormatQR",
"messageEncoding": "iso-8859-1"
},
"organizationName": "Apple Inc.", "organizationName": "Apple Inc.",
"description": "Apple Event Ticket", "description": "Apple Event Ticket",
"foregroundColor": "rgb(255, 255, 255)", "foregroundColor": "rgb(255, 255, 255)",