Bump deployment target to iOS 12.0
This commit is contained in:
parent
f6054775ca
commit
66307fd3c5
|
@ -330,6 +330,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = WireGuard/WireGuard.entitlements;
|
CODE_SIGN_ENTITLEMENTS = WireGuard/WireGuard.entitlements;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
INFOPLIST_FILE = WireGuard/Info.plist;
|
INFOPLIST_FILE = WireGuard/Info.plist;
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
|
@ -348,6 +349,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = WireGuard/WireGuard.entitlements;
|
CODE_SIGN_ENTITLEMENTS = WireGuard/WireGuard.entitlements;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
INFOPLIST_FILE = WireGuard/Info.plist;
|
INFOPLIST_FILE = WireGuard/Info.plist;
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
|
|
Loading…
Reference in New Issue