📦 Chore: build for mac app store

This commit is contained in:
萌萌哒赫萝 2023-03-11 22:21:23 +08:00
parent 56862fb718
commit 289e6ddb1f
3 changed files with 26 additions and 26 deletions

View File

@ -16,13 +16,13 @@
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.print</key>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.device.camera</key>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.device.microphone</key>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.device.usb</key>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>

Binary file not shown.

View File

@ -86,7 +86,7 @@ const config = {
mas: {
type: 'distribution',
icon: 'build/icons/icon.icns',
hardenedRuntime: true,
hardenedRuntime: false,
entitlements: 'build/entitlements.mas.plist',
entitlementsInherit: 'build/entitlements.mas.inherit.plist',
provisioningProfile: 'build/piclistmass.provisionprofile',