Added a basic settings view, not too happy with it yet though
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
46AD30F82C2689B900486C25 /* ProjectSlideshowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30F72C2689B900486C25 /* ProjectSlideshowView.swift */; };
|
||||
46D3E13F2C26D6430060722E /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46D3E13E2C26D6430060722E /* Constants.swift */; };
|
||||
46D3E1402C26D6430060722E /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46D3E13E2C26D6430060722E /* Constants.swift */; };
|
||||
46D3E1422C27DD5D0060722E /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46D3E1412C27DD5C0060722E /* SettingsView.swift */; };
|
||||
46D3E1442C27DFCE0060722E /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46D3E1432C27DFCE0060722E /* Preferences.swift */; };
|
||||
46E5FFD92C26A50D001191C9 /* CueCardViewPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46E5FFD82C26A50D001191C9 /* CueCardViewPresenter.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
@@ -81,6 +83,8 @@
|
||||
46AD30F52C26823B00486C25 /* AddNewCardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddNewCardView.swift; sourceTree = "<group>"; };
|
||||
46AD30F72C2689B900486C25 /* ProjectSlideshowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProjectSlideshowView.swift; sourceTree = "<group>"; };
|
||||
46D3E13E2C26D6430060722E /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
|
||||
46D3E1412C27DD5C0060722E /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
|
||||
46D3E1432C27DFCE0060722E /* Preferences.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Preferences.swift; sourceTree = "<group>"; };
|
||||
46E5FFD82C26A50D001191C9 /* CueCardViewPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CueCardViewPresenter.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
@@ -180,6 +184,7 @@
|
||||
46AD30F52C26823B00486C25 /* AddNewCardView.swift */,
|
||||
46AD30F72C2689B900486C25 /* ProjectSlideshowView.swift */,
|
||||
464787CA2C269CAF00A9C462 /* TeleprompterView.swift */,
|
||||
46D3E1412C27DD5C0060722E /* SettingsView.swift */,
|
||||
);
|
||||
path = View;
|
||||
sourceTree = "<group>";
|
||||
@@ -206,6 +211,7 @@
|
||||
46AD30F12C2672BD00486C25 /* ColorModel.swift */,
|
||||
46AD30F32C267D6400486C25 /* PreviewData.swift */,
|
||||
46D3E13E2C26D6430060722E /* Constants.swift */,
|
||||
46D3E1432C27DFCE0060722E /* Preferences.swift */,
|
||||
);
|
||||
path = Shared;
|
||||
sourceTree = "<group>";
|
||||
@@ -319,7 +325,9 @@
|
||||
46AD30ED2C266C0B00486C25 /* CardsView.swift in Sources */,
|
||||
46AD30BD2C26557500486C25 /* MainView.swift in Sources */,
|
||||
46AD30F22C2672BD00486C25 /* ColorModel.swift in Sources */,
|
||||
46D3E1422C27DD5D0060722E /* SettingsView.swift in Sources */,
|
||||
46D3E13F2C26D6430060722E /* Constants.swift in Sources */,
|
||||
46D3E1442C27DFCE0060722E /* Preferences.swift in Sources */,
|
||||
46AD30BF2C26557500486C25 /* Item.swift in Sources */,
|
||||
46AD30F42C267D6400486C25 /* PreviewData.swift in Sources */,
|
||||
46AD30BB2C26557500486C25 /* OnCueApp.swift in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user