diff --git a/MTMR.xcodeproj/project.pbxproj b/MTMR.xcodeproj/project.pbxproj index a2e324a..364bd6e 100644 --- a/MTMR.xcodeproj/project.pbxproj +++ b/MTMR.xcodeproj/project.pbxproj @@ -48,6 +48,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 36BDC22F207CDA8600FCFEBE /* TECHNICAL_DEBT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = TECHNICAL_DEBT.md; sourceTree = ""; }; 36C2ECD2207B3B1D003CDA33 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 36C2ECD6207B6DAE003CDA33 /* TimeTouchBarItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeTouchBarItem.swift; sourceTree = ""; }; 36C2ECD8207B74B4003CDA33 /* AppleScriptTouchBarItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleScriptTouchBarItem.swift; sourceTree = ""; }; @@ -121,6 +122,7 @@ isa = PBXGroup; children = ( 36C2ECD2207B3B1D003CDA33 /* README.md */, + 36BDC22F207CDA8600FCFEBE /* TECHNICAL_DEBT.md */, B082B251205C7D8000BC04DC /* MTMR */, B082B264205C7D8000BC04DC /* MTMRTests */, B082B26F205C7D8000BC04DC /* MTMRUITests */, diff --git a/TECHNICAL_DEBT.md b/TECHNICAL_DEBT.md new file mode 100644 index 0000000..9c4046f --- /dev/null +++ b/TECHNICAL_DEBT.md @@ -0,0 +1,4 @@ +## TODOs + +* try view controllers on `NSCustomTouchBarItem` instead of subclassing item itself +* try move away from enums when parse preset – enums are hard to extend