mattrubin / Authenticator

Two-Factor Authentication Client for iOS
https://mattrubin.me/authenticator
Other
847 stars 113 forks source link

Update project for modern Xcode, Swift, and iOS #407

Closed mattrubin closed 1 year ago

mattrubin commented 1 year ago

This PR makes an assortment of changes to get the project building cleanly with Swift 5 and Xcode 14.2. Use of deprecated language features have been refactored, and some additional code changes were made to maintain some of the app's visual style in light of modern iOS changes to navigation bars and segmented controls.

(Closes https://github.com/mattrubin/Authenticator/issues/337)