File tree Expand file tree Collapse file tree 2 files changed +3
-19
lines changed
PodMergeExample/PodMergeExample Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ import UIKit
1010
1111@UIApplicationMain
1212class AppDelegate : UIResponder , UIApplicationDelegate {
13+
14+ var window : UIWindow ?
15+
1316 func application( _ application: UIApplication , didFinishLaunchingWithOptions launchOptions: [ UIApplication . LaunchOptionsKey : Any ] ? ) -> Bool {
1417 return true
1518 }
Original file line number Diff line number Diff line change 2020 <string >1 </string >
2121 <key >LSRequiresIPhoneOS </key >
2222 <true />
23- <key >UIApplicationSceneManifest </key >
24- <dict >
25- <key >UIApplicationSupportsMultipleScenes </key >
26- <false />
27- <key >UISceneConfigurations </key >
28- <dict >
29- <key >UIWindowSceneSessionRoleApplication </key >
30- <array >
31- <dict >
32- <key >UISceneConfigurationName </key >
33- <string >Default Configuration </string >
34- <key >UISceneDelegateClassName </key >
35- <string >$(PRODUCT_MODULE_NAME).SceneDelegate </string >
36- <key >UISceneStoryboardFile </key >
37- <string >Main </string >
38- </dict >
39- </array >
40- </dict >
41- </dict >
4223 <key >UILaunchStoryboardName </key >
4324 <string >LaunchScreen </string >
4425 <key >UIMainStoryboardFile </key >
You can’t perform that action at this time.
0 commit comments