Skip to content

Commit

Permalink
TestFlight version 343; Release version 1.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
mirokuratczyk committed Dec 11, 2023
1 parent 0384e60 commit f90963c
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 = 342;
CURRENT_PROJECT_VERSION = 343;
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 = 342;
CURRENT_PROJECT_VERSION = 343;
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 = 342;
CURRENT_PROJECT_VERSION = 343;
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.24</string>
<string>1.1.25</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>342</string>
<string>343</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.24</string>
<string>1.1.25</string>
<key>CFBundleVersion</key>
<string>342</string>
<string>343</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.24</string>
<string>1.1.25</string>
<key>CFBundleVersion</key>
<string>342</string>
<string>343</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.24</string>
<string>1.1.25</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>342</string>
<string>343</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down

0 comments on commit f90963c

Please sign in to comment.