AliSoftware / OHHTTPStubs

Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
MIT License
5.03k stars 602 forks source link

Fix warning in Xcode 12 #329

Closed kikeenrique closed 3 years ago

kikeenrique commented 3 years ago

…#328

Checklist

Description

Fix warning in Xcode 12. _The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENTTARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.

Motivation and Context

To fix warning in Xcode 12

328

Runned tests in iOS lib and build Examples/SwiftPackageManager.

jeffctown commented 3 years ago

Fixes #328