mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Update plist
This commit is contained in:
parent
542cad6341
commit
f4a0bd2331
3
.prettierignore
Normal file
3
.prettierignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
**/*.plist
|
||||||
|
**/resources/**/*
|
||||||
|
*.plist
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "upscayl",
|
"name": "upscayl",
|
||||||
"version": "2.8.6",
|
"version": "2.9.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "upscayl",
|
"name": "upscayl",
|
||||||
"version": "2.8.6",
|
"version": "2.9.0",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"daisyui": "^3.3.1",
|
"daisyui": "^3.3.1",
|
||||||
|
16
package.json
16
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "upscayl",
|
"name": "upscayl",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.8.6",
|
"version": "2.9.0",
|
||||||
"productName": "Upscayl",
|
"productName": "Upscayl",
|
||||||
"homepage": "https://github.com/TGS963/upscayl",
|
"homepage": "https://github.com/TGS963/upscayl",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
@ -43,7 +43,8 @@
|
|||||||
"dist:deb": "tsc && npm run build && cross-env DEBUG=* electron-builder build -l deb",
|
"dist:deb": "tsc && npm run build && cross-env DEBUG=* electron-builder build -l deb",
|
||||||
"dist:rpm": "tsc && npm run build && cross-env DEBUG=* electron-builder build -l rpm",
|
"dist:rpm": "tsc && npm run build && cross-env DEBUG=* electron-builder build -l rpm",
|
||||||
"dist:zip": "tsc && npm run build && cross-env DEBUG=* electron-builder build -l zip",
|
"dist:zip": "tsc && npm run build && cross-env DEBUG=* electron-builder build -l zip",
|
||||||
"dist:dmg": "tsc && npm run build && cross-env DEBUG=* electron-builder build -m dmg",
|
"dist:mac-zip": "tsc && npm run build && cross-env DEBUG=* electron-builder build -l zip",
|
||||||
|
"dist:dmg": "tsc && npm run build && electron-builder build -m dmg",
|
||||||
"dist:msi": "tsc && npm run build && cross-env DEBUG=* electron-builder build -w nsis",
|
"dist:msi": "tsc && npm run build && cross-env DEBUG=* electron-builder build -w nsis",
|
||||||
"dist:pkg": "tsc && npm run build && cross-env DEBUG=* electron-builder build -m pkg",
|
"dist:pkg": "tsc && npm run build && cross-env DEBUG=* electron-builder build -m pkg",
|
||||||
"dist:mac": "tsc && npm run build && electron-builder --mac --universal",
|
"dist:mac": "tsc && npm run build && electron-builder --mac --universal",
|
||||||
@ -115,23 +116,16 @@
|
|||||||
"arch": [
|
"arch": [
|
||||||
"universal"
|
"universal"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"target": "mas",
|
|
||||||
"arch": [
|
|
||||||
"universal"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"x64ArchFiles": "*",
|
"x64ArchFiles": "*"
|
||||||
"provisioningProfile": "embedded.provisionprofile"
|
|
||||||
},
|
},
|
||||||
"mas": {
|
"mas": {
|
||||||
"hardenedRuntime": false,
|
"hardenedRuntime": false,
|
||||||
"type": "distribution",
|
"type": "distribution",
|
||||||
"category": "public.app-category.photography",
|
"category": "public.app-category.photography",
|
||||||
"entitlements": "resources/entitlements.mac.plist",
|
"entitlements": "resources/entitlements.mac.plist",
|
||||||
"entitlementsInherit": "resources/entitlements.mac.plist",
|
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
|
||||||
"provisioningProfile": "embedded.provisionprofile",
|
"provisioningProfile": "embedded.provisionprofile",
|
||||||
"mergeASARs": false,
|
"mergeASARs": false,
|
||||||
"icon": "build/icon.icns",
|
"icon": "build/icon.icns",
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>com.apple.developer.team-identifier</key>
|
||||||
|
<string>W2T4W74X87</string>
|
||||||
<key>com.apple.security.app-sandbox</key>
|
<key>com.apple.security.app-sandbox</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.application-groups</key>
|
<key>com.apple.security.application-groups</key>
|
||||||
<array>
|
<string>org.upscayl.Upscayl</string>
|
||||||
<string>W2T4W74X87.org.upscayl.Upscayl</string>
|
|
||||||
</array>
|
|
||||||
<key>com.apple.security.automation.apple-events</key>
|
<key>com.apple.security.automation.apple-events</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
||||||
@ -16,10 +16,6 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.cs.debugger</key>
|
|
||||||
<true/>
|
|
||||||
<key>com.apple.security.cs.disable-library-validation</key>
|
|
||||||
<true/>
|
|
||||||
<key>com.apple.security.files.user-selected.read-write</key>
|
<key>com.apple.security.files.user-selected.read-write</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.inherit</key>
|
<key>com.apple.security.inherit</key>
|
||||||
|
@ -4,10 +4,6 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.security.app-sandbox</key>
|
<key>com.apple.security.app-sandbox</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.cs.allow-jit</key>
|
|
||||||
<true/>
|
|
||||||
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
|
||||||
<true/>
|
|
||||||
<key>com.apple.security.inherit</key>
|
<key>com.apple.security.inherit</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
|
@ -1,8 +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/>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
Loading…
Reference in New Issue
Block a user