Skip to content

Commit eca36a3

Browse files
committed
Bump version number
1 parent e13471f commit eca36a3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

iOSSC.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
"$(inherited)",
463463
"@executable_path/Frameworks",
464464
);
465-
MARKETING_VERSION = 0.2.5;
465+
MARKETING_VERSION = 0.2.6;
466466
PRODUCT_BUNDLE_IDENTIFIER = me.kuhlti.iOSSC;
467467
PRODUCT_NAME = "$(TARGET_NAME)";
468468
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -487,7 +487,7 @@
487487
"$(inherited)",
488488
"@executable_path/Frameworks",
489489
);
490-
MARKETING_VERSION = 0.2.5;
490+
MARKETING_VERSION = 0.2.6;
491491
PRODUCT_BUNDLE_IDENTIFIER = me.kuhlti.iOSSC;
492492
PRODUCT_NAME = "$(TARGET_NAME)";
493493
PROVISIONING_PROFILE_SPECIFIER = "";

iOSSC/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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
<dict>
5-
<key>ITSAppUsesNonExemptEncryption</key>
6-
<false/>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>$(DEVELOPMENT_LANGUAGE)</string>
97
<key>CFBundleExecutable</key>
@@ -20,6 +18,8 @@
2018
<string>$(MARKETING_VERSION)</string>
2119
<key>CFBundleVersion</key>
2220
<string>1</string>
21+
<key>ITSAppUsesNonExemptEncryption</key>
22+
<false/>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UIAppFonts</key>

0 commit comments

Comments
 (0)