Skip to content

Commit

Permalink
Set iOS Deployment target to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pietbrauer committed Feb 24, 2016
1 parent 3e49f0d commit af44e6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ObjectiveGitFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1951,6 +1951,7 @@
External/libgit2/include,
);
INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LIBRARY_SEARCH_PATHS = (
"External/ios-openssl/lib",
"External/libssh2-ios/lib",
Expand Down Expand Up @@ -2016,6 +2017,7 @@
External/libgit2/include,
);
INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LIBRARY_SEARCH_PATHS = (
"External/ios-openssl/lib",
"External/libssh2-ios/lib",
Expand Down Expand Up @@ -2049,6 +2051,7 @@
External/libgit2/include,
);
INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LIBRARY_SEARCH_PATHS = (
"External/ios-openssl/lib",
"External/libssh2-ios/lib",
Expand Down Expand Up @@ -2082,6 +2085,7 @@
External/libgit2/include,
);
INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LIBRARY_SEARCH_PATHS = (
"External/ios-openssl/lib",
"External/libssh2-ios/lib",
Expand Down

0 comments on commit af44e6c

Please sign in to comment.