ishkawa / APIKit

Type-safe networking abstraction layer that associates request type with response type.
MIT License
2k stars 205 forks source link

Update ios deployment target for Xcode14.3 #314

Closed s2mr closed 1 year ago

s2mr commented 1 year ago

close #313

When I tried to build this project with Xcode14.3 (beta3), 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.