mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
build: test build target to universal for mas build
This commit is contained in:
parent
5b442b59fb
commit
dd93bbf1d7
3 changed files with 5 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
run: npm run dist:mac:mas:buildOnly
|
||||
|
||||
- name: Validate App
|
||||
run: ls app-builds; ls app-builds/mas-arm64; xcrun altool --type macos --validate-app -f app-builds/mas-arm64/Super*.pkg -u ${{secrets.APPLEID}} -p ${{secrets.APPLEIDPASS}}
|
||||
run: ls app-builds; ls app-builds/mas; xcrun altool --type macos --validate-app -f app-builds/mas/Super*.pkg -u ${{secrets.APPLEID}} -p ${{secrets.APPLEIDPASS}}
|
||||
env:
|
||||
APPLEID: ${{secrets.APPLEID}}
|
||||
APPLEIDPASS: ${{secrets.APPLEIDPASS}}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,9 @@ mas:
|
|||
gatekeeperAssess: false
|
||||
darkModeSupport: true
|
||||
target:
|
||||
- mas
|
||||
- target: mas
|
||||
arch:
|
||||
- universal
|
||||
|
||||
hardenedRuntime: false
|
||||
entitlements: build/entitlements.mas.plist
|
||||
|
|
|
|||
|
|
@ -58,7 +58,6 @@ snap:
|
|||
confinement: strict
|
||||
|
||||
mac:
|
||||
notarize: true
|
||||
appId: com.super-productivity.app
|
||||
type: distribution
|
||||
category: public.app-category.productivity
|
||||
|
|
@ -69,6 +68,7 @@ mac:
|
|||
gatekeeperAssess: false
|
||||
provisioningProfile: embedded.provisionprofile
|
||||
darkModeSupport: true
|
||||
notarize: true
|
||||
extendInfo:
|
||||
ITSAppUsesNonExemptEncryption: false
|
||||
publish:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue