diff --git a/artifacts/apple/entitlements/entitlements.plist b/artifacts/apple/entitlements/entitlements.plist index 73b5d9b..34df2ad 100644 --- a/artifacts/apple/entitlements/entitlements.plist +++ b/artifacts/apple/entitlements/entitlements.plist @@ -2,6 +2,7 @@ + com.apple.security.cs.allow-jit com.apple.security.app-sandbox com.apple.security.network.client com.apple.security.network.server diff --git a/artifacts/apple/entitlements/entitlementsInherit.plist b/artifacts/apple/entitlements/entitlementsInherit.plist index 73b5d9b..34df2ad 100644 --- a/artifacts/apple/entitlements/entitlementsInherit.plist +++ b/artifacts/apple/entitlements/entitlementsInherit.plist @@ -2,6 +2,7 @@ + com.apple.security.cs.allow-jit com.apple.security.app-sandbox com.apple.security.network.client com.apple.security.network.server diff --git a/change-log.md b/change-log.md index 1467350..6010128 100644 --- a/change-log.md +++ b/change-log.md @@ -7,7 +7,7 @@ ### Unreleased -### v2024.4.304 +### v2024.4.308 Released on 05/20/2024 * BUGFIX: The console button was always showing even though there was no connection * FEATURE: Enable universal build. diff --git a/package.json b/package.json index db712b8..38d10d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p3x-redis-ui", - "version": "2024.4.307", + "version": "2024.4.308", "description": "📡 P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app", "corifeus": { "description-snap": "P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app", @@ -91,9 +91,9 @@ "p3x-redis-ui-server": "^2024.4.233" }, "build-save": { - "afterSign": "scripts/notarize.js", "entitlements": "artifacts/apple/entitlements/entitlements.plist", - "entitlementsInherit": "artifacts/apple/entitlements/entitlementsInherit.plist" + "entitlementsInherit": "artifacts/apple/entitlements/entitlementsInherit.plist", + "afterSign": "scripts/notarize.js" }, "build": { "afterAllArtifactBuild": "./node_modules/corifeus-builder/src/utils/appimage/after-all-artifact-build.js", @@ -123,7 +123,7 @@ "mac": { "category": "public.app-category.developer-tools", "hardenedRuntime": true, - "icon": "artifacts/apple/icons/icon.icns", + "icon": "artifacts/apple/icons/redis.icns", "gatekeeperAssess": false, "identity": "Patrik László (3GB3S9SH84)", "extendInfo": { @@ -134,7 +134,7 @@ }, "target": [ { - "target": "pkg", + "target": "default", "arch": [ "universal" ]