iOS v1.0.4

This commit is contained in:
Bojan Mojsilovic 2023-12-01 14:10:25 +01:00
parent 54cb8aab26
commit b8981ce03e
2 changed files with 5 additions and 15 deletions

View File

@ -294,9 +294,9 @@ export const today = (new Date()).getTime();
// Downloads page info --------------------
// iOS
export const iosRD = (new Date('11/13/2023')).getTime();
export const iosVersion = '0.90.3';
export const appStoreLink = 'https://testflight.apple.com/join/Is4tmDDR';
export const iosRD = (new Date('12/01/2023')).getTime();
export const iosVersion = '1.0.4';
export const appStoreLink = 'https://apps.apple.com/us/app/primal/id1673134518';
// Android
export const andRD = (new Date('11/28/2023')).getTime();

View File

@ -435,19 +435,9 @@ export const downloads = {
defaultMessage: 'Get APK instead',
description: 'APK download label',
},
callToActionTitle: {
id: 'downloads.ctaTitle',
defaultMessage: 'Primal Mobile Apps are Here!',
description: 'Title for the downloads\' page call-to-action',
},
callToActionDescription: {
id: 'downloads.ctaDescription',
defaultMessage: 'The iOS app is in public TestFlight and ready to be used as a daily driver. The Android app is in alpha, but developing quickly!',
description: 'Description for the downloads\' page call-to-action',
},
callToActionIOSTitle: {
id: 'downloads.ctaAndroidTitle',
defaultMessage: 'Primal iOS TestFlight',
id: 'downloads.ctaIOSTitle',
defaultMessage: 'Primal iOS',
description: 'Title for the iOS downloads\' page call-to-action',
},
callToActionIOSDescription: {