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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2896,6 +2896,16 @@
2896
2896
"description": "General configuration for the iOS target.",
2897
2897
"type": "object",
2898
2898
"properties": {
2899
+
"frameworks": {
2900
+
"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.",
2901
+
"type": [
2902
+
"array",
2903
+
"null"
2904
+
],
2905
+
"items": {
2906
+
"type": "string"
2907
+
}
2908
+
},
2899
2909
"developmentTeam": {
2900
2910
"description": "The development team. This value is required for iOS development because code signing is enforced.\n The `APPLE_DEVELOPMENT_TEAM` environment variable can be set to overwrite it.",
Copy file name to clipboardExpand all lines: tooling/cli/schema.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2896,6 +2896,16 @@
2896
2896
"description": "General configuration for the iOS target.",
2897
2897
"type": "object",
2898
2898
"properties": {
2899
+
"frameworks": {
2900
+
"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.",
2901
+
"type": [
2902
+
"array",
2903
+
"null"
2904
+
],
2905
+
"items": {
2906
+
"type": "string"
2907
+
}
2908
+
},
2899
2909
"developmentTeam": {
2900
2910
"description": "The development team. This value is required for iOS development because code signing is enforced.\n The `APPLE_DEVELOPMENT_TEAM` environment variable can be set to overwrite it.",
0 commit comments