mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
chore: disable hardening for mas dev
This commit is contained in:
parent
fdf7d3ae9f
commit
8460ce517c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
appId: superProductivity
|
||||
afterSign: build/scripts/notarize.js
|
||||
files:
|
||||
- electron/**/*
|
||||
- "!electron/**/*.ts"
|
||||
|
|
@ -14,8 +13,9 @@ mac:
|
|||
type: development
|
||||
category: public.app-category.productivity
|
||||
entitlements: build/entitlements.mac.plist
|
||||
entitlementsInherit: build/entitlements.mac.plist
|
||||
icon: build/icon.icns
|
||||
hardenedRuntime: true
|
||||
hardenedRuntime: false
|
||||
gatekeeperAssess: false
|
||||
provisioningProfile: embedded.provisionprofile
|
||||
# darkModeSupport: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue