Spaces:
Paused
Paused
Upload 7 files
Browse files- transit.pass/icon.png +0 -0
- transit.pass/icon@2x.png +0 -0
- transit.pass/logo.png +0 -0
- transit.pass/logo@2x.png +0 -0
- transit.pass/pass.json +29 -0
- transit.pass/thumbnail.png +0 -0
- transit.pass/thumbnail@2x.png +0 -0
transit.pass/icon.png
ADDED
|
|
transit.pass/icon@2x.png
ADDED
|
|
transit.pass/logo.png
ADDED
|
transit.pass/logo@2x.png
ADDED
|
transit.pass/pass.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"formatVersion" : 1,
|
| 3 |
+
"passTypeIdentifier" : "<your-passTypeIdentifier>",
|
| 4 |
+
"serialNumber" : "<some serial number>",
|
| 5 |
+
"teamIdentifier" : "<your-teamID>",
|
| 6 |
+
"barcode" : {
|
| 7 |
+
"message" : "test",
|
| 8 |
+
"format" : "PKBarcodeFormatAztec",
|
| 9 |
+
"altText": "CIV",
|
| 10 |
+
"messageEncoding" : "iso-8859-1"
|
| 11 |
+
},
|
| 12 |
+
"organizationName" : "organization",
|
| 13 |
+
"description" : "WalletTicket",
|
| 14 |
+
"logoText" : "WalletTicket",
|
| 15 |
+
"foregroundColor" : "rgb(255, 255, 255)",
|
| 16 |
+
"backgroundColor" : "rgb(37, 150, 190)",
|
| 17 |
+
"generic" : {
|
| 18 |
+
"primaryFields" : [
|
| 19 |
+
],
|
| 20 |
+
"headerFields" : [
|
| 21 |
+
],
|
| 22 |
+
"secondaryFields" : [
|
| 23 |
+
],
|
| 24 |
+
"auxiliaryFields" : [
|
| 25 |
+
],
|
| 26 |
+
"backFields" : [
|
| 27 |
+
]
|
| 28 |
+
}
|
| 29 |
+
}
|
transit.pass/thumbnail.png
ADDED
|
|
transit.pass/thumbnail@2x.png
ADDED
|
|