Skip to content

Commit 37b4eb0

Browse files
committed
Build 355; App version 1.1.33
1 parent fa648e7 commit 37b4eb0

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Psiphon.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@
25942594
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
25952595
CODE_SIGN_IDENTITY = "iPhone Developer";
25962596
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2597-
CURRENT_PROJECT_VERSION = 354;
2597+
CURRENT_PROJECT_VERSION = 355;
25982598
DEFINES_MODULE = NO;
25992599
DEVELOPMENT_TEAM = Q6HLNEX92A;
26002600
ENABLE_BITCODE = NO;
@@ -2850,7 +2850,7 @@
28502850
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
28512851
CODE_SIGN_IDENTITY = "iPhone Developer";
28522852
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2853-
CURRENT_PROJECT_VERSION = 354;
2853+
CURRENT_PROJECT_VERSION = 355;
28542854
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
28552855
DEFINES_MODULE = NO;
28562856
DEVELOPMENT_TEAM = Q6HLNEX92A;
@@ -2900,7 +2900,7 @@
29002900
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
29012901
CODE_SIGN_IDENTITY = "iPhone Developer";
29022902
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2903-
CURRENT_PROJECT_VERSION = 354;
2903+
CURRENT_PROJECT_VERSION = 355;
29042904
DEFINES_MODULE = NO;
29052905
DEVELOPMENT_TEAM = Q6HLNEX92A;
29062906
ENABLE_BITCODE = NO;

Psiphon/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.32</string>
18+
<string>1.1.33</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>354</string>
35+
<string>355</string>
3636
<key>ITSAppUsesNonExemptEncryption</key>
3737
<false/>
3838
<key>LSRequiresIPhoneOS</key>

PsiphonTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.32</string>
18+
<string>1.1.33</string>
1919
<key>CFBundleVersion</key>
20-
<string>354</string>
20+
<string>355</string>
2121
</dict>
2222
</plist>

PsiphonUITests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.32</string>
18+
<string>1.1.33</string>
1919
<key>CFBundleVersion</key>
20-
<string>354</string>
20+
<string>355</string>
2121
</dict>
2222
</plist>

PsiphonVPN/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.32</string>
20+
<string>1.1.33</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>354</string>
24+
<string>355</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)