MacOS MVP Requirements

This commit is contained in:
2023-07-24 02:41:06 -04:00
parent 6e5e38abdc
commit 84b979a80a
8 changed files with 60 additions and 16 deletions

View File

@@ -7,7 +7,7 @@
"withGlobalTauri": false
},
"package": {
"productName": "allenwrench-app",
"productName": "allenwrench",
"version": "0.1.1"
},
"tauri": {
@@ -48,7 +48,9 @@
}
},
"bundle": {
"category": "Utility",
"active": true,
"copyright": "Copyright 2023 Elizabeth Cray",
"targets": "all",
"identifier": "lgbt.cray.allenwrench",
"icon": [
@@ -59,7 +61,12 @@
],
"resources": [
"resources/*"
]
],
"macOS": {
"minimumSystemVersion": "10.11",
"license": "../LICENSE.txt",
"entitlements": "../entitlements.plist"
}
},
"security": {
"csp": null
@@ -67,7 +74,7 @@
"windows": [
{
"fullscreen": false,
"resizable": false,
"resizable": true,
"maximizable": false,
"minimizable": false,
"alwaysOnTop": true,