Skip to content

Commit 8df4daa

Browse files
committed
Build 352; App version 1.1.30
1 parent ce1a30c commit 8df4daa

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
@@ -2602,7 +2602,7 @@
26022602
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
26032603
CODE_SIGN_IDENTITY = "iPhone Developer";
26042604
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2605-
CURRENT_PROJECT_VERSION = 351;
2605+
CURRENT_PROJECT_VERSION = 352;
26062606
DEFINES_MODULE = NO;
26072607
DEVELOPMENT_TEAM = Q6HLNEX92A;
26082608
ENABLE_BITCODE = NO;
@@ -2858,7 +2858,7 @@
28582858
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
28592859
CODE_SIGN_IDENTITY = "iPhone Developer";
28602860
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2861-
CURRENT_PROJECT_VERSION = 351;
2861+
CURRENT_PROJECT_VERSION = 352;
28622862
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
28632863
DEFINES_MODULE = NO;
28642864
DEVELOPMENT_TEAM = Q6HLNEX92A;
@@ -2908,7 +2908,7 @@
29082908
CODE_SIGN_ENTITLEMENTS = Psiphon/Psiphon.entitlements;
29092909
CODE_SIGN_IDENTITY = "iPhone Developer";
29102910
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2911-
CURRENT_PROJECT_VERSION = 351;
2911+
CURRENT_PROJECT_VERSION = 352;
29122912
DEFINES_MODULE = NO;
29132913
DEVELOPMENT_TEAM = Q6HLNEX92A;
29142914
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.29</string>
18+
<string>1.1.30</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>351</string>
35+
<string>352</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.29</string>
18+
<string>1.1.30</string>
1919
<key>CFBundleVersion</key>
20-
<string>351</string>
20+
<string>352</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.29</string>
18+
<string>1.1.30</string>
1919
<key>CFBundleVersion</key>
20-
<string>351</string>
20+
<string>352</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.29</string>
20+
<string>1.1.30</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>351</string>
24+
<string>352</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)