Skip to content

Commit

Permalink
TestFlight version 348; Release version 1.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
adotkhan committed Sep 27, 2024
1 parent ce00fbf commit b9e9248
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Psiphon.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2602,7 +2602,7 @@
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 347;
CURRENT_PROJECT_VERSION = 348;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = Q6HLNEX92A;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -2858,7 +2858,7 @@
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 347;
CURRENT_PROJECT_VERSION = 348;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = Q6HLNEX92A;
Expand Down Expand Up @@ -2908,7 +2908,7 @@
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 347;
CURRENT_PROJECT_VERSION = 348;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = Q6HLNEX92A;
ENABLE_BITCODE = NO;
Expand Down
4 changes: 2 additions & 2 deletions Psiphon/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.26</string>
<string>1.1.27</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>347</string>
<string>348</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions PsiphonTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.1.26</string>
<string>1.1.27</string>
<key>CFBundleVersion</key>
<string>347</string>
<string>348</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions PsiphonUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.26</string>
<string>1.1.27</string>
<key>CFBundleVersion</key>
<string>347</string>
<string>348</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions PsiphonVPN/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.1.26</string>
<string>1.1.27</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>347</string>
<string>348</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down

0 comments on commit b9e9248

Please sign in to comment.