diff --git a/Authenticator.xcodeproj/project.pbxproj b/Authenticator.xcodeproj/project.pbxproj index 96dc52c..24e7f0d 100644 --- a/Authenticator.xcodeproj/project.pbxproj +++ b/Authenticator.xcodeproj/project.pbxproj @@ -126,6 +126,9 @@ BAEDE4352D8FC79A0096CB8E /* AnalyticsService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsService.swift; sourceTree = ""; }; BAEDE4382D91D9790096CB8E /* ChangePasscodeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChangePasscodeView.swift; sourceTree = ""; }; BAEDE43A2D91EFEF0096CB8E /* LockScreenOverlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LockScreenOverlay.swift; sourceTree = ""; }; + BAEDE53D2D945EBA0096CB8E /* EULA */ = {isa = PBXFileReference; lastKnownFileType = text; path = EULA; sourceTree = ""; }; + BAEDE53E2D945EBA0096CB8E /* PrivacyPolicy */ = {isa = PBXFileReference; lastKnownFileType = text; path = PrivacyPolicy; sourceTree = ""; }; + BAEDE53F2D945EBA0096CB8E /* Terms */ = {isa = PBXFileReference; lastKnownFileType = text; path = Terms; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFileSystemSynchronizedRootGroup section */ @@ -202,6 +205,8 @@ BA8641EF2B73E9BC00285F4D = { isa = PBXGroup; children = ( + BAEDE5472D945ED00096CB8E /* Images */, + BAEDE5402D945EBA0096CB8E /* Docs */, BAEDE53C2D9457E70096CB8E /* Config */, BAEDE53B2D9347650096CB8E /* TestPlans */, BA4EF7A72D88A52F00D2D50D /* README.md */, @@ -372,6 +377,23 @@ path = Config; sourceTree = ""; }; + BAEDE5402D945EBA0096CB8E /* Docs */ = { + isa = PBXGroup; + children = ( + BAEDE53D2D945EBA0096CB8E /* EULA */, + BAEDE53E2D945EBA0096CB8E /* PrivacyPolicy */, + BAEDE53F2D945EBA0096CB8E /* Terms */, + ); + path = Docs; + sourceTree = ""; + }; + BAEDE5472D945ED00096CB8E /* Images */ = { + isa = PBXGroup; + children = ( + ); + path = Images; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -882,7 +904,7 @@ ENABLE_USER_SCRIPT_SANDBOXING = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = "Config/Authenticator-Info.plist"; - INFOPLIST_KEY_CFBundleDisplayName = "Authenticator 2FA+"; + INFOPLIST_KEY_CFBundleDisplayName = "Authenticator+"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; INFOPLIST_KEY_NSCameraUsageDescription = "The app will use your camera to scan a QR code to set up your account."; INFOPLIST_KEY_NSFaceIDUsageDescription = "This app will use FaceID for an extra layer of secutity when signing in."; @@ -926,7 +948,7 @@ ENABLE_USER_SCRIPT_SANDBOXING = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = "Config/Authenticator-Info.plist"; - INFOPLIST_KEY_CFBundleDisplayName = "Authenticator 2FA+"; + INFOPLIST_KEY_CFBundleDisplayName = "Authenticator+"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; INFOPLIST_KEY_NSCameraUsageDescription = "The app will use your camera to scan a QR code to set up your account."; INFOPLIST_KEY_NSFaceIDUsageDescription = "This app will use FaceID for an extra layer of secutity when signing in."; diff --git a/Images/auth-app-video.mp4 b/Images/auth-app-video.mp4 deleted file mode 100644 index aa3434b..0000000 Binary files a/Images/auth-app-video.mp4 and /dev/null differ diff --git a/Images/authenticator-view.jpg b/Images/authenticator-view.jpg deleted file mode 100644 index 3585a75..0000000 Binary files a/Images/authenticator-view.jpg and /dev/null differ diff --git a/Images/codes-view.PNG b/Images/codes-view.PNG deleted file mode 100644 index c694dee..0000000 Binary files a/Images/codes-view.PNG and /dev/null differ diff --git a/Images/decrypting-animation.png b/Images/decrypting-animation.png new file mode 100644 index 0000000..6f50abc Binary files /dev/null and b/Images/decrypting-animation.png differ diff --git a/Images/details-view.PNG b/Images/details-view.PNG deleted file mode 100644 index 2ff2c19..0000000 Binary files a/Images/details-view.PNG and /dev/null differ diff --git a/Images/launch-screen.png b/Images/launch-screen.png new file mode 100644 index 0000000..703d091 Binary files /dev/null and b/Images/launch-screen.png differ diff --git a/Images/login-view_1.PNG b/Images/login-view_1.PNG deleted file mode 100644 index 075d160..0000000 Binary files a/Images/login-view_1.PNG and /dev/null differ diff --git a/Images/login-view_2.PNG b/Images/login-view_2.PNG deleted file mode 100644 index 1d6d3fb..0000000 Binary files a/Images/login-view_2.PNG and /dev/null differ diff --git a/Images/set-passcode-empty.png b/Images/set-passcode-empty.png new file mode 100644 index 0000000..07cae94 Binary files /dev/null and b/Images/set-passcode-empty.png differ diff --git a/Images/set-passcode-invalid.png b/Images/set-passcode-invalid.png new file mode 100644 index 0000000..f604dd5 Binary files /dev/null and b/Images/set-passcode-invalid.png differ diff --git a/Images/set-passcode-valid.png b/Images/set-passcode-valid.png new file mode 100644 index 0000000..ead0c0b Binary files /dev/null and b/Images/set-passcode-valid.png differ diff --git a/Images/settings-view.png b/Images/settings-view.png new file mode 100644 index 0000000..9785f9d Binary files /dev/null and b/Images/settings-view.png differ diff --git a/Images/token-add-view.png b/Images/token-add-view.png new file mode 100644 index 0000000..cb2c799 Binary files /dev/null and b/Images/token-add-view.png differ diff --git a/Images/token-context-menu.png b/Images/token-context-menu.png new file mode 100644 index 0000000..c27f748 Binary files /dev/null and b/Images/token-context-menu.png differ diff --git a/Images/token-edit-view.png b/Images/token-edit-view.png new file mode 100644 index 0000000..dbe60cf Binary files /dev/null and b/Images/token-edit-view.png differ diff --git a/Images/token-main-view-empty.png b/Images/token-main-view-empty.png new file mode 100644 index 0000000..c27d014 Binary files /dev/null and b/Images/token-main-view-empty.png differ