jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 340 forks source link

watchOS 2 support #40

Open j-hit opened 8 years ago

j-hit commented 8 years ago

When trying to add SwiftKeychainWrapper to a WatchKit Extension target using Cocoapods an error occurs stating the following:

[!] The platform of the target cosy WatchKit Extension (watchOS 2.0) is not compatible with SwiftKeychainWrapper (1.0.11), which does not support watchos.

Definition used in the Podfile

target 'cosy WatchKit Extension' do
  platform :watchos, '2.0'
  pod 'SwiftKeychainWrapper'
end
LeoSnek commented 3 years ago

I can confirm it's working fine in WatchOS 7