|
11 | 11 | F4D5A51D27E83F9100121852 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4D5A51C27E83F9100121852 /* AppDelegate.swift */; }; |
12 | 12 | F4D5A51F27E83F9100121852 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4D5A51E27E83F9100121852 /* SceneDelegate.swift */; }; |
13 | 13 | F4D5A52127E83F9100121852 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4D5A52027E83F9100121852 /* ViewController.swift */; }; |
14 | | - F4D5A52427E83F9100121852 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F4D5A52227E83F9100121852 /* Main.storyboard */; }; |
15 | 14 | F4D5A52627E83F9200121852 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F4D5A52527E83F9200121852 /* Assets.xcassets */; }; |
16 | 15 | F4D5A52927E83F9200121852 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F4D5A52727E83F9200121852 /* LaunchScreen.storyboard */; }; |
17 | 16 | /* End PBXBuildFile section */ |
|
22 | 21 | F4D5A51C27E83F9100121852 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
23 | 22 | F4D5A51E27E83F9100121852 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
24 | 23 | F4D5A52027E83F9100121852 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
25 | | - F4D5A52327E83F9100121852 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
26 | 24 | F4D5A52527E83F9200121852 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
27 | 25 | F4D5A52827E83F9200121852 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
28 | 26 | F4D5A52A27E83F9200121852 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
66 | 64 | sourceTree = "<group>"; |
67 | 65 | }; |
68 | 66 | F4D5A51B27E83F9100121852 /* iOS Example App */ = { |
| 67 | + isa = PBXGroup; |
| 68 | + children = ( |
| 69 | + F4FE3B2327E9CD8B00E6E0CD /* App */, |
| 70 | + F4FE3B2527E9CD9B00E6E0CD /* Resources */, |
| 71 | + F4FE3B2427E9CD9000E6E0CD /* Controllers */, |
| 72 | + ); |
| 73 | + path = "iOS Example App"; |
| 74 | + sourceTree = "<group>"; |
| 75 | + }; |
| 76 | + F4FE3B2327E9CD8B00E6E0CD /* App */ = { |
69 | 77 | isa = PBXGroup; |
70 | 78 | children = ( |
71 | 79 | F4D5A51C27E83F9100121852 /* AppDelegate.swift */, |
72 | 80 | F4D5A51E27E83F9100121852 /* SceneDelegate.swift */, |
| 81 | + ); |
| 82 | + path = App; |
| 83 | + sourceTree = "<group>"; |
| 84 | + }; |
| 85 | + F4FE3B2427E9CD9000E6E0CD /* Controllers */ = { |
| 86 | + isa = PBXGroup; |
| 87 | + children = ( |
73 | 88 | F4D5A52027E83F9100121852 /* ViewController.swift */, |
74 | | - F4D5A52227E83F9100121852 /* Main.storyboard */, |
| 89 | + ); |
| 90 | + path = Controllers; |
| 91 | + sourceTree = "<group>"; |
| 92 | + }; |
| 93 | + F4FE3B2527E9CD9B00E6E0CD /* Resources */ = { |
| 94 | + isa = PBXGroup; |
| 95 | + children = ( |
| 96 | + F4D5A52A27E83F9200121852 /* Info.plist */, |
75 | 97 | F4D5A52527E83F9200121852 /* Assets.xcassets */, |
76 | 98 | F4D5A52727E83F9200121852 /* LaunchScreen.storyboard */, |
77 | | - F4D5A52A27E83F9200121852 /* Info.plist */, |
78 | 99 | ); |
79 | | - path = "iOS Example App"; |
| 100 | + path = Resources; |
80 | 101 | sourceTree = "<group>"; |
81 | 102 | }; |
82 | 103 | /* End PBXGroup section */ |
|
142 | 163 | files = ( |
143 | 164 | F4D5A52927E83F9200121852 /* LaunchScreen.storyboard in Resources */, |
144 | 165 | F4D5A52627E83F9200121852 /* Assets.xcassets in Resources */, |
145 | | - F4D5A52427E83F9100121852 /* Main.storyboard in Resources */, |
146 | 166 | ); |
147 | 167 | runOnlyForDeploymentPostprocessing = 0; |
148 | 168 | }; |
|
162 | 182 | /* End PBXSourcesBuildPhase section */ |
163 | 183 |
|
164 | 184 | /* Begin PBXVariantGroup section */ |
165 | | - F4D5A52227E83F9100121852 /* Main.storyboard */ = { |
166 | | - isa = PBXVariantGroup; |
167 | | - children = ( |
168 | | - F4D5A52327E83F9100121852 /* Base */, |
169 | | - ); |
170 | | - name = Main.storyboard; |
171 | | - sourceTree = "<group>"; |
172 | | - }; |
173 | 185 | F4D5A52727E83F9200121852 /* LaunchScreen.storyboard */ = { |
174 | 186 | isa = PBXVariantGroup; |
175 | 187 | children = ( |
|
304 | 316 | CURRENT_PROJECT_VERSION = 1; |
305 | 317 | DEVELOPMENT_TEAM = 5KKK9SKF79; |
306 | 318 | GENERATE_INFOPLIST_FILE = YES; |
307 | | - INFOPLIST_FILE = "iOS Example App/Info.plist"; |
| 319 | + INFOPLIST_FILE = "iOS Example App/Resources/Info.plist"; |
308 | 320 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
309 | 321 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
310 | | - INFOPLIST_KEY_UIMainStoryboardFile = Main; |
| 322 | + INFOPLIST_KEY_UIMainStoryboardFile = ""; |
311 | 323 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
312 | 324 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
313 | 325 | LD_RUNPATH_SEARCH_PATHS = ( |
|
332 | 344 | CURRENT_PROJECT_VERSION = 1; |
333 | 345 | DEVELOPMENT_TEAM = 5KKK9SKF79; |
334 | 346 | GENERATE_INFOPLIST_FILE = YES; |
335 | | - INFOPLIST_FILE = "iOS Example App/Info.plist"; |
| 347 | + INFOPLIST_FILE = "iOS Example App/Resources/Info.plist"; |
336 | 348 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
337 | 349 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
338 | | - INFOPLIST_KEY_UIMainStoryboardFile = Main; |
| 350 | + INFOPLIST_KEY_UIMainStoryboardFile = ""; |
339 | 351 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
340 | 352 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
341 | 353 | LD_RUNPATH_SEARCH_PATHS = ( |
|
0 commit comments