Hacker News new | ask | show | jobs
by awesomerobot 3519 days ago
I mean, you could do all of that — Apple just won't let you.
2 comments

On OSX you can distribute an executable without Apple's permission. The touchbar API may or may not support all use cases, but reverse engineering the lower level interface is probably not too hard.
Hopefully! I don't think anyone would be surprised if the touchbar was "App store verified" only.
One of the main demos was for Photoshop which is not on the Mac App Store. I would be surprised.
That's completely backwards. Apple does not have rules stopping anyone from doing anything with the Touch Bar. The HIG is a set of guidelines, not rules (which is why it's called Human Interface Guidelines), you can violate the HIG all you want and still get in the App Store. The whole point of my last paragraph was to describe why the HIG isn't what's stopping you from doing something like MenuMeters, the way the system itself works is what's stopping you. The frontmost app gets control of the Touch Bar. If you're not the frontmost app, you can't touch it.