mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
explicitly disable bitcode in target
This commit is contained in:
parent
22f8ca1466
commit
af874351bb
1 changed files with 2 additions and 0 deletions
|
|
@ -552,6 +552,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = KMSample2/KMSample2.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = KMSample2/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
|
|
@ -577,6 +578,7 @@
|
|||
CODE_SIGN_ENTITLEMENTS = KMSample2/KMSample2.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = KMSample2/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue