We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5d097 commit f4debb7Copy full SHA for f4debb7
electron-builder.json
@@ -29,7 +29,7 @@
29
"type": "distribution",
30
"hardenedRuntime": true,
31
"darkModeSupport": true,
32
- "bundleVersion": "70",
+ "bundleVersion": "90",
33
"icon": "resources/icon.icns",
34
"artifactName": "${productName}-${os}-${arch}.${ext}",
35
"entitlements": "resources/entitlements.mac.plist",
resources/entitlements.mas.plist
@@ -28,10 +28,5 @@
28
<string>UUK47G4BAZ.com.redis.RedisInsight</string>
<key>com.apple.developer.team-identifier</key>
<string>UUK47G4BAZ</string>
- <key>com.apple.security.temporary-exception.files.home-relative-path.read-write</key>
- <array>
- <string>/.redisinsight-v2/</string>
- <string>/.redisinsight-v2-stage/</string>
- </array>
36
</dict>
37
</plist>
0 commit comments