Reputation: 375
I develop an app for macOS. Is it possible to quickly enable Sandboxing for my app for testing? Currently I have to sign the app and send it for notarization - it takes a lot of time.
Maybe some command in Terminal? I don't use XCode, only XCode Command Line Tools and Lazarus/Freepascal.
Upvotes: 0
Views: 359
Reputation: 6431
The Application Sandbox is enabled in the Entitlements plist and is baked into the code signature. This will allow local testing of the sandboxed app.
Upvotes: 1