HMSegmentedControl
HMSegmentedControl copied to clipboard
Avoid Xcode 12 warning -> move to iOS 9
Usage Details
Language: Swift Platform: iPhone iOS Version: iOS 9 - 14
Expected Behavior
Xcode 12 build without warnings, proposal to move target to iOS 9
Actual Behavior
Xcode 12.x 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.
Steps to Reproduce the Problem
Use latest Xcode 12 or 12.0.1 Use TPKeyboardAvoiding in a Swift project with target iOS 11
Hi, could we move the deployment target of this project to iOS 9 ? Thanks and cheers.