PINOperation icon indicating copy to clipboard operation
PINOperation copied to clipboard

Drop support for iOS 8

Open shimastripe opened this issue 2 years ago • 0 comments

WHY

  • This PR is resolved above Xcode 12 warning.
  • Above Xcode 12, Xcode supports above iOS 9.0.
The iOS 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.
  • I want to include this PR because when I try to create XCFramework, it fails due to this Warning!

WHAT

  • Bump deploymentTarget to iOS 9.0

shimastripe avatar May 06 '22 15:05 shimastripe