implemented card editing functionality although im not sure that's the final version yet
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
46AD30EF2C266F1900486C25 /* NewProjectForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30EE2C266F1900486C25 /* NewProjectForm.swift */; };
|
||||
46AD30F22C2672BD00486C25 /* ColorModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30F12C2672BD00486C25 /* ColorModel.swift */; };
|
||||
46AD30F42C267D6400486C25 /* PreviewData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30F32C267D6400486C25 /* PreviewData.swift */; };
|
||||
46AD30F62C26823B00486C25 /* AddNewCardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30F52C26823B00486C25 /* AddNewCardView.swift */; };
|
||||
46AD30F62C26823B00486C25 /* EditCardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30F52C26823B00486C25 /* EditCardView.swift */; };
|
||||
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 */; };
|
||||
@@ -81,7 +81,7 @@
|
||||
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>"; };
|
||||
46AD30F32C267D6400486C25 /* PreviewData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviewData.swift; sourceTree = "<group>"; };
|
||||
46AD30F52C26823B00486C25 /* AddNewCardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddNewCardView.swift; sourceTree = "<group>"; };
|
||||
46AD30F52C26823B00486C25 /* EditCardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditCardView.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>"; };
|
||||
@@ -185,7 +185,7 @@
|
||||
46AD30BC2C26557500486C25 /* MainView.swift */,
|
||||
46AD30EC2C266C0B00486C25 /* CardsView.swift */,
|
||||
46AD30EE2C266F1900486C25 /* NewProjectForm.swift */,
|
||||
46AD30F52C26823B00486C25 /* AddNewCardView.swift */,
|
||||
46AD30F52C26823B00486C25 /* EditCardView.swift */,
|
||||
46AD30F72C2689B900486C25 /* ProjectSlideshowView.swift */,
|
||||
464787CA2C269CAF00A9C462 /* TeleprompterView.swift */,
|
||||
46D3E1412C27DD5C0060722E /* SettingsView.swift */,
|
||||
@@ -326,7 +326,7 @@
|
||||
46AD30F82C2689B900486C25 /* ProjectSlideshowView.swift in Sources */,
|
||||
46AD30EF2C266F1900486C25 /* NewProjectForm.swift in Sources */,
|
||||
46D3E1462C27EC3B0060722E /* AutoScrollView.swift in Sources */,
|
||||
46AD30F62C26823B00486C25 /* AddNewCardView.swift in Sources */,
|
||||
46AD30F62C26823B00486C25 /* EditCardView.swift in Sources */,
|
||||
464787CB2C269CAF00A9C462 /* TeleprompterView.swift in Sources */,
|
||||
46AD30ED2C266C0B00486C25 /* CardsView.swift in Sources */,
|
||||
46AD30BD2C26557500486C25 /* MainView.swift in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user