diff --git a/Caps.xcodeproj/project.pbxproj b/Caps.xcodeproj/project.pbxproj index 63e342c..972b495 100644 --- a/Caps.xcodeproj/project.pbxproj +++ b/Caps.xcodeproj/project.pbxproj @@ -72,6 +72,7 @@ E25AAC93283D88A4006E9E7F /* Cap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cap.swift; sourceTree = ""; }; E25AAC95283E14DF006E9E7F /* Database.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Database.swift; sourceTree = ""; }; E25AAC9A283E3395006E9E7F /* CapRowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapRowView.swift; sourceTree = ""; }; + E268C72D29BF2D8400D813A0 /* ISSUES.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = ISSUES.md; sourceTree = ""; }; E2EA00C4283EA72000F7B269 /* SortCriteria.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SortCriteria.swift; sourceTree = ""; }; E2EA00C6283EAA0100F7B269 /* SortSelectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SortSelectionView.swift; sourceTree = ""; }; E2EA00CB283EB43E00F7B269 /* SortCaseRowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SortCaseRowView.swift; sourceTree = ""; }; @@ -109,6 +110,7 @@ E25AAC6F283D855D006E9E7F = { isa = PBXGroup; children = ( + E268C72D29BF2D8400D813A0 /* ISSUES.md */, E25AAC7A283D855D006E9E7F /* Caps */, E25AAC79283D855D006E9E7F /* Products */, ); diff --git a/Caps/CapsApp.swift b/Caps/CapsApp.swift index 61273da..bc5a5c0 100644 --- a/Caps/CapsApp.swift +++ b/Caps/CapsApp.swift @@ -1,10 +1,5 @@ import SwiftUI -#warning("TODO: Add colors") -#warning("TODO: Rearrange caps in grid view") -#warning("TODO: Change main image") -#warning("TODO: Load/save grid images") - @main struct CapsApp: App { diff --git a/ISSUES.md b/ISSUES.md new file mode 100644 index 0000000..846da0d --- /dev/null +++ b/ISSUES.md @@ -0,0 +1,6 @@ +## Issues + +- Add average colors +- Improve performance of grid view +- Rearrange caps in grid view +- Load/save grid images