mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-02 13:00:53 +00:00
attempt to fix app icon
This commit is contained in:
parent
3801e23146
commit
ab4f347ea3
@ -14,7 +14,7 @@ set_target_properties(Voxelotl PROPERTIES
|
||||
MACOSX_BUNDLE_BUNDLE_VERSION "${PROJECT_VERSION}"
|
||||
MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION}"
|
||||
MACOSX_BUNDLE_GUI_IDENTIFIER "gay.pizza.voxelotl"
|
||||
MACOSX_BUNDLE_ICON_FILE "Voxelotl.icns"
|
||||
MACOSX_BUNDLE_ICON_FILE "Voxelotl"
|
||||
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.in"
|
||||
BUILD_RPATH "@loader_path/../Frameworks"
|
||||
XCODE_ATTRIBUTE_SKIP_INSTALL "NO"
|
||||
|
@ -10,6 +10,8 @@
|
||||
<string>${MACOSX_BUNDLE_INFO_STRING}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
|
||||
<key>CFBundleIconName</key>
|
||||
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
|
Loading…
Reference in New Issue
Block a user