DefaultsKit icon indicating copy to clipboard operation
DefaultsKit copied to clipboard

Update ios deployment target for Xcode14.3

Open s2mr opened this issue 3 years ago • 0 comments

close #35

When I tried to build this project with Xcode14.3 (beta1), the build failed because this project does not have a deployment target and is using iOS 8.0, which is no longer supported. Therefore, the minimum supported version should be set to iOS 11.0.

s2mr avatar Mar 20 '23 03:03 s2mr