Description
Create multi-resolution .icns icon. Update Info.plist with proper bundle metadata.
Implementation
- Create .icns with 16x16, 32x32, 128x128, 256x256, 512x512, 1024x1024 variants
- Update
MacNoteInfo.plist.in: CFBundleIconFile, NSHumanReadableCopyright, LSMinimumSystemVersion (13.0), LSApplicationCategoryType (public.app-category.developer-tools)
- Add icon file to CMakeLists.txt RESOURCE list
Key Files
macos/platform/MacNoteInfo.plist.in
macos/CMakeLists.txt
Sprint
Sprint 2 - macOS Native Feel
Description
Create multi-resolution .icns icon. Update Info.plist with proper bundle metadata.
Implementation
MacNoteInfo.plist.in:CFBundleIconFile,NSHumanReadableCopyright,LSMinimumSystemVersion(13.0),LSApplicationCategoryType(public.app-category.developer-tools)Key Files
macos/platform/MacNoteInfo.plist.inmacos/CMakeLists.txtSprint
Sprint 2 - macOS Native Feel