Permalink
Browse files
fix available mac os version
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
TouchBarSpaceFight/TouchBarSpaceFight/AppDelegate.swift
|
|
@@ -42,7 +42,7 @@ extension NSTouchBarItemIdentifier { |
|
|
static let gameViewController = NSTouchBarItemIdentifier("br.com.guilhermerambo.touchasteroids")
|
|
|
}
|
|
|
|
|
|
-@available(OSX 10.12.1, *)
|
|
|
+@available(OSX 10.12.2, *)
|
|
|
extension AppDelegate: NSTouchBarDelegate, NSTouchBarProvider {
|
|
|
|
|
|
var touchBar: NSTouchBar? {
|
|
|
|
0 comments on commit
68bcbe2