Florian Friedrich před 8 měsíci
rodič
revize
e10c84edd4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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?