How I can setup parameters for MacOS App Sandbox? ...
# kotlin-native
a
How I can setup parameters for MacOS App Sandbox? I have to set
com.apple.security.network.client
to
true
https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_network_client
a
Seems like this option can be specified in a
.plist
file. I think you can go with something like this.