mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-13 08:28:13 -04:00
📦 Chore: build for mac app store
This commit is contained in:
parent
56862fb718
commit
289e6ddb1f
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<dict>
|
||||
<key>com.apple.security.app-sandbox</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.allow-jit</key>
|
||||
@ -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>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user