Post

Replies

Boosts

Views

Activity

Comment on App Sandbox Xcode launch argument file access
That's pretty much it. The goal is to have some static data I can access at launch, and I can fine-tune every single time I run the app while developing it. Then, this will get picked up by git, so I can make final the changes I made, or discard them. The changes will happen every single run. But by design, not all will be kept once I review the changes. Which server to connect, splash to show, delays, volumes, settings. I could write them to Prefs and copy manually, but my mind is forgetful.
Feb ’23