1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-24 20:19:10 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
palerdot
08548afeea enabling default plugin bundle code to test mac app signing 2023-03-29 18:17:35 +05:30
palerdot
0cedf645c1 mac: gateKeeperAssess set to false for checking binary signing 2023-03-29 10:55:02 +05:30
palerdot
16b749ba6c mac: plist tweaks for binary signing 2023-03-29 10:51:20 +05:30
3 changed files with 6 additions and 2 deletions

View File

@@ -180,8 +180,8 @@ cd "$ROOT_DIR/packages/app-desktop"
if [[ $GIT_TAG_NAME = v* ]]; then if [[ $GIT_TAG_NAME = v* ]]; then
echo "Step: Building and publishing desktop application..." echo "Step: Building and publishing desktop application..."
# cd "$ROOT_DIR/packages/tools" cd "$ROOT_DIR/packages/tools"
# node bundleDefaultPlugins.js node bundleDefaultPlugins.js
cd "$ROOT_DIR/packages/app-desktop" cd "$ROOT_DIR/packages/app-desktop"
USE_HARD_LINKS=false yarn run dist USE_HARD_LINKS=false yarn run dist
elif [[ $IS_LINUX = 1 ]] && [[ $GIT_TAG_NAME = $SERVER_TAG_PREFIX-* ]]; then elif [[ $IS_LINUX = 1 ]] && [[ $GIT_TAG_NAME = $SERVER_TAG_PREFIX-* ]]; then

View File

@@ -8,5 +8,7 @@
<true/> <true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key> <key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/> <true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict> </dict>
</plist> </plist>

View File

@@ -79,7 +79,9 @@
"icon": "../../Assets/macOs.icns", "icon": "../../Assets/macOs.icns",
"target": "dmg", "target": "dmg",
"hardenedRuntime": true, "hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "./build-mac/entitlements.mac.inherit.plist", "entitlements": "./build-mac/entitlements.mac.inherit.plist",
"entitlementsInherit": "./build-mac/entitlements.mac.inherit.plist",
"extendInfo": { "extendInfo": {
"CFBundleURLTypes": [ "CFBundleURLTypes": [
{ {