diff --git a/server/template-versions/apple/4/icon.png b/server/template-versions/apple/4/icon.png deleted file mode 100644 index 3a52d06..0000000 Binary files a/server/template-versions/apple/4/icon.png and /dev/null differ diff --git a/server/template-versions/apple/4/icon@2x.png b/server/template-versions/apple/4/icon@2x.png deleted file mode 100644 index 11aa015..0000000 Binary files a/server/template-versions/apple/4/icon@2x.png and /dev/null differ diff --git a/server/template-versions/apple/4/logo.png b/server/template-versions/apple/4/logo.png deleted file mode 100644 index af02f64..0000000 Binary files a/server/template-versions/apple/4/logo.png and /dev/null differ diff --git a/server/template-versions/apple/4/logo@2x.png b/server/template-versions/apple/4/logo@2x.png deleted file mode 100644 index 7eca7c2..0000000 Binary files a/server/template-versions/apple/4/logo@2x.png and /dev/null differ diff --git a/server/template-versions/apple/4/logo@3x.png b/server/template-versions/apple/4/logo@3x.png deleted file mode 100644 index f0b3191..0000000 Binary files a/server/template-versions/apple/4/logo@3x.png and /dev/null differ diff --git a/server/template-versions/apple/4/pass.json b/server/template-versions/apple/4/pass.json deleted file mode 100644 index 8fe87f4..0000000 --- a/server/template-versions/apple/4/pass.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "organizationName": "Nation3", - "passTypeIdentifier": "pass.org.passport.nation3", - "serialNumber": "not yet :)", - "webServiceURL": "", - "authenticationToken": "", - "description": "Nation3 passports for Nation3 citizens.", - "teamIdentifier": "6GU2F645A4", - "backgroundColor": "rgb(255,255,255)", - "foregroundColor": "rgb(34, 64, 89)", - "labelColor": "rgb(115, 149, 178)", - "formatVersion": 1, - "storeCard": { - "headerFields": [ - { - "key": "id", - "value": "not yet :)", - "label": "Number" - } - ], - "primaryFields": [], - "secondaryFields": [ - { - "key": "holder", - "label": "Passport Holder", - "value": "luisc.eth" - }, - { - "key": "issueDate", - "label": "Issue Date", - "value": "2022-05-30" - }, - { - "key": "type", - "label": "Type", - "value": "GENESIS" - } - ], - "backFields": [ - { - "key": "backAbout", - "label": "About Nation3 Genesis Passports", - "value": "Nation3 is a sovereign cloud nation. We are building a community of like-minded people creating a nation on the cloud. Only 420 Nation3 Genesis Passports will ever exist, and they mark a unique collective of the first ever Nation3 citizens." - }, - { - "key": "backIssueDate", - "label": "Passport Issue Date", - "value": "2022-05-30" - }, - { - "key": "backId", - "value": "not yet :)", - "label": "Passport Number" - }, - { - "key": "backHolder", - "label": "Passport Holder", - "value": "luisc.eth" - }, - { - "key": "backIssuer", - "label": "Passport Issuer", - "value": "Nation3" - }, - { - "key": "backLatestUpdateTitle", - "label": "Latest Nation3 Update", - "changeMessage": "%@", - "value": "..." - }, - { - "key": "backLatestUpdateContent", - "value": "..." - } - ] - }, - "barcodes": [ - { - "message": "https://nation3.org", - "format": "PKBarcodeFormatQR", - "messageEncoding": "iso-8859-1" - } - ] -} diff --git a/server/template-versions/apple/4/strip.png b/server/template-versions/apple/4/strip.png deleted file mode 100644 index c395d9d..0000000 Binary files a/server/template-versions/apple/4/strip.png and /dev/null differ diff --git a/server/template-versions/apple/4/strip@2x.png b/server/template-versions/apple/4/strip@2x.png deleted file mode 100644 index 65bd16f..0000000 Binary files a/server/template-versions/apple/4/strip@2x.png and /dev/null differ diff --git a/server/template-versions/apple/4/strip@3x.png b/server/template-versions/apple/4/strip@3x.png deleted file mode 100644 index 5f32848..0000000 Binary files a/server/template-versions/apple/4/strip@3x.png and /dev/null differ diff --git a/server/utils/Config.ts b/server/utils/Config.ts index c1b0556..8cebd09 100644 --- a/server/utils/Config.ts +++ b/server/utils/Config.ts @@ -18,7 +18,7 @@ export const config = { dbSupabaseUrl: getEnvironmentVariable('DB_SUPABASE_URL'), dbSupabaseAnonKey: getEnvironmentVariable('DB_SUPABASE_ANON_KEY'), - appleTemplateVersion: 4, + appleTemplateVersion: 3, appleAuthTokenHmacSeed: getEnvironmentVariable('APPLE_AUTH_TOKEN_HMAC_SEED'), appleWebServiceUrl: getEnvironmentVariable('APPLE_WEB_SERVICE_URL'), appleCACertificatePEM: getEnvironmentVariable('APPLE_CA_CERTIFICATE_PEM'),