diff options
Diffstat (limited to '')
-rw-r--r-- | foray.xcodeproj/project.pbxproj | 38 |
1 files changed, 31 insertions, 7 deletions
diff --git a/foray.xcodeproj/project.pbxproj b/foray.xcodeproj/project.pbxproj index f73a315..e25da72 100644 --- a/foray.xcodeproj/project.pbxproj +++ b/foray.xcodeproj/project.pbxproj @@ -72,22 +72,46 @@ C04B45A227DEF117001451A3 /* foray */ = { isa = PBXGroup; children = ( + C09676C327EC358F00353D46 /* Coordinators */, + C09676C227EC354700353D46 /* Extensions */, + C09676C127EC353D00353D46 /* Scenes */, C04B45A327DEF117001451A3 /* AppDelegate.swift */, C04B45A527DEF117001451A3 /* SceneDelegate.swift */, - C0FEAF5E27E14C52000A7648 /* ForayDetailViewController.swift */, - C04B45B727DEF2ED001451A3 /* ForayTableViewController.swift */, C011E4F227E6216C00C248D6 /* ForayItems.swift */, - C04EDE4327E4298D00D83005 /* ForayNewTableViewCell.swift */, C011E4F027E6211400C248D6 /* ForayNetworkManager.swift */, C04B45AC27DEF118001451A3 /* Assets.xcassets */, C04B45B127DEF118001451A3 /* Info.plist */, - C049BBFD27E82B9E003820A9 /* Coordinator.swift */, - C049BBFF27E82C90003820A9 /* ForayCoordinator.swift */, + ); + path = foray; + sourceTree = "<group>"; + }; + C09676C127EC353D00353D46 /* Scenes */ = { + isa = PBXGroup; + children = ( + C04B45B727DEF2ED001451A3 /* ForayTableViewController.swift */, + C04EDE4327E4298D00D83005 /* ForayNewTableViewCell.swift */, + C0FEAF5E27E14C52000A7648 /* ForayDetailViewController.swift */, + C09676BD27EC28B100353D46 /* ForayDetailView.swift */, C09676B927E86B6E00353D46 /* ForayLoadingOverlay.swift */, + ); + path = Scenes; + sourceTree = "<group>"; + }; + C09676C227EC354700353D46 /* Extensions */ = { + isa = PBXGroup; + children = ( C09676BB27EC27E700353D46 /* UIViewController+Extensions.swift */, - C09676BD27EC28B100353D46 /* ForayDetailView.swift */, ); - path = foray; + path = Extensions; + sourceTree = "<group>"; + }; + C09676C327EC358F00353D46 /* Coordinators */ = { + isa = PBXGroup; + children = ( + C049BBFD27E82B9E003820A9 /* Coordinator.swift */, + C049BBFF27E82C90003820A9 /* ForayCoordinator.swift */, + ); + path = Coordinators; sourceTree = "<group>"; }; /* End PBXGroup section */ |