MacOS MVP Requirements
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user