mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-10 17:08:39 +00:00
start to log my dirty code
This commit is contained in:
parent
2750d00317
commit
b70c8ca4a3
@ -48,6 +48,7 @@
|
|||||||
/* End PBXContainerItemProxy section */
|
/* End PBXContainerItemProxy section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
|
36BDC22F207CDA8600FCFEBE /* TECHNICAL_DEBT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = TECHNICAL_DEBT.md; sourceTree = "<group>"; };
|
||||||
36C2ECD2207B3B1D003CDA33 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
36C2ECD2207B3B1D003CDA33 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
||||||
36C2ECD6207B6DAE003CDA33 /* TimeTouchBarItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeTouchBarItem.swift; sourceTree = "<group>"; };
|
36C2ECD6207B6DAE003CDA33 /* TimeTouchBarItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeTouchBarItem.swift; sourceTree = "<group>"; };
|
||||||
36C2ECD8207B74B4003CDA33 /* AppleScriptTouchBarItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleScriptTouchBarItem.swift; sourceTree = "<group>"; };
|
36C2ECD8207B74B4003CDA33 /* AppleScriptTouchBarItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleScriptTouchBarItem.swift; sourceTree = "<group>"; };
|
||||||
@ -121,6 +122,7 @@
|
|||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
36C2ECD2207B3B1D003CDA33 /* README.md */,
|
36C2ECD2207B3B1D003CDA33 /* README.md */,
|
||||||
|
36BDC22F207CDA8600FCFEBE /* TECHNICAL_DEBT.md */,
|
||||||
B082B251205C7D8000BC04DC /* MTMR */,
|
B082B251205C7D8000BC04DC /* MTMR */,
|
||||||
B082B264205C7D8000BC04DC /* MTMRTests */,
|
B082B264205C7D8000BC04DC /* MTMRTests */,
|
||||||
B082B26F205C7D8000BC04DC /* MTMRUITests */,
|
B082B26F205C7D8000BC04DC /* MTMRUITests */,
|
||||||
|
|||||||
4
TECHNICAL_DEBT.md
Normal file
4
TECHNICAL_DEBT.md
Normal file
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user