From 66307fd3c56bfcf3191615a45d2171ccd3b0a2cf Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Tue, 16 Oct 2018 15:43:29 +0530 Subject: [PATCH] Bump deployment target to iOS 12.0 --- WireGuard/WireGuard.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WireGuard/WireGuard.xcodeproj/project.pbxproj b/WireGuard/WireGuard.xcodeproj/project.pbxproj index f0c2be4..5611dc4 100644 --- a/WireGuard/WireGuard.xcodeproj/project.pbxproj +++ b/WireGuard/WireGuard.xcodeproj/project.pbxproj @@ -330,6 +330,7 @@ CODE_SIGN_ENTITLEMENTS = WireGuard/WireGuard.entitlements; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = WireGuard/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -348,6 +349,7 @@ CODE_SIGN_ENTITLEMENTS = WireGuard/WireGuard.entitlements; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = WireGuard/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks",