Skip to content

Commit

Permalink
TestFlight version 346; Release version 1.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
mirokuratczyk committed Jun 12, 2024
1 parent 65532dc commit 7c4c6f7
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 @@ -2598,7 +2598,7 @@
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 345;
CURRENT_PROJECT_VERSION = 346;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = Q6HLNEX92A;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -2854,7 +2854,7 @@
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 345;
CURRENT_PROJECT_VERSION = 346;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = Q6HLNEX92A;
Expand Down Expand Up @@ -2904,7 +2904,7 @@
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 345;
CURRENT_PROJECT_VERSION = 346;
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.25</string>
<string>1.1.26</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>345</string>
<string>346</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.25</string>
<string>1.1.26</string>
<key>CFBundleVersion</key>
<string>345</string>
<string>346</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.25</string>
<string>1.1.26</string>
<key>CFBundleVersion</key>
<string>345</string>
<string>346</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.25</string>
<string>1.1.26</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>345</string>
<string>346</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down

0 comments on commit 7c4c6f7

Please sign in to comment.