浏览代码

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?