when upgrading to Xcode12, the only upgrade warnings are
w.r.t. IPHONEOS_DEPLOYMENT_TARGET
by setting the IPHONEOS_DEPLOYMENT_TARGET to 9.0 only for
[sdk=iphonesimulator14.0] (which means setting it only to
be used when building on Xcode12, which doesn't support any
simulators older than ios 9.0), ZipUtilities can continue to
quietly support hardware builds for older versions of
hardware whilst silencing the following:
warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range
of supported deployment target versions is 9.0 to 14.0.99.
when upgrading to Xcode12, the only upgrade warnings are w.r.t. IPHONEOS_DEPLOYMENT_TARGET
by setting the IPHONEOS_DEPLOYMENT_TARGET to 9.0 only for
[sdk=iphonesimulator14.0]
(which means setting it only to be used when building on Xcode12, which doesn't support any simulators older than ios 9.0), ZipUtilities can continue to quietly support hardware builds for older versions of hardware whilst silencing the following:warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.