Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change iOS Tests deployment target to 7.0. #240

Merged
merged 1 commit into from
Mar 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Bolts.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = "BoltsTestUI/BoltsTestUI-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
"IPHONEOS_DEPLOYMENT_TARGET[arch=arm64]" = 6.0;
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.ios.testapp;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1308,7 +1308,7 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = "BoltsTestUI/BoltsTestUI-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
"IPHONEOS_DEPLOYMENT_TARGET[arch=arm64]" = 6.0;
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.ios.testapp;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion Configurations/BoltsTests-iOS.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PRODUCT_NAME = BoltsTests-iOS
PRODUCT_MODULE_NAME = BoltsTests
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.ios.tests

IPHONEOS_DEPLOYMENT_TARGET = 6.0
IPHONEOS_DEPLOYMENT_TARGET = 7.0

BUNDLE_LOADER = $(BUILT_PRODUCTS_DIR)/BoltsTestUI.app/BoltsTestUI
TEST_HOST = $(BUNDLE_LOADER)
Expand Down