diff --git a/CovidSafe.xcodeproj/project.pbxproj b/CovidSafe.xcodeproj/project.pbxproj index 90faf0c..4d67dae 100644 --- a/CovidSafe.xcodeproj/project.pbxproj +++ b/CovidSafe.xcodeproj/project.pbxproj @@ -197,6 +197,16 @@ 5B92D750243022F20049877B /* InitiateUploadAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59ACB573242F195A00E63E3C /* InitiateUploadAPI.swift */; }; 5BD3EE8324330E1A0004A007 /* UploadDataStep2VC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BD3EE8224330E1A0004A007 /* UploadDataStep2VC.swift */; }; 5BD3EE84243313450004A007 /* UploadDataStep2VC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BD3EE8224330E1A0004A007 /* UploadDataStep2VC.swift */; }; + 5BED1E3A24A96D1C0066C4D2 /* LaunchScreen_ar.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5BED1E3924A96D1C0066C4D2 /* LaunchScreen_ar.storyboard */; }; + 5BED1E3B24A96D1C0066C4D2 /* LaunchScreen_ar.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5BED1E3924A96D1C0066C4D2 /* LaunchScreen_ar.storyboard */; }; + 5BED1E3D24A98EA90066C4D2 /* LaunchScreen_zh-Hans.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5BED1E3C24A98EA90066C4D2 /* LaunchScreen_zh-Hans.storyboard */; }; + 5BED1E3E24A98EA90066C4D2 /* LaunchScreen_zh-Hans.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5BED1E3C24A98EA90066C4D2 /* LaunchScreen_zh-Hans.storyboard */; }; + 5BED1E4024A98EAF0066C4D2 /* LaunchScreen_zh-Hant.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5BED1E3F24A98EAF0066C4D2 /* LaunchScreen_zh-Hant.storyboard */; }; + 5BED1E4124A98EAF0066C4D2 /* LaunchScreen_zh-Hant.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5BED1E3F24A98EAF0066C4D2 /* LaunchScreen_zh-Hant.storyboard */; }; + 5BED1E4324A98EB60066C4D2 /* LaunchScreen_vi.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5BED1E4224A98EB60066C4D2 /* LaunchScreen_vi.storyboard */; }; + 5BED1E4424A98EB60066C4D2 /* LaunchScreen_vi.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5BED1E4224A98EB60066C4D2 /* LaunchScreen_vi.storyboard */; }; + 5BED1E4624A98EC20066C4D2 /* LaunchScreen_ko.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5BED1E4524A98EC20066C4D2 /* LaunchScreen_ko.storyboard */; }; + 5BED1E4724A98EC20066C4D2 /* LaunchScreen_ko.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5BED1E4524A98EC20066C4D2 /* LaunchScreen_ko.storyboard */; }; 5BFFD94B242EC120003AEF4F /* PhoneValidationAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BFFD94A242EC120003AEF4F /* PhoneValidationAPI.swift */; }; 5D269C0B23E22CC400ADF2DE /* DeviceIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D269C0A23E22CC400ADF2DE /* DeviceIdentifier.swift */; }; 5D269C0D23E2958F00ADF2DE /* BluetraceManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D269C0C23E2958F00ADF2DE /* BluetraceManager.swift */; }; @@ -346,6 +356,21 @@ 5B92D666243012330049877B /* CovidSafe-config.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "CovidSafe-config.plist"; path = "Resources/STG/CovidSafe-config.plist"; sourceTree = ""; }; 5B92D6D9243018040049877B /* COVIDSafe-staging.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "COVIDSafe-staging.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 5BD3EE8224330E1A0004A007 /* UploadDataStep2VC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadDataStep2VC.swift; sourceTree = ""; }; + 5BED1E2F24A95ECB0066C4D2 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = ""; }; + 5BED1E3024A95ECB0066C4D2 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/InfoPlist.strings; sourceTree = ""; }; + 5BED1E3924A96D1C0066C4D2 /* LaunchScreen_ar.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen_ar.storyboard; path = CovidSafe/Resources/LaunchScreen/LaunchScreen_ar.storyboard; sourceTree = SOURCE_ROOT; }; + 5BED1E3C24A98EA90066C4D2 /* LaunchScreen_zh-Hans.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = "LaunchScreen_zh-Hans.storyboard"; path = "CovidSafe/Resources/LaunchScreen/LaunchScreen_zh-Hans.storyboard"; sourceTree = SOURCE_ROOT; }; + 5BED1E3F24A98EAF0066C4D2 /* LaunchScreen_zh-Hant.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = "LaunchScreen_zh-Hant.storyboard"; path = "CovidSafe/Resources/LaunchScreen/LaunchScreen_zh-Hant.storyboard"; sourceTree = SOURCE_ROOT; }; + 5BED1E4224A98EB60066C4D2 /* LaunchScreen_vi.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen_vi.storyboard; path = CovidSafe/Resources/LaunchScreen/LaunchScreen_vi.storyboard; sourceTree = SOURCE_ROOT; }; + 5BED1E4524A98EC20066C4D2 /* LaunchScreen_ko.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen_ko.storyboard; path = CovidSafe/Resources/LaunchScreen/LaunchScreen_ko.storyboard; sourceTree = SOURCE_ROOT; }; + 5BED1E4A24A98F480066C4D2 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = ""; }; + 5BED1E4B24A98F480066C4D2 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/InfoPlist.strings"; sourceTree = ""; }; + 5BED1E4D24A98F530066C4D2 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Localizable.strings; sourceTree = ""; }; + 5BED1E4E24A98F530066C4D2 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/InfoPlist.strings; sourceTree = ""; }; + 5BED1E5024A98FCE0066C4D2 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = ""; }; + 5BED1E5124A98FD50066C4D2 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = ""; }; + 5BED1E5224A9900B0066C4D2 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = ""; }; + 5BED1E5324A9900B0066C4D2 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/InfoPlist.strings; sourceTree = ""; }; 5BFFD94A242EC120003AEF4F /* PhoneValidationAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhoneValidationAPI.swift; sourceTree = ""; }; 5D269C0A23E22CC400ADF2DE /* DeviceIdentifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceIdentifier.swift; sourceTree = ""; }; 5D269C0C23E2958F00ADF2DE /* BluetraceManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BluetraceManager.swift; sourceTree = ""; }; @@ -611,6 +636,7 @@ 5B82435D2480DAB100705CB1 /* Internationalization */ = { isa = PBXGroup; children = ( + 5BED1E3824A96CF50066C4D2 /* LaunchScreen */, 5B8243612480DC2100705CB1 /* Localizable.strings */, 5B51ED64248715DE008CE722 /* InfoPlist.strings */, ); @@ -643,6 +669,18 @@ name = PROD; sourceTree = ""; }; + 5BED1E3824A96CF50066C4D2 /* LaunchScreen */ = { + isa = PBXGroup; + children = ( + 5BED1E3924A96D1C0066C4D2 /* LaunchScreen_ar.storyboard */, + 5BED1E3C24A98EA90066C4D2 /* LaunchScreen_zh-Hans.storyboard */, + 5BED1E3F24A98EAF0066C4D2 /* LaunchScreen_zh-Hant.storyboard */, + 5BED1E4224A98EB60066C4D2 /* LaunchScreen_vi.storyboard */, + 5BED1E4524A98EC20066C4D2 /* LaunchScreen_ko.storyboard */, + ); + path = LaunchScreen; + sourceTree = ""; + }; 5BFFD949242EC04D003AEF4F /* API */ = { isa = PBXGroup; children = ( @@ -901,6 +939,11 @@ knownRegions = ( en, Base, + ar, + "zh-Hans", + "zh-Hant", + vi, + ko, ); mainGroup = 5DD41D2E23DCB03B00FD4AB0; productRefGroup = 5DD41D3823DCB03B00FD4AB0 /* Products */; @@ -925,16 +968,21 @@ 5B92D6BF243018040049877B /* NewFeedbackFlow.storyboard in Resources */, 59AF2EA92435801400ACCAF2 /* SFSRootCAG2.cer in Resources */, 59F25D6A245B917A002A7ED8 /* Spinner_home.json in Resources */, + 5BED1E3E24A98EA90066C4D2 /* LaunchScreen_zh-Hans.storyboard in Resources */, 5B82435F2480DC2100705CB1 /* Localizable.strings in Resources */, 5B92D6C7243018040049877B /* CovidSafe-config.plist in Resources */, 59AF2EA0243560FD00ACCAF2 /* AmazonRootCA1.cer in Resources */, 5961ABEE2474E464004040DF /* spinner_migrating_db.json in Resources */, 59AF2EAD2435801400ACCAF2 /* AmazonRootCA4.cer in Resources */, 59F25D6F245BED80002A7ED8 /* Debug.storyboard in Resources */, + 5BED1E3B24A96D1C0066C4D2 /* LaunchScreen_ar.storyboard in Resources */, + 5BED1E4424A98EB60066C4D2 /* LaunchScreen_vi.storyboard in Resources */, 5B92D6C9243018040049877B /* LaunchScreen.storyboard in Resources */, 59AF2EAF2435801400ACCAF2 /* AmazonRootCA2.cer in Resources */, 5B92D6CB243018040049877B /* Assets.xcassets in Resources */, + 5BED1E4124A98EAF0066C4D2 /* LaunchScreen_zh-Hant.storyboard in Resources */, 5B337AB0245AA26300537620 /* Spinner_upload.json in Resources */, + 5BED1E4724A98EC20066C4D2 /* LaunchScreen_ko.storyboard in Resources */, 59AF2EAB2435801400ACCAF2 /* AmazonRootCA3.cer in Resources */, 5B92D6CF243018040049877B /* Main.storyboard in Resources */, ); @@ -949,12 +997,17 @@ A767D313242DF1B000DC9E2A /* JMCTarget.json in Resources */, 59AF2EA82435801400ACCAF2 /* SFSRootCAG2.cer in Resources */, A767D312242DF1B000DC9E2A /* NewFeedbackFlow.storyboard in Resources */, + 5BED1E3D24A98EA90066C4D2 /* LaunchScreen_zh-Hans.storyboard in Resources */, 59F25D69245B917A002A7ED8 /* Spinner_home.json in Resources */, + 5BED1E4624A98EC20066C4D2 /* LaunchScreen_ko.storyboard in Resources */, + 5BED1E3A24A96D1C0066C4D2 /* LaunchScreen_ar.storyboard in Resources */, 5B82435E2480DC2100705CB1 /* Localizable.strings in Resources */, 5B92D663243011B40049877B /* CovidSafe-config.plist in Resources */, + 5BED1E4324A98EB60066C4D2 /* LaunchScreen_vi.storyboard in Resources */, 59AF2E9F243560FD00ACCAF2 /* AmazonRootCA1.cer in Resources */, 5B51ED61248715DE008CE722 /* InfoPlist.strings in Resources */, 59AF2EAC2435801400ACCAF2 /* AmazonRootCA4.cer in Resources */, + 5BED1E4024A98EAF0066C4D2 /* LaunchScreen_zh-Hant.storyboard in Resources */, 5DD41D4723DCB03D00FD4AB0 /* LaunchScreen.storyboard in Resources */, 59AF2EAE2435801400ACCAF2 /* AmazonRootCA2.cer in Resources */, 5DD41D4423DCB03D00FD4AB0 /* Assets.xcassets in Resources */, @@ -1295,6 +1348,11 @@ isa = PBXVariantGroup; children = ( 5B51ED63248715DE008CE722 /* en */, + 5BED1E3024A95ECB0066C4D2 /* ar */, + 5BED1E4B24A98F480066C4D2 /* zh-Hant */, + 5BED1E4E24A98F530066C4D2 /* vi */, + 5BED1E5024A98FCE0066C4D2 /* zh-Hans */, + 5BED1E5324A9900B0066C4D2 /* ko */, ); name = InfoPlist.strings; sourceTree = ""; @@ -1303,6 +1361,11 @@ isa = PBXVariantGroup; children = ( 5B8243602480DC2100705CB1 /* en */, + 5BED1E2F24A95ECB0066C4D2 /* ar */, + 5BED1E4A24A98F480066C4D2 /* zh-Hant */, + 5BED1E4D24A98F530066C4D2 /* vi */, + 5BED1E5124A98FD50066C4D2 /* zh-Hans */, + 5BED1E5224A9900B0066C4D2 /* ko */, ); name = Localizable.strings; sourceTree = ""; @@ -1404,7 +1467,7 @@ CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 37; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = 45792XH5L8; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -1412,7 +1475,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.6; + MARKETING_VERSION = 1.7; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_NAME = COVIDSafe; @@ -1488,7 +1551,7 @@ CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 37; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = 45792XH5L8; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -1496,7 +1559,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.6; + MARKETING_VERSION = 1.7; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_NAME = COVIDSafe; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -1516,7 +1579,7 @@ CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 37; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = 45792XH5L8; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -1524,7 +1587,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.6; + MARKETING_VERSION = 1.7; ONLY_ACTIVE_ARCH = YES; OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG"; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; @@ -1546,7 +1609,7 @@ CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 37; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = 45792XH5L8; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -1554,7 +1617,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.6; + MARKETING_VERSION = 1.7; ONLY_ACTIVE_ARCH = YES; OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG"; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; @@ -1576,7 +1639,7 @@ CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 37; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = 45792XH5L8; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -1584,7 +1647,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.6; + MARKETING_VERSION = 1.7; OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG"; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_MODULE_NAME = COVIDSafe; @@ -1606,7 +1669,7 @@ CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 37; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = 45792XH5L8; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -1614,7 +1677,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.6; + MARKETING_VERSION = 1.7; OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D DEBUG"; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_MODULE_NAME = COVIDSafe; @@ -1754,7 +1817,7 @@ CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 37; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = 45792XH5L8; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -1762,7 +1825,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.6; + MARKETING_VERSION = 1.7; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_NAME = COVIDSafe; @@ -1782,7 +1845,7 @@ CODE_SIGN_ENTITLEMENTS = "CovidSafe/Project Bluetrace.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 37; + CURRENT_PROJECT_VERSION = 46; DEVELOPMENT_TEAM = 45792XH5L8; INFOPLIST_FILE = "$(SRCROOT)/CovidSafe/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -1790,7 +1853,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.6; + MARKETING_VERSION = 1.7; PRODUCT_BUNDLE_IDENTIFIER = au.gov.health.covidsafe; PRODUCT_NAME = COVIDSafe; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/CovidSafe/Assets.xcassets/CovidSafe/ChevronRight.imageset/Contents.json b/CovidSafe/Assets.xcassets/CovidSafe/ChevronRight.imageset/Contents.json index a2f8f5a..a99b464 100644 --- a/CovidSafe/Assets.xcassets/CovidSafe/ChevronRight.imageset/Contents.json +++ b/CovidSafe/Assets.xcassets/CovidSafe/ChevronRight.imageset/Contents.json @@ -2,7 +2,8 @@ "images" : [ { "filename" : "chevron-right.pdf", - "idiom" : "universal" + "idiom" : "universal", + "language-direction" : "left-to-right" } ], "info" : { diff --git a/CovidSafe/Assets.xcassets/arrow-left.imageset/Contents.json b/CovidSafe/Assets.xcassets/arrow-left.imageset/Contents.json index 17ebb29..0f89ca9 100644 --- a/CovidSafe/Assets.xcassets/arrow-left.imageset/Contents.json +++ b/CovidSafe/Assets.xcassets/arrow-left.imageset/Contents.json @@ -1,12 +1,13 @@ { "images" : [ { + "filename" : "arrow-left.pdf", "idiom" : "universal", - "filename" : "arrow-left.pdf" + "language-direction" : "left-to-right" } ], "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 } -} \ No newline at end of file +} diff --git a/CovidSafe/Base.lproj/LaunchScreen.storyboard b/CovidSafe/Base.lproj/LaunchScreen.storyboard index ec218c3..3a04bd9 100644 --- a/CovidSafe/Base.lproj/LaunchScreen.storyboard +++ b/CovidSafe/Base.lproj/LaunchScreen.storyboard @@ -1,6 +1,6 @@ - + @@ -13,40 +13,52 @@ - + - + - + - - - - - - - + + + + + + + + + + - - - - - + + + + diff --git a/CovidSafe/Base.lproj/Main.storyboard b/CovidSafe/Base.lproj/Main.storyboard index 97d65b4..b6b87ef 100644 --- a/CovidSafe/Base.lproj/Main.storyboard +++ b/CovidSafe/Base.lproj/Main.storyboard @@ -1,9 +1,9 @@ - + - + @@ -28,7 +28,7 @@ - @@ -292,16 +336,18 @@ Together we can help stop the spread and stay healthy. - + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + - - - - + @@ -1080,16 +1207,21 @@ They will need to register using their own device and phone number so that COVID - - - - - - - - - - - + - - + - - - - - + - + - - - @@ -1172,7 +1268,7 @@ They will need to register using their own device and phone number so that COVID - + @@ -1186,28 +1282,8 @@ They will need to register using their own device and phone number so that COVID - + - @@ -1225,7 +1301,7 @@ They will need to register using their own device and phone number so that COVID - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - + @@ -1313,7 +1412,7 @@ No further action is required. - + @@ -1351,14 +1450,17 @@ No further action is required. - - + @@ -1387,6 +1489,9 @@ No further action is required. + + + @@ -1394,18 +1499,21 @@ No further action is required. - @@ -1446,6 +1557,9 @@ No further action is required. + + + @@ -1456,14 +1570,14 @@ No further action is required. - - + @@ -1492,6 +1606,9 @@ No further action is required. + + + @@ -1499,9 +1616,9 @@ No further action is required. - @@ -1539,7 +1660,7 @@ No further action is required. - + @@ -1549,6 +1670,9 @@ No further action is required. + + + @@ -1591,22 +1715,22 @@ No further action is required. - + - + - + - + - + @@ -1632,7 +1756,7 @@ No further action is required. @@ -1664,17 +1788,21 @@ No further action is required. + + + + - + @@ -1684,7 +1812,7 @@ No further action is required. @@ -1710,7 +1838,7 @@ No further action is required. @@ -1730,7 +1858,7 @@ No further action is required. - + @@ -1750,6 +1878,9 @@ No further action is required. + + + @@ -1805,13 +1936,13 @@ No further action is required. - + - + - + @@ -1847,7 +1978,7 @@ No further action is required. - + @@ -1878,9 +2009,12 @@ No further action is required. + + + - + @@ -1925,12 +2059,12 @@ No further action is required. - + - + @@ -1947,6 +2081,9 @@ No further action is required. + + + @@ -1992,28 +2129,25 @@ No further action is required. - + - + - + @@ -2040,7 +2174,7 @@ No further action is required. @@ -2071,6 +2205,9 @@ No further action is required. + + + @@ -2110,13 +2247,13 @@ No further action is required. - + - + - + - + @@ -2235,20 +2372,19 @@ No further action is required. - + - + + @@ -2290,11 +2426,11 @@ No further action is required. - + @@ -2326,6 +2462,11 @@ No further action is required. + + + + + @@ -2387,31 +2528,43 @@ No further action is required. - - - - - - - + + + + + + + + + + - - - - - + + + + @@ -2464,7 +2617,7 @@ and save lives. - + @@ -2517,7 +2670,7 @@ and save lives. - + @@ -2525,7 +2678,7 @@ and save lives. - @@ -2585,16 +2733,35 @@ For more information please refer to the *Help Topics* page. - + - - - + + + + + + + + + + + + + + + + + + + + + + @@ -2614,7 +2781,7 @@ For more information please refer to the *Help Topics* page. - + @@ -2625,7 +2792,6 @@ For more information please refer to the *Help Topics* page. - @@ -2635,6 +2801,7 @@ For more information please refer to the *Help Topics* page. + @@ -2657,7 +2824,7 @@ For more information please refer to the *Help Topics* page. - @@ -2788,7 +2957,7 @@ For more information please refer to the *Help Topics* page. - + @@ -2802,13 +2971,13 @@ For more information please refer to the *Help Topics* page. - + @@ -2823,6 +2992,7 @@ For more information please refer to the *Help Topics* page. + @@ -2832,12 +3002,14 @@ For more information please refer to the *Help Topics* page. @@ -249,13 +249,13 @@ Please do not close the app. - + + @@ -343,8 +361,8 @@ Please do not close the app. - - + +