From d17f7c93f3ab1067a88691694b1e22e57186818b Mon Sep 17 00:00:00 2001 From: Jens Utbult Date: Thu, 21 Sep 2023 17:32:16 +0200 Subject: [PATCH] Stop iOS from trying to save codes as passwords. --- Authenticator.xcodeproj/project.pbxproj | 10 +++++----- .../AddCredential/AddCredential.storyboard | 16 ++++++++-------- Authenticator/VersionHistory.plist | 12 ++++++++++++ 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/Authenticator.xcodeproj/project.pbxproj b/Authenticator.xcodeproj/project.pbxproj index 2ddaa3f0..78618211 100644 --- a/Authenticator.xcodeproj/project.pbxproj +++ b/Authenticator.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 52; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -994,7 +994,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = Authenticator/Authenticator.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 115; + CURRENT_PROJECT_VERSION = 119; DEVELOPMENT_TEAM = LQA3CS5MM7; HEADER_SEARCH_PATHS = "../Submodules/YubiKit/**"; INFOPLIST_FILE = Authenticator/Info.plist; @@ -1004,7 +1004,7 @@ "@executable_path/Frameworks", ); LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.7.5; + MARKETING_VERSION = 1.7.6; OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = com.yubico.Authenticator; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1022,7 +1022,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = Authenticator/Authenticator.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 115; + CURRENT_PROJECT_VERSION = 119; DEVELOPMENT_TEAM = LQA3CS5MM7; HEADER_SEARCH_PATHS = "../Submodules/YubiKit/**"; INFOPLIST_FILE = Authenticator/Info.plist; @@ -1032,7 +1032,7 @@ "@executable_path/Frameworks", ); LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.7.5; + MARKETING_VERSION = 1.7.6; OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = com.yubico.Authenticator; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/Authenticator/UI/Authentication/AddCredential/AddCredential.storyboard b/Authenticator/UI/Authentication/AddCredential/AddCredential.storyboard index 847af55a..e2e38556 100644 --- a/Authenticator/UI/Authentication/AddCredential/AddCredential.storyboard +++ b/Authenticator/UI/Authentication/AddCredential/AddCredential.storyboard @@ -1,9 +1,9 @@ - + - + @@ -41,7 +41,7 @@ - + @@ -76,10 +76,10 @@ - + - + @@ -114,10 +114,10 @@ - + - + @@ -335,7 +335,7 @@ - + diff --git a/Authenticator/VersionHistory.plist b/Authenticator/VersionHistory.plist index 89200c04..9df08795 100644 --- a/Authenticator/VersionHistory.plist +++ b/Authenticator/VersionHistory.plist @@ -2,6 +2,18 @@ + + version + 1.7.6 + date + 2023-09-25T09:41:00Z + shouldPromptUser + + changes + + Stop iOS from trying to save codes as passwords. + + version 1.7.5