mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Updated example models to remove barcode and changed passTypeIdentifier
This commit is contained in:
@@ -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)",
|
||||||
|
|||||||
@@ -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)",
|
||||||
|
|||||||
Reference in New Issue
Block a user