From 1b292bc251b3dbef532dacad9705bd197ac4227b Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Thu, 24 Mar 2022 16:32:23 +1100 Subject: Reorganise into folder groups In preparation for presenters to come in largely, lots of files starting to go everywhere... --- foray.xcodeproj/project.pbxproj | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) (limited to 'foray.xcodeproj') 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 = ""; + }; + C09676C127EC353D00353D46 /* Scenes */ = { + isa = PBXGroup; + children = ( + C04B45B727DEF2ED001451A3 /* ForayTableViewController.swift */, + C04EDE4327E4298D00D83005 /* ForayNewTableViewCell.swift */, + C0FEAF5E27E14C52000A7648 /* ForayDetailViewController.swift */, + C09676BD27EC28B100353D46 /* ForayDetailView.swift */, C09676B927E86B6E00353D46 /* ForayLoadingOverlay.swift */, + ); + path = Scenes; + sourceTree = ""; + }; + C09676C227EC354700353D46 /* Extensions */ = { + isa = PBXGroup; + children = ( C09676BB27EC27E700353D46 /* UIViewController+Extensions.swift */, - C09676BD27EC28B100353D46 /* ForayDetailView.swift */, ); - path = foray; + path = Extensions; + sourceTree = ""; + }; + C09676C327EC358F00353D46 /* Coordinators */ = { + isa = PBXGroup; + children = ( + C049BBFD27E82B9E003820A9 /* Coordinator.swift */, + C049BBFF27E82C90003820A9 /* ForayCoordinator.swift */, + ); + path = Coordinators; sourceTree = ""; }; /* End PBXGroup section */ -- cgit