Skip to content

Commit

Permalink
Merge pull request holzschu#50 from yury/curl-ios-static-dt-10
Browse files Browse the repository at this point in the history
Set Depoyment Target to 10 on curl_ios_static project
  • Loading branch information
holzschu authored May 21, 2018
2 parents 49cef05 + 21c3666 commit 46f5bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curl_ios_static.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = curl_ios/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
OTHER_CFLAGS = (
Expand Down Expand Up @@ -1741,7 +1741,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = curl_ios/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
OTHER_CFLAGS = (
Expand Down

0 comments on commit 46f5bc7

Please sign in to comment.