Add FAQ question

This commit is contained in:
Sindre Sorhus 2019-07-06 23:52:36 +07:00
parent 93d67526f2
commit 0bd6ad734f

View file

@ -46,6 +46,10 @@ You can capture a screenshot of the Touch Bar by either:
Apple would never allow it as it uses private APIs.
### Can I contribute localizations?
No, we're not interested in localizing the app.
### How does this work?
~~In short, it exposes the Touch Bar simulator from inside Xcode as a standalone app with added features. I [class-dumped](https://github.com/nygard/class-dump) a private Xcode framework and used that to expose a private class to get a reference to the Touch Bar window controller. I then launch that window and add a screenshot button to it. I've bundled the required private frameworks to make it work without Xcode. That's why the binary is so big.~~