diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/Design/icon.psd b/Design/icon.psd new file mode 100644 index 0000000..110b7bc Binary files /dev/null and b/Design/icon.psd differ diff --git a/Design/strip.psd b/Design/strip.psd new file mode 100644 index 0000000..c30ee48 Binary files /dev/null and b/Design/strip.psd differ diff --git a/Example.pkpass b/Example.pkpass new file mode 100644 index 0000000..9a1bc9a Binary files /dev/null and b/Example.pkpass differ diff --git a/PassKit-Business-Card/icon.png b/PassKit-Business-Card/icon.png new file mode 100644 index 0000000..652f9df Binary files /dev/null and b/PassKit-Business-Card/icon.png differ diff --git a/PassKit-Business-Card/icon@2x.png b/PassKit-Business-Card/icon@2x.png new file mode 100644 index 0000000..1b72d64 Binary files /dev/null and b/PassKit-Business-Card/icon@2x.png differ diff --git a/PassKit-Business-Card/icon@3x.png b/PassKit-Business-Card/icon@3x.png new file mode 100644 index 0000000..bb412d3 Binary files /dev/null and b/PassKit-Business-Card/icon@3x.png differ diff --git a/PassKit-Business-Card/logo.png b/PassKit-Business-Card/logo.png new file mode 100644 index 0000000..5faf4f5 Binary files /dev/null and b/PassKit-Business-Card/logo.png differ diff --git a/PassKit-Business-Card/logo@2x.png b/PassKit-Business-Card/logo@2x.png new file mode 100644 index 0000000..fc12d02 Binary files /dev/null and b/PassKit-Business-Card/logo@2x.png differ diff --git a/PassKit-Business-Card/logo@3x.png b/PassKit-Business-Card/logo@3x.png new file mode 100644 index 0000000..8ea47fa Binary files /dev/null and b/PassKit-Business-Card/logo@3x.png differ diff --git a/PassKit-Business-Card/pass.json b/PassKit-Business-Card/pass.json new file mode 100644 index 0000000..6e662e8 --- /dev/null +++ b/PassKit-Business-Card/pass.json @@ -0,0 +1,79 @@ +{ + "formatVersion" : 1, + "passTypeIdentifier" : "pass.au.com.timoliver.businesscard.dank", + "serialNumber" : "XD", + "teamIdentifier" : "**INSERT YOUR TEAM IDENTIFIER CODE HERE**", + "barcodes" : [ + { + "message" : "https://downloads.timoliver.com.au/tim-businesscard.pkpass", + "format" : "PKBarcodeFormatQR", + "messageEncoding" : "iso-8859-1" + } + ], + "organizationName" : "Tim Oliver", + "description" : "Tim Oliver", + "foregroundColor" : "rgb(255, 255, 255)", + "backgroundColor" : "rgb(20, 20, 20)", + "labelColor" : "rgb(190, 57, 57)", + "storeCard" : { + "headerFields" : [ + { + "key" : "header-name", + "textAlignment" : "PKTextAlignmentRight", + "label" : "PROFESSION", + "value" : "Hanzo Main" + } + ], + "auxiliaryFields" : [ + { + "key" : "blog", + "label" : "BLOG", + "value" : "http://timoliver.blog", + "textAlignment" : "PKTextAlignmentLeft" + }, + { + "key" : "twitter", + "label" : "TWITTER", + "value" : "@TimOliverAU", + "textAlignment" : "PKTextAlignmentRight" + } + ], + "backFields" : [ + { + "key" : "back-name", + "label" : "NAME", + "value" : "Tim Oliver" + }, + { + "key" : "back-role", + "label" : "OCCUPATION", + "value" : "CMO - Chief Memes Officer" + }, + { + "key" : "back-email", + "label" : "EMAIL", + "attributedValue" : "info@timoliver.com.au" + }, + { + "key" : "back-blog", + "label" : "BLOG", + "attributedValue" : "http://timoliver.blog" + }, + { + "key" : "back-email", + "label" : "TWITTER", + "attributedValue" : "@TimOliverAU" + }, + { + "key" : "back-instagram", + "label" : "INSTAGRAM", + "attributedValue" : "@TimOliver" + }, + { + "key" : "back-github", + "label" : "GITHUB", + "attributedValue" : "@TimOliver" + } + ] + } +} diff --git a/PassKit-Business-Card/strip.png b/PassKit-Business-Card/strip.png new file mode 100644 index 0000000..7ffa6f3 Binary files /dev/null and b/PassKit-Business-Card/strip.png differ diff --git a/PassKit-Business-Card/strip@2x.png b/PassKit-Business-Card/strip@2x.png new file mode 100644 index 0000000..fc98620 Binary files /dev/null and b/PassKit-Business-Card/strip@2x.png differ diff --git a/PassKit-Business-Card/strip@3x.png b/PassKit-Business-Card/strip@3x.png new file mode 100644 index 0000000..35ae13a Binary files /dev/null and b/PassKit-Business-Card/strip@3x.png differ diff --git a/screenshot.jpg b/screenshot.jpg new file mode 100644 index 0000000..15748d8 Binary files /dev/null and b/screenshot.jpg differ diff --git a/signpass b/signpass new file mode 100755 index 0000000..5857d3c Binary files /dev/null and b/signpass differ