SwiftHTTPStatusCodes icon indicating copy to clipboard operation
SwiftHTTPStatusCodes copied to clipboard

fix build error with Xcode12

Open 3ign0n opened this issue 5 years ago • 0 comments

  • [x] apply Xcode12 recommended settings (IPHONEOS_DEPLOYMENT_TARGET = 8.0 is no longer supported)
  • [x] remove VALID_ARCHS because it's deprecated in Xcode12. see release notes for details.

I tested with Xcode12 public beta6.

3ign0n avatar Sep 09 '20 14:09 3ign0n