Touch Bar Demo App allows you to use your macOS Touch Bar from an iPad (through USB connection) or on-screen by pressing the Fn-key. It shows the original Apple Touch Bar, which changes dynamically based on the app you're currently using. With this demo app, you can try out the Touch Bar on any Mac that does not have a physical Touch Bar.
Check out this video to see it in action.
First, make sure you have installed macOS Sierra 10.12.1 build 16B2657, which adds support for the Touch Bar to macOS. You can download it from this link.
Then, fetch the latest ZIP from the release section and put the extracted app into your Applications folder.
To build the iOS app, open TouchBar.xcodeproj
, connect your iOS device and select the TouchBarClient target and your device, like show here:
To get the app installed on your iOS device, it needs to be properly signed. See these sideloading instructions to set this up.
- Andreas Verhoeven, [email protected]
- Robbert Klarenbeek, [email protected]
-
Thanks to Alex Zielenski for StartAtLoginController, which ties together the ServiceManagement stuff without even a single line of code (gotta love KVO).
-
Thanks to Aleksei Mazelyuk for his Touch bar for VK Messenger, which was an inspiration for the app icon.
-
Thanks to Rasmus Andersson for peertalk, which is used to communicate between the macOS and iOS apps through USB connection.
-
Thanks to Bas van der Ploeg for testing and shooting a sample video.
Touch Bar Demo App is published under the MIT License.