mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-07-21 20:18:34 +02:00
Conversion to Swift 5
- convert all targets to Swift 5 - bump .swift-version - update podspec - fix warnings
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
var window: UIWindow?
|
||||
|
||||
func application(_ application: UIApplication, willFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey : Any]? = nil) -> Bool {
|
||||
func application(_ application: UIApplication, willFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
|
||||
AppDelegate.setupArmchair()
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user