Skip to content

Commit f753cfe

Browse files
committed
Fix XCode8 code signing
// FREEBIE
1 parent 7c6e9e0 commit f753cfe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Signal.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3227,6 +3227,7 @@
32273227
buildSettings = {
32283228
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
32293229
CLANG_ENABLE_MODULES = YES;
3230+
CODE_SIGN_IDENTITY = "iPhone Developer";
32303231
CURRENT_PROJECT_VERSION = 1;
32313232
DEVELOPMENT_TEAM = U68MSDN6DR;
32323233
FRAMEWORK_SEARCH_PATHS = (
@@ -3281,6 +3282,7 @@
32813282
buildSettings = {
32823283
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
32833284
CLANG_ENABLE_MODULES = YES;
3285+
CODE_SIGN_IDENTITY = "iPhone Developer";
32843286
CURRENT_PROJECT_VERSION = 1;
32853287
DEVELOPMENT_TEAM = U68MSDN6DR;
32863288
FRAMEWORK_SEARCH_PATHS = (

Signal/Signal-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</dict>
3939
</array>
4040
<key>CFBundleVersion</key>
41-
<string>2.5.0.12</string>
41+
<string>2.5.0.13</string>
4242
<key>ITSAppUsesNonExemptEncryption</key>
4343
<false/>
4444
<key>LOGS_EMAIL</key>

0 commit comments

Comments
 (0)