Skip to content

Commit

Permalink
Set iOS deployment target to 9.2.
Browse files Browse the repository at this point in the history
It is required by the new test dependency Zip. We can try to find other solutions if the target needs to stay at 8.0.
  • Loading branch information
kareman committed May 16, 2020
1 parent e756806 commit 9d8d0ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SwiftGit2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@
"$(inherited)",
);
INFOPLIST_FILE = SwiftGit2/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
LIBRARY_SEARCH_PATHS = (
"External/libgit2-ios",
"External/libssh2-ios/lib",
Expand Down Expand Up @@ -886,6 +887,7 @@
"$(inherited)",
);
INFOPLIST_FILE = SwiftGit2/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
LIBRARY_SEARCH_PATHS = (
"External/libgit2-ios",
"External/libssh2-ios/lib",
Expand Down Expand Up @@ -982,7 +984,7 @@
INSTALL_GROUP = "";
INSTALL_MODE_FLAG = "";
INSTALL_OWNER = "";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
MACOSX_DEPLOYMENT_TARGET = 10.9;
SWIFT_VERSION = 5.0;
};
Expand All @@ -997,7 +999,7 @@
INSTALL_GROUP = "";
INSTALL_MODE_FLAG = "";
INSTALL_OWNER = "";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
MACOSX_DEPLOYMENT_TARGET = 10.9;
SWIFT_VERSION = 5.0;
};
Expand Down

0 comments on commit 9d8d0ed

Please sign in to comment.