disable app sandbox completely for music application

Hi,

I would love to disable app sandbox completely, because my music application requires extended filesystem permissions. Like reading configuration files from $HOME and enabling services through sockets.

The UI toolkit I am using endorses IPC mechanism.

cheers, Joël

I would love to disable app sandbox completely

On what platform?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

on macOS for App Store.

This is a late response but thought I would reply in case anyone else has the question. According to developer documentation it doesn't seem possible for macOS app on App Store. See link to documentation.

To distribute a macOS app through the Mac App Store, you must enable the App Sandbox capability.

https://developer.apple.com/documentation/security/app_sandbox?language=objc

disable app sandbox completely for music application
 
 
Q