|
19 | 19 | F47CBAEA265001FF00A8A00F /* RootControllerExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F47CBAE9265001FF00A8A00F /* RootControllerExtension.swift */; }; |
20 | 20 | F47CBB10265182DD00A8A00F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F47CBB0A265182DC00A8A00F /* Assets.xcassets */; }; |
21 | 21 | F47CBB12265182DD00A8A00F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F47CBB0D265182DC00A8A00F /* AppDelegate.swift */; }; |
22 | | - F47CBB13265182DD00A8A00F /* RootControllers.swift in Sources */ = {isa = PBXBuildFile; fileRef = F47CBB0F265182DC00A8A00F /* RootControllers.swift */; }; |
| 22 | + F47CBB13265182DD00A8A00F /* RootController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F47CBB0F265182DC00A8A00F /* RootController.swift */; }; |
23 | 23 | F47CBB152651830600A8A00F /* Dependencies in Frameworks */ = {isa = PBXBuildFile; productRef = F47CBB142651830600A8A00F /* Dependencies */; }; |
24 | 24 | F47CBB17265186CD00A8A00F /* RootControllerExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F47CBB16265186CD00A8A00F /* RootControllerExtension.swift */; }; |
25 | 25 | F4E350E42651BC8800D2CA45 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F4E350E32651BC8800D2CA45 /* LaunchScreen.storyboard */; }; |
|
67 | 67 | F47CBB052651826300A8A00F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
68 | 68 | F47CBB0A265182DC00A8A00F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
69 | 69 | F47CBB0D265182DC00A8A00F /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
70 | | - F47CBB0F265182DC00A8A00F /* RootControllers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RootControllers.swift; sourceTree = "<group>"; }; |
| 70 | + F47CBB0F265182DC00A8A00F /* RootController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RootController.swift; sourceTree = "<group>"; }; |
71 | 71 | F47CBB16265186CD00A8A00F /* RootControllerExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootControllerExtension.swift; sourceTree = "<group>"; }; |
72 | 72 | F4C77E9E266D5A16001D5870 /* iOS Example.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "iOS Example.entitlements"; sourceTree = "<group>"; }; |
73 | 73 | F4E350E32651BC8800D2CA45 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; }; |
|
199 | 199 | F47CBB0E265182DC00A8A00F /* Scenes */ = { |
200 | 200 | isa = PBXGroup; |
201 | 201 | children = ( |
202 | | - F47CBB0F265182DC00A8A00F /* RootControllers.swift */, |
| 202 | + F47CBB0F265182DC00A8A00F /* RootController.swift */, |
203 | 203 | F47CBB16265186CD00A8A00F /* RootControllerExtension.swift */, |
204 | 204 | ); |
205 | 205 | path = Scenes; |
|
383 | 383 | files = ( |
384 | 384 | F47CBB17265186CD00A8A00F /* RootControllerExtension.swift in Sources */, |
385 | 385 | F47CBB12265182DD00A8A00F /* AppDelegate.swift in Sources */, |
386 | | - F47CBB13265182DD00A8A00F /* RootControllers.swift in Sources */, |
| 386 | + F47CBB13265182DD00A8A00F /* RootController.swift in Sources */, |
387 | 387 | ); |
388 | 388 | runOnlyForDeploymentPostprocessing = 0; |
389 | 389 | }; |
|
0 commit comments