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: packages/app-builder-lib/scheme.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2849,7 +2849,7 @@
2849
2849
},
2850
2850
"icon": {
2851
2851
"default": "build/icon.icns",
2852
-
"description": "The path to application icon.",
2852
+
"description": "The path to application icon.\nAccepts `.icns` (legacy) or `.icon` (Icon Composer asset).\nIf a `.icon` asset is provided, it will be preferred and compiled to an asset catalog.",
2853
2853
"type": [
2854
2854
"null",
2855
2855
"string"
@@ -3484,7 +3484,7 @@
3484
3484
},
3485
3485
"icon": {
3486
3486
"default": "build/icon.icns",
3487
-
"description": "The path to application icon.",
3487
+
"description": "The path to application icon.\nAccepts `.icns` (legacy) or `.icon` (Icon Composer asset).\nIf a `.icon` asset is provided, it will be preferred and compiled to an asset catalog.",
thrownewError(`Unsupported actool version. Must be on actool 26.0.0 or higher but found ${acToolVersion}. Install Xcode 26 or higher to get a supported version of actool.`)
40
+
}
41
+
}
42
+
43
+
/**
44
+
* Generates an asset catalog and extra assets that are useful for packaging the app.
0 commit comments