Make a new project view!
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
46AD30BB2C26557500486C25 /* OnCueApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30BA2C26557500486C25 /* OnCueApp.swift */; };
|
||||
46AD30BD2C26557500486C25 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30BC2C26557500486C25 /* ContentView.swift */; };
|
||||
46AD30BD2C26557500486C25 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30BC2C26557500486C25 /* MainView.swift */; };
|
||||
46AD30BF2C26557500486C25 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30BE2C26557500486C25 /* Item.swift */; };
|
||||
46AD30C12C26557600486C25 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 46AD30C02C26557600486C25 /* Assets.xcassets */; };
|
||||
46AD30C42C26557600486C25 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 46AD30C32C26557600486C25 /* Preview Assets.xcassets */; };
|
||||
46AD30D12C26559B00486C25 /* OnCuePresenterApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30D02C26559B00486C25 /* OnCuePresenterApp.swift */; };
|
||||
46AD30D32C26559B00486C25 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30D22C26559B00486C25 /* ContentView.swift */; };
|
||||
46AD30D32C26559B00486C25 /* MainViewPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30D22C26559B00486C25 /* MainViewPresenter.swift */; };
|
||||
46AD30D52C26559D00486C25 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 46AD30D42C26559D00486C25 /* Assets.xcassets */; };
|
||||
46AD30D82C26559D00486C25 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 46AD30D72C26559D00486C25 /* Preview Assets.xcassets */; };
|
||||
46AD30DB2C26559D00486C25 /* OnCuePresenter Watch App.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 46AD30CE2C26559B00486C25 /* OnCuePresenter Watch App.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
||||
@@ -21,6 +21,8 @@
|
||||
46AD30E32C2656CB00486C25 /* OCCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30E12C2656CB00486C25 /* OCCard.swift */; };
|
||||
46AD30E52C2656D100486C25 /* OCProject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30E42C2656D100486C25 /* OCProject.swift */; };
|
||||
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 */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
@@ -50,17 +52,19 @@
|
||||
/* Begin PBXFileReference section */
|
||||
46AD30B72C26557500486C25 /* OnCue.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OnCue.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
46AD30BA2C26557500486C25 /* OnCueApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnCueApp.swift; sourceTree = "<group>"; };
|
||||
46AD30BC2C26557500486C25 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
||||
46AD30BC2C26557500486C25 /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; };
|
||||
46AD30BE2C26557500486C25 /* Item.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; };
|
||||
46AD30C02C26557600486C25 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
46AD30C32C26557600486C25 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
||||
46AD30CE2C26559B00486C25 /* OnCuePresenter Watch App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "OnCuePresenter Watch App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
46AD30D02C26559B00486C25 /* OnCuePresenterApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnCuePresenterApp.swift; sourceTree = "<group>"; };
|
||||
46AD30D22C26559B00486C25 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
||||
46AD30D22C26559B00486C25 /* MainViewPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainViewPresenter.swift; sourceTree = "<group>"; };
|
||||
46AD30D42C26559D00486C25 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
46AD30D72C26559D00486C25 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
||||
46AD30E12C2656CB00486C25 /* OCCard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OCCard.swift; sourceTree = "<group>"; };
|
||||
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>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -102,9 +106,9 @@
|
||||
46AD30B92C26557500486C25 /* OnCue */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46AD30E02C2656B900486C25 /* Model */,
|
||||
46AD30BA2C26557500486C25 /* OnCueApp.swift */,
|
||||
46AD30BC2C26557500486C25 /* ContentView.swift */,
|
||||
46AD30E82C266AB900486C25 /* View */,
|
||||
46AD30E02C2656B900486C25 /* Model */,
|
||||
46AD30C02C26557600486C25 /* Assets.xcassets */,
|
||||
46AD30C22C26557600486C25 /* Preview Content */,
|
||||
);
|
||||
@@ -123,7 +127,8 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46AD30D02C26559B00486C25 /* OnCuePresenterApp.swift */,
|
||||
46AD30D22C26559B00486C25 /* ContentView.swift */,
|
||||
46AD30EA2C266B5200486C25 /* View */,
|
||||
46AD30EB2C266B5700486C25 /* Model */,
|
||||
46AD30D42C26559D00486C25 /* Assets.xcassets */,
|
||||
46AD30D62C26559D00486C25 /* Preview Content */,
|
||||
);
|
||||
@@ -148,6 +153,31 @@
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46AD30E82C266AB900486C25 /* View */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46AD30BC2C26557500486C25 /* MainView.swift */,
|
||||
46AD30EC2C266C0B00486C25 /* CardsView.swift */,
|
||||
46AD30EE2C266F1900486C25 /* NewProjectForm.swift */,
|
||||
);
|
||||
path = View;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46AD30EA2C266B5200486C25 /* View */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46AD30D22C26559B00486C25 /* MainViewPresenter.swift */,
|
||||
);
|
||||
path = View;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46AD30EB2C266B5700486C25 /* Model */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
@@ -250,7 +280,9 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
46AD30BD2C26557500486C25 /* ContentView.swift in Sources */,
|
||||
46AD30EF2C266F1900486C25 /* NewProjectForm.swift in Sources */,
|
||||
46AD30ED2C266C0B00486C25 /* CardsView.swift in Sources */,
|
||||
46AD30BD2C26557500486C25 /* MainView.swift in Sources */,
|
||||
46AD30BF2C26557500486C25 /* Item.swift in Sources */,
|
||||
46AD30BB2C26557500486C25 /* OnCueApp.swift in Sources */,
|
||||
46AD30E52C2656D100486C25 /* OCProject.swift in Sources */,
|
||||
@@ -263,7 +295,7 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
46AD30E32C2656CB00486C25 /* OCCard.swift in Sources */,
|
||||
46AD30D32C26559B00486C25 /* ContentView.swift in Sources */,
|
||||
46AD30D32C26559B00486C25 /* MainViewPresenter.swift in Sources */,
|
||||
46AD30D12C26559B00486C25 /* OnCuePresenterApp.swift in Sources */,
|
||||
46AD30E62C2656D100486C25 /* OCProject.swift in Sources */,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user