Post

Replies

Boosts

Views

Activity

Reply to Hardened runtime error on System Extensions
I don't see any of the hardened runtime entitlements. This is what I get : <?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.application-identifier</key> <string>SYSTEM_EXTENSION_BUNDLE_ID</string> <key>com.apple.developer.networking.networkextension</key> <array> <string>packet-tunnel-provider-systemextension</string> </array> <key>com.apple.developer.team-identifier</key> <string>TEAMID</string> <key>com.apple.security.application-groups</key> <array> <string>TEAMID.GROUP_NAME</string> </array> <key>com.apple.security.get-task-allow</key> <false/> <key>com.apple.security.temporary-exception.mach-lookup.global-name</key> <array> <string>MACHSERVICE_NAME</string> </array> </dict> </plist>
Aug ’20