feat(desktop): add ITSAppUsesNonExemptEncryption in plist
This commit is contained in:
parent
fd29975cf9
commit
7b1d80dcdc
|
|
@ -117,6 +117,9 @@ const config: ForgeConfig = {
|
|||
ignore: [ignorePattern],
|
||||
|
||||
prune: true,
|
||||
extendInfo: {
|
||||
ITSAppUsesNonExemptEncryption: false,
|
||||
},
|
||||
osxSign: {
|
||||
optionsForFile:
|
||||
platform === "mas"
|
||||
|
|
|
|||
Loading…
Reference in New Issue