Created
October 30, 2016 15:58
-
-
Save n3tr/09aa997233b78f87cff42b2fd34f167d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fileprivate extension NSTouchBarCustomizationIdentifier { | |
static let windowBar = NSTouchBarCustomizationIdentifier("com.n3tr.countertouchbar.touchbar") | |
} | |
fileprivate extension NSTouchBarItemIdentifier { | |
static let label = NSTouchBarItemIdentifier("com.n3tr.countertouchbar.label") | |
} | |
class WindowController: NSWindowController { | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment