mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
fix: entitlements build error
This commit is contained in:
parent
4c8ffddfe0
commit
d39689720d
2 changed files with 1 additions and 20 deletions
|
@ -1,10 +0,0 @@
|
||||||
<?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>
|
|
||||||
<key>com.apple.security.app-sandbox</key>
|
|
||||||
<true />
|
|
||||||
<key>com.apple.security.files.user-selected.read-write</key>
|
|
||||||
<true />
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
|
@ -46,16 +46,7 @@
|
||||||
"icons/icon.icns",
|
"icons/icon.icns",
|
||||||
"icons/icon.ico"
|
"icons/icon.ico"
|
||||||
],
|
],
|
||||||
"category": "DeveloperTool",
|
"category": "DeveloperTool"
|
||||||
"copyright": "",
|
|
||||||
"externalBin": [],
|
|
||||||
"macOS": {
|
|
||||||
"entitlements": "entitlements.plist",
|
|
||||||
"exceptionDomain": "",
|
|
||||||
"frameworks": [],
|
|
||||||
"providerShortName": null,
|
|
||||||
"signingIdentity": null
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"updater": {
|
"updater": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue