trivago / Heimdallr.swift

Easy to use OAuth 2 library for iOS, written in Swift.
Apache License 2.0
639 stars 86 forks source link

Update to Xcode 8.0 / Swift 2.3 #95

Closed SusannProszak closed 7 years ago

SusannProszak commented 8 years ago

Updated:

Regarding the failing tests: there is currently a bug with the latest iOS 10 simulators and the keychain. We agreed on disable the tests until the bug is fixed by apple.

marcelofabri commented 7 years ago

@SusannProszak instead of disabling tests, what do you think about forcing them to run on iOS 9? My PR changed this (#94).

hffmnn commented 7 years ago

Regarding the Keychain bug: One more thing we might think of is adding a test application and move the failing test into the tests of the test application (kind of meta).