Post

Replies

Boosts

Views

Activity

SandBox and Client Server macOS application.
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
0
0
168
Nov ’24
Tap to click many times not working in Monterey...
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/
34
3
12k
Nov ’21