Skip to content

Commit 597af66

Browse files
committed
Remove old StoryBoard and XIB files
1 parent 9b7807b commit 597af66

File tree

5 files changed

+0
-1349
lines changed

5 files changed

+0
-1349
lines changed

WorldFacts/WorldFacts.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@
2121
538A798F157E567F0007B8A5 /* UYLAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 538A798E157E567F0007B8A5 /* UYLAppDelegate.m */; };
2222
538A7992157E567F0007B8A5 /* WorldFacts.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 538A7990157E567F0007B8A5 /* WorldFacts.xcdatamodeld */; };
2323
538A79A4157E5A730007B8A5 /* UYLCountryTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 538A79A3157E5A730007B8A5 /* UYLCountryTableViewController.m */; };
24-
538A79A9157E5ABD0007B8A5 /* Country.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 538A79A8157E5ABD0007B8A5 /* Country.storyboard */; };
2524
538A79B2157E80D40007B8A5 /* countries.plist in Resources */ = {isa = PBXBuildFile; fileRef = 538A79B1157E80D40007B8A5 /* countries.plist */; };
2625
53A87BE7157FA30A000DBAC9 /* Country+Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 53A87BE6157FA30A000DBAC9 /* Country+Extensions.m */; };
2726
53A87BF1157FAD42000DBAC9 /* Country.m in Sources */ = {isa = PBXBuildFile; fileRef = 53A87BF0157FAD42000DBAC9 /* Country.m */; };
28-
53AE171015FA5BBE00911A7C /* CountryCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 53A87BFA157FD530000DBAC9 /* CountryCell.xib */; };
2927
53E7826D1A3658590075A619 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 53E7826C1A3658590075A619 /* Images.xcassets */; };
3028
/* End PBXBuildFile section */
3129

3230
/* Begin PBXFileReference section */
3331
532CADEA158D1286002BEDC8 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
34-
532CADF0158D1690002BEDC8 /* UYLCountryViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = UYLCountryViewController.xib; sourceTree = "<group>"; };
3532
532CADF3158D19D1002BEDC8 /* UYLCountryViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UYLCountryViewController.h; sourceTree = "<group>"; };
3633
532CADF4158D19D1002BEDC8 /* UYLCountryViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UYLCountryViewController.m; sourceTree = "<group>"; };
3734
53524B391691E77100719AF8 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
@@ -50,14 +47,11 @@
5047
538A7991157E567F0007B8A5 /* WorldFacts.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = WorldFacts.xcdatamodel; sourceTree = "<group>"; };
5148
538A79A2157E5A730007B8A5 /* UYLCountryTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UYLCountryTableViewController.h; sourceTree = "<group>"; };
5249
538A79A3157E5A730007B8A5 /* UYLCountryTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UYLCountryTableViewController.m; sourceTree = "<group>"; };
53-
538A79A8157E5ABD0007B8A5 /* Country.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Country.storyboard; sourceTree = "<group>"; };
5450
538A79B1157E80D40007B8A5 /* countries.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = countries.plist; sourceTree = "<group>"; };
5551
53A87BE5157FA30A000DBAC9 /* Country+Extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Country+Extensions.h"; sourceTree = "<group>"; };
5652
53A87BE6157FA30A000DBAC9 /* Country+Extensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Country+Extensions.m"; sourceTree = "<group>"; };
5753
53A87BEF157FAD42000DBAC9 /* Country.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Country.h; sourceTree = "<group>"; };
5854
53A87BF0157FAD42000DBAC9 /* Country.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Country.m; sourceTree = "<group>"; };
59-
53A87BF8157FC55A000DBAC9 /* UYLCountryTableViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = UYLCountryTableViewController.xib; sourceTree = "<group>"; };
60-
53A87BFA157FD530000DBAC9 /* CountryCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CountryCell.xib; sourceTree = "<group>"; };
6155
53E7826C1A3658590075A619 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
6256
/* End PBXFileReference section */
6357

@@ -156,10 +150,6 @@
156150
538A799A157E56BF0007B8A5 /* Views */ = {
157151
isa = PBXGroup;
158152
children = (
159-
538A79A8157E5ABD0007B8A5 /* Country.storyboard */,
160-
53A87BF8157FC55A000DBAC9 /* UYLCountryTableViewController.xib */,
161-
53A87BFA157FD530000DBAC9 /* CountryCell.xib */,
162-
532CADF0158D1690002BEDC8 /* UYLCountryViewController.xib */,
163153
);
164154
name = Views;
165155
sourceTree = "<group>";
@@ -216,11 +206,9 @@
216206
buildActionMask = 2147483647;
217207
files = (
218208
538A7989157E567F0007B8A5 /* InfoPlist.strings in Resources */,
219-
538A79A9157E5ABD0007B8A5 /* Country.storyboard in Resources */,
220209
538A79B2157E80D40007B8A5 /* countries.plist in Resources */,
221210
53E7826D1A3658590075A619 /* Images.xcassets in Resources */,
222211
532CADEB158D1286002BEDC8 /* README in Resources */,
223-
53AE171015FA5BBE00911A7C /* CountryCell.xib in Resources */,
224212
53524B401691E77100719AF8 /* Default-568h@2x.png in Resources */,
225213
53524B411691E77100719AF8 /* Default.png in Resources */,
226214
53524B421691E77100719AF8 /* Default@2x.png in Resources */,

0 commit comments

Comments
 (0)