Skip to content

Instantly share code, notes, and snippets.

@n3tr
Created October 30, 2016 15:58
Show Gist options
  • Save n3tr/09aa997233b78f87cff42b2fd34f167d to your computer and use it in GitHub Desktop.
Save n3tr/09aa997233b78f87cff42b2fd34f167d to your computer and use it in GitHub Desktop.
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