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: core/tauri-config-schema/schema.json
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,9 @@
74
74
"minSdkVersion": 24
75
75
},
76
76
"createUpdaterArtifacts": false,
77
-
"iOS": {},
77
+
"iOS": {
78
+
"minimumSystemVersion": ""
79
+
},
78
80
"icon": [],
79
81
"linux": {
80
82
"appimage": {
@@ -1712,7 +1714,9 @@
1712
1714
},
1713
1715
"iOS": {
1714
1716
"description": "iOS configuration.",
1715
-
"default": {},
1717
+
"default": {
1718
+
"minimumSystemVersion": ""
1719
+
},
1716
1720
"allOf": [
1717
1721
{
1718
1722
"$ref": "#/definitions/IosConfig"
@@ -2912,6 +2916,11 @@
2912
2916
"string",
2913
2917
"null"
2914
2918
]
2919
+
},
2920
+
"minimumSystemVersion": {
2921
+
"description": "A version string indicating the minimum iOS version that the bundled application supports. Defaults to `13.0`.\n\n Maps to the IPHONEOS_DEPLOYMENT_TARGET value.",
Copy file name to clipboardExpand all lines: tooling/cli/schema.json
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,9 @@
74
74
"minSdkVersion": 24
75
75
},
76
76
"createUpdaterArtifacts": false,
77
-
"iOS": {},
77
+
"iOS": {
78
+
"minimumSystemVersion": ""
79
+
},
78
80
"icon": [],
79
81
"linux": {
80
82
"appimage": {
@@ -1712,7 +1714,9 @@
1712
1714
},
1713
1715
"iOS": {
1714
1716
"description": "iOS configuration.",
1715
-
"default": {},
1717
+
"default": {
1718
+
"minimumSystemVersion": ""
1719
+
},
1716
1720
"allOf": [
1717
1721
{
1718
1722
"$ref": "#/definitions/IosConfig"
@@ -2912,6 +2916,11 @@
2912
2916
"string",
2913
2917
"null"
2914
2918
]
2919
+
},
2920
+
"minimumSystemVersion": {
2921
+
"description": "A version string indicating the minimum iOS version that the bundled application supports. Defaults to `13.0`.\n\n Maps to the IPHONEOS_DEPLOYMENT_TARGET value.",
0 commit comments