You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tooling/cli/schema.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,7 @@
140
140
"icon": [],
141
141
"identifier": "",
142
142
"macOS": {
143
+
"minimumSystemVersion": "10.13",
143
144
"useBootstrapper": false
144
145
},
145
146
"windows": {
@@ -519,6 +520,7 @@
519
520
"macOS": {
520
521
"description": "Configuration for the macOS bundles.",
521
522
"default": {
523
+
"minimumSystemVersion": "10.13",
522
524
"useBootstrapper": false
523
525
},
524
526
"allOf": [
@@ -1082,7 +1084,8 @@
1082
1084
]
1083
1085
},
1084
1086
"minimumSystemVersion": {
1085
-
"description": "A version string indicating the minimum macOS X version that the bundled application supports.",
1087
+
"description": "A version string indicating the minimum macOS X version that the bundled application supports. Defaults to `10.13`. Setting it to `null` completely removes the `LSMinimumSystemVersion` field on the bundle's `Info.plist` and the `MACOSX_DEPLOYMENT_TARGET` environment variable.",
0 commit comments