diff options
Diffstat (limited to '')
-rw-r--r-- | foray.xcodeproj/project.pbxproj | 38 | ||||
-rw-r--r-- | foray/Coordinators/Coordinator.swift (renamed from foray/Coordinator.swift) | 0 | ||||
-rw-r--r-- | foray/Coordinators/ForayCoordinator.swift (renamed from foray/ForayCoordinator.swift) | 0 | ||||
-rw-r--r-- | foray/Extensions/UIViewController+Extensions.swift (renamed from foray/UIViewController+Extensions.swift) | 0 | ||||
-rw-r--r-- | foray/Scenes/ForayDetailView.swift (renamed from foray/ForayDetailView.swift) | 0 | ||||
-rw-r--r-- | foray/Scenes/ForayDetailViewController.swift (renamed from foray/ForayDetailViewController.swift) | 0 | ||||
-rw-r--r-- | foray/Scenes/ForayLoadingOverlay.swift (renamed from foray/ForayLoadingOverlay.swift) | 0 | ||||
-rw-r--r-- | foray/Scenes/ForayNewTableViewCell.swift (renamed from foray/ForayNewTableViewCell.swift) | 0 | ||||
-rw-r--r-- | foray/Scenes/ForayTableViewController.swift (renamed from foray/ForayTableViewController.swift) | 0 |
9 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 */ diff --git a/foray/Coordinator.swift b/foray/Coordinators/Coordinator.swift index db97a1d..db97a1d 100644 --- a/foray/Coordinator.swift +++ b/foray/Coordinators/Coordinator.swift diff --git a/foray/ForayCoordinator.swift b/foray/Coordinators/ForayCoordinator.swift index 6497ec0..6497ec0 100644 --- a/foray/ForayCoordinator.swift +++ b/foray/Coordinators/ForayCoordinator.swift diff --git a/foray/UIViewController+Extensions.swift b/foray/Extensions/UIViewController+Extensions.swift index ee2c436..ee2c436 100644 --- a/foray/UIViewController+Extensions.swift +++ b/foray/Extensions/UIViewController+Extensions.swift diff --git a/foray/ForayDetailView.swift b/foray/Scenes/ForayDetailView.swift index 5997016..5997016 100644 --- a/foray/ForayDetailView.swift +++ b/foray/Scenes/ForayDetailView.swift diff --git a/foray/ForayDetailViewController.swift b/foray/Scenes/ForayDetailViewController.swift index c676df6..c676df6 100644 --- a/foray/ForayDetailViewController.swift +++ b/foray/Scenes/ForayDetailViewController.swift diff --git a/foray/ForayLoadingOverlay.swift b/foray/Scenes/ForayLoadingOverlay.swift index 1aa6260..1aa6260 100644 --- a/foray/ForayLoadingOverlay.swift +++ b/foray/Scenes/ForayLoadingOverlay.swift diff --git a/foray/ForayNewTableViewCell.swift b/foray/Scenes/ForayNewTableViewCell.swift index 224709a..224709a 100644 --- a/foray/ForayNewTableViewCell.swift +++ b/foray/Scenes/ForayNewTableViewCell.swift diff --git a/foray/ForayTableViewController.swift b/foray/Scenes/ForayTableViewController.swift index 37ac2e5..37ac2e5 100644 --- a/foray/ForayTableViewController.swift +++ b/foray/Scenes/ForayTableViewController.swift |