mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-29 12:02:08 +00:00
Disable bitcode to allow reporting of GO version in App settings.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
7c608cc3be
commit
9bdf987b42
@ -796,6 +796,7 @@
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
DEVELOPMENT_TEAM = L82V4Y2P3C;
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = WireGuard/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
@ -827,6 +828,7 @@
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
DEVELOPMENT_TEAM = L82V4Y2P3C;
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = WireGuard/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
|
Loading…
Reference in New Issue
Block a user