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.
- Make sure you have macOS Sierra 10.12.1 build 16B2657 installed, which adds support for the Touch Bar to macOS.
You can download it from this link.
You can check which build you have by clicking the version number in About This Mac:
- TouchBarServer.zip to run the Touch Bar on your Mac
- Source code (zip) to build the iOS app
-
To run the Touch Bar on your Mac, put the app into your Applications folder and open it. Press the Fn-key to toggle the Touch Bar on and off.
-
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, ave@aveapps.com
- Robbert Klarenbeek, robbertkl@renbeek.nl
-
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.