Skip to content

Commit

Permalink
vkconfig: Fix MacOS icon
Browse files Browse the repository at this point in the history
Use vkcube / vkcubepp / vulkaninfo icon which is much higher
quality

closes #1694
  • Loading branch information
juan-lunarg committed Dec 27, 2023
1 parent cca29f3 commit 97f2eb8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vkconfig/macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleGetInfoString</key>
<string>VkConfig</string>
<key>CFBundleIconFile</key>
<string>LunarGIcon.icns</string>
<string>VulkanIcon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.lunarg.vkconfig</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand Down
Binary file removed vkconfig/macOS/Resources/LunarGIcon.icns
Binary file not shown.
Binary file added vkconfig/macOS/Resources/VulkanIcon.icns
Binary file not shown.
4 changes: 2 additions & 2 deletions vkconfig/macOS/vkconfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
add_executable(vkconfig
MACOSX_BUNDLE
${FILES_ALL}
${CMAKE_CURRENT_SOURCE_DIR}/macOS/Resources/LunarGIcon.icns
${CMAKE_CURRENT_SOURCE_DIR}/macOS/Resources/VulkanIcon.icns
)
#set_target_properties(vkconfig PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/macOS/Info.plist)
set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/macOS/vkconfig.sh PROPERTIES MACOSX_PACKAGE_LOCATION "MacOS")
set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/macOS/Resources/LunarGIcon.icns
set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/macOS/Resources/VulkanIcon.icns
PROPERTIES
MACOSX_PACKAGE_LOCATION
"Resources")
Expand Down
2 changes: 1 addition & 1 deletion vkconfig/vkconfig.pro
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ macx: {
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.10

QMAKE_INFO_PLIST = macOS/Info.plist
RC_FILE = macOS/Resources/LunarGIcon.icns
RC_FILE = macOS/Resources/VulkanIcon.icns
}

# Default rules for deployment.
Expand Down

0 comments on commit 97f2eb8

Please sign in to comment.