Skip to content

Commit

Permalink
Removed ViewControllers
Browse files Browse the repository at this point in the history
  • Loading branch information
swg99 committed Jul 28, 2021
1 parent affc9f8 commit 398d5c3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 76 deletions.
Binary file modified .DS_Store
Binary file not shown.
16 changes: 0 additions & 16 deletions Rick-and-Morty/Rick And Morty.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
1711B39C26B16D6200BE935B /* CharactersView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1711B39B26B16D6200BE935B /* CharactersView.swift */; };
1711B39E26B1898100BE935B /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1711B39D26B1898100BE935B /* ContentView.swift */; };
17CAB4FA26A824470048F2F1 /* CharacterCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17CAB4F926A824470048F2F1 /* CharacterCell.swift */; };
17F1E38226A18A54009C1CDB /* CharacterCollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17F1E38126A18A54009C1CDB /* CharacterCollectionViewController.swift */; };
17F1E38426A18EA8009C1CDB /* TabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17F1E38326A18EA8009C1CDB /* TabBarController.swift */; };
17F1E38626A1AF6A009C1CDB /* Character.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17F1E38526A1AF6A009C1CDB /* Character.swift */; };
17F1E38A26A1D877009C1CDB /* CharacterCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17F1E38926A1D877009C1CDB /* CharacterCollectionViewCell.swift */; };
17F1E38D26A1DCF0009C1CDB /* Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17F1E38C26A1DCF0009C1CDB /* Data.swift */; };
Expand All @@ -38,8 +36,6 @@
1711B39B26B16D6200BE935B /* CharactersView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CharactersView.swift; sourceTree = "<group>"; };
1711B39D26B1898100BE935B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
17CAB4F926A824470048F2F1 /* CharacterCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CharacterCell.swift; sourceTree = "<group>"; };
17F1E38126A18A54009C1CDB /* CharacterCollectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CharacterCollectionViewController.swift; sourceTree = "<group>"; };
17F1E38326A18EA8009C1CDB /* TabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBarController.swift; sourceTree = "<group>"; };
17F1E38526A1AF6A009C1CDB /* Character.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Character.swift; sourceTree = "<group>"; };
17F1E38926A1D877009C1CDB /* CharacterCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CharacterCollectionViewCell.swift; sourceTree = "<group>"; };
17F1E38C26A1DCF0009C1CDB /* Data.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Data.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -85,15 +81,6 @@
path = Models;
sourceTree = "<group>";
};
17F1E38B26A1DCA0009C1CDB /* ViewControllers */ = {
isa = PBXGroup;
children = (
17F1E38326A18EA8009C1CDB /* TabBarController.swift */,
17F1E38126A18A54009C1CDB /* CharacterCollectionViewController.swift */,
);
path = ViewControllers;
sourceTree = "<group>";
};
17F1E38E26A5724A009C1CDB /* Views */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -127,7 +114,6 @@
isa = PBXGroup;
children = (
17F1E38E26A5724A009C1CDB /* Views */,
17F1E38B26A1DCA0009C1CDB /* ViewControllers */,
17F1E38026A184F3009C1CDB /* Models */,
B811686C1CFF1C9900301A0A /* AppDelegate.swift */,
B81168721CFF1C9900301A0A /* Main.storyboard */,
Expand Down Expand Up @@ -255,9 +241,7 @@
17F1E38D26A1DCF0009C1CDB /* Data.swift in Sources */,
1711B39E26B1898100BE935B /* ContentView.swift in Sources */,
B811686D1CFF1C9900301A0A /* AppDelegate.swift in Sources */,
17F1E38226A18A54009C1CDB /* CharacterCollectionViewController.swift in Sources */,
17CAB4FA26A824470048F2F1 /* CharacterCell.swift in Sources */,
17F1E38426A18EA8009C1CDB /* TabBarController.swift in Sources */,
B81168931CFF234900301A0A /* Rick.swift in Sources */,
1711B39C26B16D6200BE935B /* CharactersView.swift in Sources */,
17F1E38626A1AF6A009C1CDB /* Character.swift in Sources */,
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 398d5c3

Please sign in to comment.