mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
build: fix mac store mas build 1
This commit is contained in:
parent
96f73ccfc7
commit
5023261df5
3 changed files with 6 additions and 2 deletions
|
|
@ -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-*/**'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue