The AppStore requires that the com.apple.security.app-sandbox entitlement is set to true.
My app has two binaries, a client and a server.
The Client starts the server in a selected workspace/directory and makes a TCP connection with the started server.
This concept works perfectly without SandBox but a TCP connection is not possible within a SandBox.
The entitlement file looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.device.usb</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>
Any hints/help is very appreciated.
Kind regards,
Rob
Post
Replies
Boosts
Views
Activity
I want to distribute my app with my developer ID.
This works fine in a dmg or zip container if I download it on another Mac by FTP.
But if I download it by HTTPS macOS brings a Popup:
“Rocrail.app” is damaged and can’t be opened. You should move it to the Bin.
I don't understand the diff between FTP and HTTPS download...
How can I fix this?
Since I upgraded my MBP 2020 M1 to Monterey, the 'Tap to click' is almost unusable.
This issue is still not resolved in the 12.1 beta 3.
Its almost impossible to do my work on my MBP...
Please revert any Trackpad changes !
The very good 'Tap to click' was one of the reasons to buy a MBP.
See also:
https://www.reddit.com/r/MacOSBeta/comments/qfzhrv/tap_to_click_sometimes_not_working_in_monterey/