Skip to content

Commit b91f34c

Browse files
committed
Bump version to 1.21 (46)
1 parent a3b3500 commit b91f34c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: Resources/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
2424
<string>$(CURRENT_PROJECT_VERSION)</string>
25+
<key>ITSAppUsesNonExemptEncryption</key>
26+
<false/>
2527
<key>LSApplicationCategoryType</key>
2628
<string>public.app-category.utilities</string>
2729
<key>LSMinimumSystemVersion</key>
@@ -57,7 +59,5 @@
5759
<string>MainMenu</string>
5860
<key>NSPrincipalClass</key>
5961
<string>NSApplication</string>
60-
<key>ITSAppUsesNonExemptEncryption</key>
61-
<false/>
6262
</dict>
6363
</plist>

Diff for: stts.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1424,11 +1424,11 @@
14241424
CODE_SIGN_IDENTITY = "Mac Developer";
14251425
CODE_SIGN_STYLE = Automatic;
14261426
COMBINE_HIDPI_IMAGES = YES;
1427-
CURRENT_PROJECT_VERSION = 45;
1427+
CURRENT_PROJECT_VERSION = 46;
14281428
DEVELOPMENT_TEAM = "";
14291429
ENABLE_HARDENED_RUNTIME = YES;
14301430
INFOPLIST_FILE = Resources/Info.plist;
1431-
MARKETING_VERSION = 1.20;
1431+
MARKETING_VERSION = 1.21;
14321432
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=300 -Xfrontend -warn-long-expression-type-checking=200";
14331433
PRODUCT_BUNDLE_IDENTIFIER = jp.mahdi.stts;
14341434
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1446,11 +1446,11 @@
14461446
CODE_SIGN_IDENTITY = "Mac Developer";
14471447
CODE_SIGN_STYLE = Automatic;
14481448
COMBINE_HIDPI_IMAGES = YES;
1449-
CURRENT_PROJECT_VERSION = 45;
1449+
CURRENT_PROJECT_VERSION = 46;
14501450
DEVELOPMENT_TEAM = "";
14511451
ENABLE_HARDENED_RUNTIME = YES;
14521452
INFOPLIST_FILE = Resources/Info.plist;
1453-
MARKETING_VERSION = 1.20;
1453+
MARKETING_VERSION = 1.21;
14541454
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=300 -Xfrontend -warn-long-expression-type-checking=200";
14551455
PRODUCT_BUNDLE_IDENTIFIER = jp.mahdi.stts;
14561456
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)