Skip to content

Commit 1fc4548

Browse files
committed
Set test deployment target
1 parent 4229b04 commit 1fc4548

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SQLite.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,7 @@
13301330
isa = XCBuildConfiguration;
13311331
buildSettings = {
13321332
INFOPLIST_FILE = Tests/SQLiteTests/Info.plist;
1333+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
13331334
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
13341335
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLiteTests;
13351336
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1341,6 +1342,7 @@
13411342
isa = XCBuildConfiguration;
13421343
buildSettings = {
13431344
INFOPLIST_FILE = Tests/SQLiteTests/Info.plist;
1345+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
13441346
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
13451347
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLiteTests;
13461348
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)