I’ve built an app with AppleScript in Xcode, and I need to save a string of text that the app will be able to access the next time it opens up.
Right now, I’m saving that info in a .txt file in the “Application Support” support folder, but GateKeeper throws up a warning that my app needs Finder access when it runs. Obviously, I’m new at this! lol
How would I save a string of text in plist or elsewhere in my app so that it can access it the next time it opens?