Skip to content

Commit 3843e9c

Browse files
tiennoupietbrauer
authored andcommitted
Make the iOSTests target 9.3 because that's what Quick wants
1 parent 0fc525b commit 3843e9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@
17391739
External/libgit2/include,
17401740
/usr/local/include,
17411741
);
1742-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1742+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
17431743
LIBRARY_SEARCH_PATHS = (
17441744
.,
17451745
External,
@@ -1773,7 +1773,7 @@
17731773
External/libgit2/include,
17741774
/usr/local/include,
17751775
);
1776-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1776+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
17771777
LIBRARY_SEARCH_PATHS = (
17781778
.,
17791779
External,
@@ -1897,7 +1897,7 @@
18971897
External/libgit2/include,
18981898
/usr/local/include,
18991899
);
1900-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1900+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
19011901
LIBRARY_SEARCH_PATHS = (
19021902
.,
19031903
External,
@@ -2134,7 +2134,7 @@
21342134
External/libgit2/include,
21352135
/usr/local/include,
21362136
);
2137-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
2137+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
21382138
LIBRARY_SEARCH_PATHS = (
21392139
.,
21402140
External,

0 commit comments

Comments
 (0)