Revert explicitly set *_DEPLOYMENT_TARGET inside the Tests Xcode project. Initially changed in #2709

This commit is contained in:
Bogdan Poplauschi 2019-04-29 15:57:12 +03:00
parent abdcc11461
commit 479fed6913
1 changed files with 0 additions and 4 deletions

View File

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