|
10 | 10 | 0C80B921A6F3F58F76C31292 /* libPods-HelloWorld.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-HelloWorld.a */; }; |
11 | 11 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
12 | 12 | 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; }; |
| 13 | + 761780EF2CA45674006654EF /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EE2CA45674006654EF /* SceneDelegate.swift */; }; |
13 | 14 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
14 | 15 | /* End PBXBuildFile section */ |
15 | 16 |
|
|
22 | 23 | 5709B34CF0A7D63546082F79 /* Pods-HelloWorld.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.release.xcconfig"; path = "Target Support Files/Pods-HelloWorld/Pods-HelloWorld.release.xcconfig"; sourceTree = "<group>"; }; |
23 | 24 | 5DCACB8F33CDC322A6C60F78 /* libPods-HelloWorld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
24 | 25 | 761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = HelloWorld/AppDelegate.swift; sourceTree = "<group>"; }; |
| 26 | + 761780EE2CA45674006654EF /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SceneDelegate.swift; path = HelloWorld/SceneDelegate.swift; sourceTree = "<group>"; }; |
25 | 27 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = HelloWorld/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
26 | 28 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
27 | 29 | /* End PBXFileReference section */ |
|
43 | 45 | children = ( |
44 | 46 | 13B07FB51A68108700A75B9A /* Images.xcassets */, |
45 | 47 | 761780EC2CA45674006654EE /* AppDelegate.swift */, |
| 48 | + 761780EE2CA45674006654EF /* SceneDelegate.swift */, |
46 | 49 | 13B07FB61A68108700A75B9A /* Info.plist */, |
47 | 50 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, |
48 | 51 | 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */, |
|
245 | 248 | buildActionMask = 2147483647; |
246 | 249 | files = ( |
247 | 250 | 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */, |
| 251 | + 761780EF2CA45674006654EF /* SceneDelegate.swift in Sources */, |
248 | 252 | ); |
249 | 253 | runOnlyForDeploymentPostprocessing = 0; |
250 | 254 | }; |
|
0 commit comments