Skip to content

Commit

Permalink
TestFlight version 301; Release version 1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
adotkhan committed Sep 1, 2022
1 parent b033ffe commit 9e8ef5e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Psiphon.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2588,7 +2588,7 @@
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 300;
CURRENT_PROJECT_VERSION = 301;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = Q6HLNEX92A;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -2842,7 +2842,7 @@
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 300;
CURRENT_PROJECT_VERSION = 301;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = Q6HLNEX92A;
Expand Down Expand Up @@ -2891,7 +2891,7 @@
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 300;
CURRENT_PROJECT_VERSION = 301;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
Expand Down
2 changes: 1 addition & 1 deletion Psiphon/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>300</string>
<string>301</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion PsiphonTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.1.12</string>
<key>CFBundleVersion</key>
<string>300</string>
<string>301</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion PsiphonUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.1.12</string>
<key>CFBundleVersion</key>
<string>300</string>
<string>301</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion PsiphonVPN/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>300</string>
<string>301</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down

0 comments on commit 9e8ef5e

Please sign in to comment.