diff options
author | Hoà V. DINH <dinh.viet.hoa@gmail.com> | 2016-03-14 08:07:37 -0700 |
---|---|---|
committer | Hoà V. DINH <dinh.viet.hoa@gmail.com> | 2016-03-14 08:07:37 -0700 |
commit | 7444163de7d0da38b9d74464d3d255a54541b0e6 (patch) | |
tree | 0710789017b1d618b9b2d6ec4681b2e4743253ac /build-mac | |
parent | ae412c994851a94de2e284e69e46f23e39eb3734 (diff) | |
parent | 0471e3ae0e46d468cb8c52eb5b5a570486313193 (diff) |
Merge pull request #1378 from pgeof/pgeof-carthage-ios
Fix for iOS Carthage update
Diffstat (limited to 'build-mac')
-rwxr-xr-x | build-mac/mailcore2.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-mac/mailcore2.xcodeproj/project.pbxproj b/build-mac/mailcore2.xcodeproj/project.pbxproj index ff3b170a..3ab90564 100755 --- a/build-mac/mailcore2.xcodeproj/project.pbxproj +++ b/build-mac/mailcore2.xcodeproj/project.pbxproj @@ -4077,6 +4077,7 @@ CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; @@ -4111,6 +4112,7 @@ CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; |