build: fix mac store mas build 1

This commit is contained in:
Johannes Millan 2025-11-15 10:25:42 +01:00
parent 96f73ccfc7
commit 5023261df5
3 changed files with 6 additions and 2 deletions

View file

@ -5,7 +5,7 @@ files:
- electron/**/*
- '!electron/**/*.ts'
- '!electron/**/*.js.map'
- dist/**/*
- .tmp/angular-dist/**/*
- 'embedded.provisionprofile'
# Exclude Nx binaries - they're build tools, not runtime dependencies
- '!**/@nx/nx-darwin-*/**'

View file

@ -5,7 +5,7 @@ files:
- electron/**/*
- '!electron/**/*.ts'
- '!electron/**/*.js.map'
- dist/**/*
- .tmp/angular-dist/**/*
- 'embedded.provisionprofile'
# Exclude Nx binaries - they're build tools, not runtime dependencies
- '!**/@nx/nx-darwin-*/**'
@ -31,3 +31,5 @@ mas:
entitlements: build/entitlements.mas.plist
entitlementsInherit: build/entitlements.mas.inherit.plist
provisioningProfile: embedded.provisionprofile
extendInfo:
ITSAppUsesNonExemptEncryption: false

View file

@ -14,5 +14,7 @@
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.files.bookmarks.app-scope</key>
<true/>
</dict>
</plist>