aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2017-10-06 13:15:48 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2017-10-06 13:37:34 -0400
commite2292328d8337e577be7b986e5855d76b6d5c14a (patch)
tree1ab5c1eac9dd5d1a0109aa78ccc70dd8d43a62e0
parent311d4f25cbcb6ac32d937d9d1780255277c9e55c (diff)
Bump the min for the XCTest to iOS 8 (since it is a framework).
- Disable GTMURLBuilderTest since there are system apis to use at iOS 8+.
-rw-r--r--GTMiPhone.xcodeproj/project.pbxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/GTMiPhone.xcodeproj/project.pbxproj b/GTMiPhone.xcodeproj/project.pbxproj
index cbe60df..529e64f 100644
--- a/GTMiPhone.xcodeproj/project.pbxproj
+++ b/GTMiPhone.xcodeproj/project.pbxproj
@@ -75,7 +75,6 @@
8B82CF461D9C2373007182AA /* GTMRegexTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BC047930DAE928A00C2D1CA /* GTMRegexTest.m */; };
8B82CF471D9C2373007182AA /* GTMStackTraceTest.m in Sources */ = {isa = PBXBuildFile; fileRef = F4EF8AD60EBFF814008DD6DA /* GTMStackTraceTest.m */; };
8B82CF481D9C2373007182AA /* GTMSystemVersionTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BC04A710DAF144700C2D1CA /* GTMSystemVersionTest.m */; };
- 8B82CF491D9C2373007182AA /* GTMURLBuilderTest.m in Sources */ = {isa = PBXBuildFile; fileRef = BE9B793F14FE99F3004A993A /* GTMURLBuilderTest.m */; };
8B82CF4A1D9C2373007182AA /* GTMUILocalizerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 169E1E2D1459AAE100E6F562 /* GTMUILocalizerTest.m */; };
8B82CF4B1D9C2373007182AA /* GTMUILocalizerTest.xib in Resources */ = {isa = PBXBuildFile; fileRef = 169E1E2E1459AAE100E6F562 /* GTMUILocalizerTest.xib */; };
8B82CF4C1D9C2385007182AA /* GTMFadeTruncatingLabelTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 9340CF9E140550CE0026DDC9 /* GTMFadeTruncatingLabelTest.m */; };
@@ -728,7 +727,6 @@
8B82CF361D9C2373007182AA /* GTMGeometryUtilsTest.m in Sources */,
8B82CF441D9C2373007182AA /* GTMNSString+XMLTest.m in Sources */,
8B82CF431D9C2373007182AA /* GTMNSString+URLArgumentsTest.m in Sources */,
- 8B82CF491D9C2373007182AA /* GTMURLBuilderTest.m in Sources */,
8B82CF4E1D9C2385007182AA /* GTMUIImage+ResizeTest.m in Sources */,
8B82CF371D9C2373007182AA /* GTMLightweightProxyTest.m in Sources */,
8B82CF4C1D9C2385007182AA /* GTMFadeTruncatingLabelTest.m in Sources */,
@@ -775,6 +773,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
GTM_HOST_OTHER_LDFLAGS = "-ObjC -lz -read_only_relocs suppress";
INFOPLIST_FILE = "UnitTest-Info.plist";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
@@ -787,6 +786,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
GTM_HOST_OTHER_LDFLAGS = "-ObjC -lz -read_only_relocs suppress";
INFOPLIST_FILE = "UnitTest-Info.plist";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};