Skip to content

Commit

Permalink
Set deployment target to 6.0 for otest-shim and otest-query
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamiltoncx authored and ExtremeMan committed May 7, 2015
1 parent f2b4dae commit dd1c960
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions otest-query/otest-query.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@
"\"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks\"",
);
GCC_PREFIX_HEADER = "otest-query-ios/otest-query-ios-Prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -656,6 +657,7 @@
"\"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks\"",
);
GCC_PREFIX_HEADER = "otest-query-ios/otest-query-ios-Prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down
2 changes: 2 additions & 0 deletions otest-shim/otest-shim.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
GCC_PREFIX_HEADER = "otest-shim/otest-shim-Prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
PRODUCT_NAME = "otest-shim-ios";
};
name = Debug;
Expand All @@ -485,6 +486,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
GCC_PREFIX_HEADER = "otest-shim/otest-shim-Prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
PRODUCT_NAME = "otest-shim-ios";
};
name = Release;
Expand Down

0 comments on commit dd1c960

Please sign in to comment.