twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.71k stars 306 forks source link

[Feature Request] Allow for setting environment variables for App Launch #164

Open gchiacchio opened 1 year ago

gchiacchio commented 1 year ago

This would be a nice feature as it allows for different configurations without the need to re-build.

I'm currently setting different TZ env values for testing as shown here

Additionally, I've seen there is support to getenv in code, but haven't found how to use it in the app itself