Add Data model for decks
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
6C4A87D22BE25D260074E0A9 /* Deck+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C4A87D02BE25D260074E0A9 /* Deck+CoreDataClass.swift */; };
|
||||
6C4A87D32BE25D260074E0A9 /* Deck+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C4A87D12BE25D260074E0A9 /* Deck+CoreDataProperties.swift */; };
|
||||
6C8184FE2B88C9580033CF46 /* WordAX.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C8184FD2B88C9580033CF46 /* WordAX.swift */; };
|
||||
6C8185002B88C9660033CF46 /* WordAXModelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C8184FF2B88C9660033CF46 /* WordAXModelView.swift */; };
|
||||
6C8185022B88C9FB0033CF46 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C8185012B88C9FB0033CF46 /* SettingsView.swift */; };
|
||||
@@ -28,6 +30,8 @@
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
6C4A87D02BE25D260074E0A9 /* Deck+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deck+CoreDataClass.swift"; sourceTree = "<group>"; };
|
||||
6C4A87D12BE25D260074E0A9 /* Deck+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deck+CoreDataProperties.swift"; sourceTree = "<group>"; };
|
||||
6C8184FD2B88C9580033CF46 /* WordAX.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WordAX.swift; sourceTree = "<group>"; };
|
||||
6C8184FF2B88C9660033CF46 /* WordAXModelView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WordAXModelView.swift; sourceTree = "<group>"; };
|
||||
6C8185012B88C9FB0033CF46 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
|
||||
@@ -81,13 +85,31 @@
|
||||
path = Views;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6CD929862BE25B4600C2EB84 /* Deck */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6C4A87D02BE25D260074E0A9 /* Deck+CoreDataClass.swift */,
|
||||
6C4A87D12BE25D260074E0A9 /* Deck+CoreDataProperties.swift */,
|
||||
);
|
||||
path = Deck;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6CD929872BE25B5100C2EB84 /* Flashcard */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6CEF7F822BC46B5900E205F6 /* Flashcard+CoreDataClass.swift */,
|
||||
6CEF7FA12BC88F6000E205F6 /* Flashcard+CoreDataProperties.swift */,
|
||||
);
|
||||
path = Flashcard;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6CEF7F7B2BC456A100E205F6 /* Model */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6CD929872BE25B5100C2EB84 /* Flashcard */,
|
||||
6CD929862BE25B4600C2EB84 /* Deck */,
|
||||
6CEF7F7C2BC457E600E205F6 /* DataController.swift */,
|
||||
6CEF7F7F2BC4694900E205F6 /* WordAXCD.xcdatamodeld */,
|
||||
6CEF7F822BC46B5900E205F6 /* Flashcard+CoreDataClass.swift */,
|
||||
6CEF7FA12BC88F6000E205F6 /* Flashcard+CoreDataProperties.swift */,
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
@@ -214,6 +236,8 @@
|
||||
6CF439522B83541D004C3543 /* WordAXApp.swift in Sources */,
|
||||
6CEF7F522BC2DBF800E205F6 /* AddFlashCardView.swift in Sources */,
|
||||
6C8184FE2B88C9580033CF46 /* WordAX.swift in Sources */,
|
||||
6C4A87D22BE25D260074E0A9 /* Deck+CoreDataClass.swift in Sources */,
|
||||
6C4A87D32BE25D260074E0A9 /* Deck+CoreDataProperties.swift in Sources */,
|
||||
6CEF7F812BC4694900E205F6 /* WordAXCD.xcdatamodeld in Sources */,
|
||||
6C81850C2B8BA6BC0033CF46 /* FlashCardListRowView.swift in Sources */,
|
||||
6CEF7F842BC46B5900E205F6 /* Flashcard+CoreDataClass.swift in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user