Skip to content

Commit

Permalink
r0b08x [chore] 5/20/2024, 9:26:44 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 20, 2024
1 parent 11e6127 commit bfa3471
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions artifacts/apple/entitlements/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.1">
<dict>
<key>com.apple.security.cs.allow-jit</key><true/>
<key>com.apple.security.app-sandbox</key><true/>
<key>com.apple.security.network.client</key><true/>
<key>com.apple.security.network.server</key><true/>
Expand Down
1 change: 1 addition & 0 deletions artifacts/apple/entitlements/entitlementsInherit.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.1">
<dict>
<key>com.apple.security.cs.allow-jit</key><true/>
<key>com.apple.security.app-sandbox</key><true/>
<key>com.apple.security.network.client</key><true/>
<key>com.apple.security.network.server</key><true/>
Expand Down
2 changes: 1 addition & 1 deletion change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -134,7 +134,7 @@
},
"target": [
{
"target": "pkg",
"target": "default",
"arch": [
"universal"
]
Expand Down

0 comments on commit bfa3471

Please sign in to comment.