mirror of
https://github.com/sindresorhus/touch-bar-simulator
synced 2025-03-02 14:07:14 +00:00
Add FAQ question
This commit is contained in:
parent
93d67526f2
commit
0bd6ad734f
1 changed files with 4 additions and 0 deletions
|
@ -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.~~
|
||||
|
|
Loading…
Add table
Reference in a new issue