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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2900,6 +2900,13 @@
2900
2900
"description": "General configuration for the iOS target.",
2901
2901
"type": "object",
2902
2902
"properties": {
2903
+
"template": {
2904
+
"description": "A custom [XcodeGen] project.yml template to use.\n\n [XcodeGen]: <https://github.com/yonaskolb/XcodeGen>",
2905
+
"type": [
2906
+
"string",
2907
+
"null"
2908
+
]
2909
+
},
2903
2910
"frameworks": {
2904
2911
"description": "A list of strings indicating any iOS frameworks that need to be bundled with the application.\n\n Note that you need to recreate the iOS project for the changes to be applied.",
Copy file name to clipboardExpand all lines: tooling/cli/schema.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2900,6 +2900,13 @@
2900
2900
"description": "General configuration for the iOS target.",
2901
2901
"type": "object",
2902
2902
"properties": {
2903
+
"template": {
2904
+
"description": "A custom [XcodeGen] project.yml template to use.\n\n [XcodeGen]: <https://github.com/yonaskolb/XcodeGen>",
2905
+
"type": [
2906
+
"string",
2907
+
"null"
2908
+
]
2909
+
},
2903
2910
"frameworks": {
2904
2911
"description": "A list of strings indicating any iOS frameworks that need to be bundled with the application.\n\n Note that you need to recreate the iOS project for the changes to be applied.",
0 commit comments