Browse Source

Fix deprecation

Florian Friedrich 8 months ago
parent
commit
e10c84edd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Integration/Sources/AppDelegate.swift

+ 1 - 1
Integration/Sources/AppDelegate.swift

@@ -15,7 +15,7 @@
 
 import UIKit
 
-@UIApplicationMain
+@main
 final class AppDelegate: UIResponder, UIApplicationDelegate {
 
     @objc dynamic var window: UIWindow?