iOS: Building for Simulator requires disabling hardened runtime

This commit is contained in:
Roopesh Chander 2019-02-26 15:26:16 +05:30 committed by Jason A. Donenfeld
parent 4eeb4696f8
commit 94bf6a7d08
1 changed files with 4 additions and 0 deletions

View File

@ -1373,6 +1373,7 @@
CODE_SIGN_ENTITLEMENTS = WireGuardNetworkExtension/WireGuardNetworkExtension_iOS.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_BITCODE = NO;
ENABLE_HARDENED_RUNTIME = NO;
INFOPLIST_FILE = WireGuardNetworkExtension/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@ -1395,6 +1396,7 @@
CODE_SIGN_ENTITLEMENTS = WireGuardNetworkExtension/WireGuardNetworkExtension_iOS.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_BITCODE = NO;
ENABLE_HARDENED_RUNTIME = NO;
INFOPLIST_FILE = WireGuardNetworkExtension/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@ -1655,6 +1657,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = WireGuard/UI/iOS/WireGuard.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_HARDENED_RUNTIME = NO;
INFOPLIST_FILE = WireGuard/UI/iOS/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@ -1671,6 +1674,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = WireGuard/UI/iOS/WireGuard.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_HARDENED_RUNTIME = NO;
INFOPLIST_FILE = WireGuard/UI/iOS/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",