瀏覽代碼

Fix deprecation

Florian Friedrich 8 月之前
父節點
當前提交
e10c84edd4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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?