Add Color model among other things
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
46AD30E62C2656D100486C25 /* OCProject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30E42C2656D100486C25 /* OCProject.swift */; };
|
||||
46AD30ED2C266C0B00486C25 /* CardsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30EC2C266C0B00486C25 /* CardsView.swift */; };
|
||||
46AD30EF2C266F1900486C25 /* NewProjectForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30EE2C266F1900486C25 /* NewProjectForm.swift */; };
|
||||
46AD30F22C2672BD00486C25 /* ColorModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30F12C2672BD00486C25 /* ColorModel.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
@@ -65,6 +66,7 @@
|
||||
46AD30E42C2656D100486C25 /* OCProject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OCProject.swift; sourceTree = "<group>"; };
|
||||
46AD30EC2C266C0B00486C25 /* CardsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardsView.swift; sourceTree = "<group>"; };
|
||||
46AD30EE2C266F1900486C25 /* NewProjectForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewProjectForm.swift; sourceTree = "<group>"; };
|
||||
46AD30F12C2672BD00486C25 /* ColorModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorModel.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -88,6 +90,7 @@
|
||||
46AD30AE2C26557500486C25 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46AD30F02C2672AC00486C25 /* Shared */,
|
||||
46AD30B92C26557500486C25 /* OnCue */,
|
||||
46AD30CF2C26559B00486C25 /* OnCuePresenter Watch App */,
|
||||
46AD30B82C26557500486C25 /* Products */,
|
||||
@@ -178,6 +181,14 @@
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46AD30F02C2672AC00486C25 /* Shared */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46AD30F12C2672BD00486C25 /* ColorModel.swift */,
|
||||
);
|
||||
path = Shared;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
@@ -283,6 +294,7 @@
|
||||
46AD30EF2C266F1900486C25 /* NewProjectForm.swift in Sources */,
|
||||
46AD30ED2C266C0B00486C25 /* CardsView.swift in Sources */,
|
||||
46AD30BD2C26557500486C25 /* MainView.swift in Sources */,
|
||||
46AD30F22C2672BD00486C25 /* ColorModel.swift in Sources */,
|
||||
46AD30BF2C26557500486C25 /* Item.swift in Sources */,
|
||||
46AD30BB2C26557500486C25 /* OnCueApp.swift in Sources */,
|
||||
46AD30E52C2656D100486C25 /* OCProject.swift in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user