Skip to content

Commit 0015eab

Browse files
committed
Merge branch 'jens/changelog-1.7.7'
2 parents 2b5de02 + 96c92e8 commit 0015eab

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

Authenticator.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@
994994
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
995995
CODE_SIGN_ENTITLEMENTS = Authenticator/Authenticator.entitlements;
996996
CODE_SIGN_STYLE = Automatic;
997-
CURRENT_PROJECT_VERSION = 119;
997+
CURRENT_PROJECT_VERSION = 120;
998998
DEVELOPMENT_TEAM = LQA3CS5MM7;
999999
HEADER_SEARCH_PATHS = "../Submodules/YubiKit/**";
10001000
INFOPLIST_FILE = Authenticator/Info.plist;
@@ -1004,7 +1004,7 @@
10041004
"@executable_path/Frameworks",
10051005
);
10061006
LIBRARY_SEARCH_PATHS = "";
1007-
MARKETING_VERSION = 1.7.6;
1007+
MARKETING_VERSION = 1.7.7;
10081008
OTHER_LDFLAGS = "-ObjC";
10091009
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.Authenticator;
10101010
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1022,7 +1022,7 @@
10221022
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
10231023
CODE_SIGN_ENTITLEMENTS = Authenticator/Authenticator.entitlements;
10241024
CODE_SIGN_STYLE = Automatic;
1025-
CURRENT_PROJECT_VERSION = 119;
1025+
CURRENT_PROJECT_VERSION = 120;
10261026
DEVELOPMENT_TEAM = LQA3CS5MM7;
10271027
HEADER_SEARCH_PATHS = "../Submodules/YubiKit/**";
10281028
INFOPLIST_FILE = Authenticator/Info.plist;
@@ -1032,7 +1032,7 @@
10321032
"@executable_path/Frameworks",
10331033
);
10341034
LIBRARY_SEARCH_PATHS = "";
1035-
MARKETING_VERSION = 1.7.6;
1035+
MARKETING_VERSION = 1.7.7;
10361036
OTHER_LDFLAGS = "-ObjC";
10371037
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.Authenticator;
10381038
PRODUCT_NAME = "$(TARGET_NAME)";

Authenticator/VersionHistory.plist

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<array>
5+
<dict>
6+
<key>version</key>
7+
<string>1.7.7</string>
8+
<key>date</key>
9+
<date>2023-09-28T09:41:00Z</date>
10+
<key>shouldPromptUser</key>
11+
<false/>
12+
<key>changes</key>
13+
<string>
14+
Make sure to pick up any YubiKeys inserted before the app was started. Fixes a problem with changing advanced settings while manually adding a new account. More lenient parsing of the QR code string when scanning an account.
15+
</string>
16+
</dict>
517
<dict>
618
<key>version</key>
719
<string>1.7.6</string>

0 commit comments

Comments
 (0)