Remove all explicit deploy targets

This commit is contained in:
Max Ammann 2022-10-23 15:57:05 +02:00
parent 50e935d2ff
commit 948ac2bace

View File

@ -302,16 +302,12 @@
0B85D5642812902200906D21 /* Debug */ = { 0B85D5642812902200906D21 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
MACOSX_DEPLOYMENT_TARGET = 12.0;
}; };
name = Debug; name = Debug;
}; };
0B85D5652812902200906D21 /* Release */ = { 0B85D5652812902200906D21 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
MACOSX_DEPLOYMENT_TARGET = 12.0;
}; };
name = Release; name = Release;
}; };