1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

MacOS: Projucer: CMake: Add option to use an Icon Composer icon

This commit is contained in:
attila 2025-12-15 17:09:56 +01:00 committed by reuk
parent ea5cffcbd2
commit 07120c2f4e
No known key found for this signature in database
30 changed files with 323 additions and 53 deletions

View file

@ -377,6 +377,11 @@ attributes directly to these creation functions, rather than adding them later.
is specified, then that image will be used for all icon resolutions. If both arguments are
specified, then the appropriate image will be picked for each icon resolution.
`ICON_COMPOSER_BUNDLE`
- An Icon Composer bundle used for MacOS and iOS builds. This argument takes precedence over the
ICON_BIG and ICON_SMALL settings with Xcode versions 26 and later. Older versions of Xcode will
continue to use ICON_BIG and ICON_SMALL, even if this argument is specified.
`COMPANY_COPYRIGHT`
- Copyright text which will be added to the app/plugin's Info.plist. The value of this argument
will be inherited from the `JUCE_COMPANY_COPYRIGHT` property, so if you want to use the same