Skip to content

Commit 2951a6d

Browse files
committed
Nuking Main App's Data Model
1 parent ca2dd48 commit 2951a6d

File tree

3 files changed

+0
-29
lines changed

3 files changed

+0
-29
lines changed

WooCommerce/Resources/WooCommerce.xcdatamodeld/.xccurrentversion

Lines changed: 0 additions & 8 deletions
This file was deleted.

WooCommerce/Resources/WooCommerce.xcdatamodeld/WooCommerce.xcdatamodel/contents

Lines changed: 0 additions & 4 deletions
This file was deleted.

WooCommerce/WooCommerce.xcodeproj/project.pbxproj

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
B55D4C2720B717C000D7A50F /* UserAgent.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55D4C2620B717C000D7A50F /* UserAgent.swift */; };
4141
B56DB3CA2049BFAA00D4AA8E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56DB3C92049BFAA00D4AA8E /* AppDelegate.swift */; };
4242
B56DB3CF2049BFAA00D4AA8E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B56DB3CD2049BFAA00D4AA8E /* Main.storyboard */; };
43-
B56DB3D22049BFAA00D4AA8E /* WooCommerce.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = B56DB3D02049BFAA00D4AA8E /* WooCommerce.xcdatamodeld */; };
4443
B56DB3D42049BFAA00D4AA8E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B56DB3D32049BFAA00D4AA8E /* Assets.xcassets */; };
4544
B56DB3D72049BFAA00D4AA8E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B56DB3D52049BFAA00D4AA8E /* LaunchScreen.storyboard */; };
4645
B5A8F8A920B84D3F00D211DE /* ApiCredentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A8F8A720B84D3F00D211DE /* ApiCredentials.swift */; };
@@ -161,7 +160,6 @@
161160
B56DB3C62049BFAA00D4AA8E /* WooCommerce.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WooCommerce.app; sourceTree = BUILT_PRODUCTS_DIR; };
162161
B56DB3C92049BFAA00D4AA8E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
163162
B56DB3CE2049BFAA00D4AA8E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
164-
B56DB3D12049BFAA00D4AA8E /* WooCommerce.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = WooCommerce.xcdatamodel; sourceTree = "<group>"; };
165163
B56DB3D32049BFAA00D4AA8E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
166164
B56DB3D62049BFAA00D4AA8E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
167165
B56DB3D82049BFAA00D4AA8E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -395,7 +393,6 @@
395393
B56DB3D52049BFAA00D4AA8E /* LaunchScreen.storyboard */,
396394
B59F38DF20D40A24008C1829 /* WooCommerce.debug.entitlements */,
397395
B59F38E020D40A24008C1829 /* WooCommerce.release.entitlements */,
398-
B56DB3D02049BFAA00D4AA8E /* WooCommerce.xcdatamodeld */,
399396
CEE005FF2077CA5A0079161F /* fake data */,
400397
);
401398
path = Resources;
@@ -849,7 +846,6 @@
849846
CE1F51272064345B00C6C810 /* UIColor+Helpers.swift in Sources */,
850847
CE1EC8CA20B479F1009762BF /* TwoColumnLabelView.swift in Sources */,
851848
CE263DE8206ACE3E0015A693 /* MainTabBarController.swift in Sources */,
852-
B56DB3D22049BFAA00D4AA8E /* WooCommerce.xcdatamodeld in Sources */,
853849
CE1EC8EC20B8A3FF009762BF /* AddItemTableViewCell.swift in Sources */,
854850
B50911342049E493007D25DC /* Order.swift in Sources */,
855851
B5D1AFBA20BC515600DB0E8C /* UIColor+Woo.swift in Sources */,
@@ -1166,19 +1162,6 @@
11661162
defaultConfigurationName = Release;
11671163
};
11681164
/* End XCConfigurationList section */
1169-
1170-
/* Begin XCVersionGroup section */
1171-
B56DB3D02049BFAA00D4AA8E /* WooCommerce.xcdatamodeld */ = {
1172-
isa = XCVersionGroup;
1173-
children = (
1174-
B56DB3D12049BFAA00D4AA8E /* WooCommerce.xcdatamodel */,
1175-
);
1176-
currentVersion = B56DB3D12049BFAA00D4AA8E /* WooCommerce.xcdatamodel */;
1177-
path = WooCommerce.xcdatamodeld;
1178-
sourceTree = "<group>";
1179-
versionGroupType = wrapper.xcdatamodel;
1180-
};
1181-
/* End XCVersionGroup section */
11821165
};
11831166
rootObject = B56DB3BE2049BFAA00D4AA8E /* Project object */;
11841167
}

0 commit comments

Comments
 (0)