Skip to content

Commit 300ddd1

Browse files
Build 4.0.2 (65)
1 parent 6dfa0f1 commit 300ddd1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

ChatSecure.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2907,6 +2907,7 @@
29072907
BUNDLE_ID_SUFFIX = "";
29082908
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
29092909
CLANG_ENABLE_MODULES = YES;
2910+
COCOAPODS_PARALLEL_CODE_SIGN = true;
29102911
CODE_SIGN_ENTITLEMENTS = ChatSecure/ChatSecure.entitlements;
29112912
CODE_SIGN_IDENTITY = "iPhone Developer";
29122913
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -2939,6 +2940,7 @@
29392940
BUNDLE_ID_SUFFIX = "";
29402941
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
29412942
CLANG_ENABLE_MODULES = YES;
2943+
COCOAPODS_PARALLEL_CODE_SIGN = true;
29422944
CODE_SIGN_ENTITLEMENTS = ChatSecure/ChatSecure.entitlements;
29432945
CODE_SIGN_IDENTITY = "iPhone Developer";
29442946
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";

ChatSecure/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>4.0.1</string>
18+
<string>4.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>
@@ -35,7 +35,7 @@
3535
</dict>
3636
</array>
3737
<key>CFBundleVersion</key>
38-
<string>64</string>
38+
<string>65</string>
3939
<key>FacebookAppID</key>
4040
<string>447241325394334</string>
4141
<key>FacebookDisplayName</key>

0 commit comments

Comments
 (0)