diff --git a/electron-builder.json5 b/electron-builder.json5 index dff0af0a..7faaf8e4 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -97,8 +97,8 @@ }, "type": "development", "notarize": false, - "darkModeSupport": false, - "hardenedRuntime": false, + "darkModeSupport": true, + "hardenedRuntime": true, "identity": "LinkAndroidKey" }, "linux": { diff --git a/entitlements.mac.plist b/entitlements.mac.plist index 273c351b..623fc151 100644 --- a/entitlements.mac.plist +++ b/entitlements.mac.plist @@ -2,11 +2,15 @@ + com.apple.security.app-sandbox + com.apple.security.cs.allow-jit com.apple.security.cs.allow-unsigned-executable-memory com.apple.security.cs.allow-dyld-environment-variables + com.apple.security.cs.disable-library-validation + - \ No newline at end of file +