soffes / SAMKeychain

Simple Objective-C wrapper for the keychain that works on Mac and iOS
MIT License
5.4k stars 956 forks source link

Update watchos deployment target for Xcode 10 #196

Open shindyu opened 6 years ago

shindyu commented 6 years ago

Hi, This PR is for Xcode 10 compatible.

In Xcode 10 (GM or later), We need to update watchOS Deployment Target version to 3.0 or later. While using 2.0, We can build ipa but can't submit to App Store.

Same issue is discussed in Forum: https://forums.developer.apple.com/thread/108408

Thanks!