Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions Authenticator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
BAEDE4352D8FC79A0096CB8E /* AnalyticsService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsService.swift; sourceTree = "<group>"; };
BAEDE4382D91D9790096CB8E /* ChangePasscodeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChangePasscodeView.swift; sourceTree = "<group>"; };
BAEDE43A2D91EFEF0096CB8E /* LockScreenOverlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LockScreenOverlay.swift; sourceTree = "<group>"; };
BAEDE53D2D945EBA0096CB8E /* EULA */ = {isa = PBXFileReference; lastKnownFileType = text; path = EULA; sourceTree = "<group>"; };
BAEDE53E2D945EBA0096CB8E /* PrivacyPolicy */ = {isa = PBXFileReference; lastKnownFileType = text; path = PrivacyPolicy; sourceTree = "<group>"; };
BAEDE53F2D945EBA0096CB8E /* Terms */ = {isa = PBXFileReference; lastKnownFileType = text; path = Terms; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
Expand Down Expand Up @@ -202,6 +205,8 @@
BA8641EF2B73E9BC00285F4D = {
isa = PBXGroup;
children = (
BAEDE5472D945ED00096CB8E /* Images */,
BAEDE5402D945EBA0096CB8E /* Docs */,
BAEDE53C2D9457E70096CB8E /* Config */,
BAEDE53B2D9347650096CB8E /* TestPlans */,
BA4EF7A72D88A52F00D2D50D /* README.md */,
Expand Down Expand Up @@ -372,6 +377,23 @@
path = Config;
sourceTree = "<group>";
};
BAEDE5402D945EBA0096CB8E /* Docs */ = {
isa = PBXGroup;
children = (
BAEDE53D2D945EBA0096CB8E /* EULA */,
BAEDE53E2D945EBA0096CB8E /* PrivacyPolicy */,
BAEDE53F2D945EBA0096CB8E /* Terms */,
);
path = Docs;
sourceTree = "<group>";
};
BAEDE5472D945ED00096CB8E /* Images */ = {
isa = PBXGroup;
children = (
);
path = Images;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -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.";
Expand Down Expand Up @@ -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.";
Expand Down
Binary file removed Images/auth-app-video.mp4
Binary file not shown.
Binary file removed Images/authenticator-view.jpg
Binary file not shown.
Binary file removed Images/codes-view.PNG
Binary file not shown.
Binary file added Images/decrypting-animation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Images/details-view.PNG
Binary file not shown.
Binary file added Images/launch-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Images/login-view_1.PNG
Binary file not shown.
Binary file removed Images/login-view_2.PNG
Binary file not shown.
Binary file added Images/set-passcode-empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/set-passcode-invalid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/set-passcode-valid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/settings-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/token-add-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/token-context-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/token-edit-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/token-main-view-empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.