7 Commits
Author SHA1 Message Date
Philipp Nagy fe6b6a4ccb Add VisionOS Support 2024-04-16 14:21:34 +02:00
Mark Jerde d2dc4cdc7a Fix unowned self
With an unowned self the reference to self can become nil without the
ability for the code to be aware. As such, unowned self should only be
used when we know something else is guaranteed to retain a reference to
our self. In this case there is no such guarantee. Fortunately, we can
use a weak self to have nullability safety here without any performance
concerns.
2021-07-16 11:36:29 -05:00
phimage 009620e9b7 🧹Fix swiftlint warnings about spaces 2021-04-29 08:41:07 +02:00
Ben Chatelain 3436c73fbf 🚨 Fix new warning in Xcode 12.5
- WARN  | xcodebuild:  /Users/phatblat/dev/swift/OAuthSwift/Sources/Handler/OAuthWebViewController.swift:23:49: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
2021-04-29 08:27:01 +02:00
Sardorbek Ruzmatov 0bc09f1245 Modify log calls 2020-04-20 19:23:31 +02:00
Sardorbek Ruzmatov 5e11fde1c6 Implement logging usages 2020-04-14 20:46:55 +02:00
phimage e14ac9cbff Move each url handler to its own file
Add a factory to choose default one
Add to iOS demo app the `ASWebAuthentifcationURLHandler`
2019-11-01 22:36:13 +01:00