./lib/dubai/templates/generic.json in dubai-0.1.2 vs ./lib/dubai/templates/generic.json in dubai-0.2.0
- old
+ new
@@ -1,33 +1,27 @@
{
- "formatVersion" : 1,
- "passTypeIdentifier" : "pass.com.example.generic",
- "description" : "Example Generic Pass",
- "teamIdentifier": "Example",
- "organizationName": "Example",
- "serialNumber" : "123456",
- "foregroundColor": "#FFFFFF",
- "backgroundColor": "#444444",
- "generic" : {
- "primaryFields" : [
-
- ],
- "secondaryFields" : [
-
- ],
- "auxiliaryFields" : [
-
- ],
- "barcode" : {
- "message" : "ABCD 123 EFGH 456 IJKL 789 MNOP",
- "format" : "PKBarcodeFormatPDF417",
- "messageEncoding" : "iso-8859-1"
- },
- "backFields" : [
- {
- "key" : "terms",
- "label" : "Terms and Conditions",
- "value" : "Lorem ipsum dolar sit amet"
- }
- ]
- }
+ "formatVersion": 1,
+ "passTypeIdentifier": "pass.com.example.generic",
+ "description": "Example Generic Pass",
+ "teamIdentifier": "Example",
+ "organizationName": "Example",
+ "serialNumber": "123456",
+ "foregroundColor": "#FFFFFF",
+ "backgroundColor": "#444444",
+ "generic": {
+ "primaryFields": [],
+ "secondaryFields": [],
+ "auxiliaryFields": [],
+ "barcode": {
+ "message": "ABCD 123 EFGH 456 IJKL 789 MNOP",
+ "format": "PKBarcodeFormatPDF417",
+ "messageEncoding": "iso-8859-1"
+ },
+ "backFields": [
+ {
+ "key": "terms",
+ "label": "Terms and Conditions",
+ "value": "Lorem ipsum dolar sit amet"
+ }
+ ]
+ }
}