Merge pull request #2713 from bpoplauschi/remove_explicit_Tests_deployment

Revert explicitly set *_DEPLOYMENT_TARGET inside the Tests Xcode project
This commit is contained in:
DreamPiggy 2019-06-30 13:01:34 +08:00 committed by GitHub
commit 049feda30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -574,8 +574,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 328BAF282240C08E00FC70DD /* Test-Debug.xcconfig */;
buildSettings = {
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
};
name = Debug;
};
@ -583,8 +581,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 328BAF272240C08E00FC70DD /* Test-Release.xcconfig */;
buildSettings = {
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
};
name = Release;
};