From: Jeremy Kniager Date: Fri, 1 Mar 2019 17:48:58 +0000 (-0700) Subject: macos: Change LunarG Icons to Vulkan Logo X-Git-Tag: upstream/1.2.179~312 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db308c51b40f7f70ccfcfe69b2c624325cc1965c;p=platform%2Fupstream%2FVulkan-Tools.git macos: Change LunarG Icons to Vulkan Logo Replaced LunarGIcon.icns with VulkanIcon.icns as part of rebranding initiative. Change-Id: I582b5d057f9177940c3f959a87a304c74993dec2 --- diff --git a/cube/macOS/cube/Info.plist b/cube/macOS/cube/Info.plist index 5bad445..55145d3 100644 --- a/cube/macOS/cube/Info.plist +++ b/cube/macOS/cube/Info.plist @@ -9,7 +9,7 @@ CFBundleGetInfoString VkCube CFBundleIconFile - LunarGIcon.icns + VulkanIcon.icns CFBundleIdentifier com.lunarg.vkcube CFBundleInfoDictionaryVersion @@ -35,4 +35,4 @@ NSPrincipalClass NSApplication - \ No newline at end of file + diff --git a/cube/macOS/cube/Resources/LunarGIcon.icns b/cube/macOS/cube/Resources/LunarGIcon.icns deleted file mode 100644 index 640b756..0000000 Binary files a/cube/macOS/cube/Resources/LunarGIcon.icns and /dev/null differ diff --git a/cube/macOS/cube/Resources/VulkanIcon.icns b/cube/macOS/cube/Resources/VulkanIcon.icns new file mode 100644 index 0000000..fb82fb7 Binary files /dev/null and b/cube/macOS/cube/Resources/VulkanIcon.icns differ diff --git a/cube/macOS/cube/cube.cmake b/cube/macOS/cube/cube.cmake index 5168459..18bcbad 100644 --- a/cube/macOS/cube/cube.cmake +++ b/cube/macOS/cube/cube.cmake @@ -25,7 +25,7 @@ set(cube_SRCS set(cube_HDRS ${CMAKE_CURRENT_SOURCE_DIR}/macOS/cube/AppDelegate.h ${CMAKE_CURRENT_SOURCE_DIR}/macOS/cube/DemoViewController.h) set(cube_RESOURCES ${CMAKE_BINARY_DIR}/staging-json/MoltenVK_icd.json - ${CMAKE_CURRENT_SOURCE_DIR}/macOS/cube/Resources/LunarGIcon.icns) + ${CMAKE_CURRENT_SOURCE_DIR}/macOS/cube/Resources/VulkanIcon.icns) # Have Xcode handle the Storyboard if(${CMAKE_GENERATOR} MATCHES "^Xcode.*") diff --git a/cube/macOS/cubepp/Info.plist b/cube/macOS/cubepp/Info.plist index 0f1c545..d0b74e0 100644 --- a/cube/macOS/cubepp/Info.plist +++ b/cube/macOS/cubepp/Info.plist @@ -9,7 +9,7 @@ CFBundleGetInfoString VkCubepp CFBundleIconFile - LunarGIcon.icns + VulkanIcon.icns CFBundleIdentifier com.lunarg.cubepp CFBundleInfoDictionaryVersion @@ -35,4 +35,4 @@ NSPrincipalClass NSApplication - \ No newline at end of file + diff --git a/cube/macOS/cubepp/Resources/LunarGIcon.icns b/cube/macOS/cubepp/Resources/LunarGIcon.icns deleted file mode 100644 index 640b756..0000000 Binary files a/cube/macOS/cubepp/Resources/LunarGIcon.icns and /dev/null differ diff --git a/cube/macOS/cubepp/Resources/VulkanIcon.icns b/cube/macOS/cubepp/Resources/VulkanIcon.icns new file mode 100644 index 0000000..fb82fb7 Binary files /dev/null and b/cube/macOS/cubepp/Resources/VulkanIcon.icns differ diff --git a/cube/macOS/cubepp/cubepp.cmake b/cube/macOS/cubepp/cubepp.cmake index 2d77f89..266dc53 100644 --- a/cube/macOS/cubepp/cubepp.cmake +++ b/cube/macOS/cubepp/cubepp.cmake @@ -27,7 +27,7 @@ set( ) set(cubepp_RESOURCES ${CMAKE_BINARY_DIR}/staging-json/MoltenVK_icd.json - ${CMAKE_CURRENT_SOURCE_DIR}/macOS/cubepp/Resources/LunarGIcon.icns) + ${CMAKE_CURRENT_SOURCE_DIR}/macOS/cubepp/Resources/VulkanIcon.icns) # Have Xcode handle the Storyboard if(${CMAKE_GENERATOR} MATCHES "^Xcode.*") diff --git a/vulkaninfo/macOS/Info.plist b/vulkaninfo/macOS/Info.plist index 337223c..cc7b234 100644 --- a/vulkaninfo/macOS/Info.plist +++ b/vulkaninfo/macOS/Info.plist @@ -9,7 +9,7 @@ CFBundleGetInfoString VulkanInfo CFBundleIconFile - LunarGIcon.icns + VulkanIcon.icns CFBundleIdentifier com.lunarg.vulkaninfo CFBundleInfoDictionaryVersion diff --git a/vulkaninfo/macOS/Resources/LunarGIcon.icns b/vulkaninfo/macOS/Resources/LunarGIcon.icns deleted file mode 100644 index 640b756..0000000 Binary files a/vulkaninfo/macOS/Resources/LunarGIcon.icns and /dev/null differ diff --git a/vulkaninfo/macOS/Resources/VulkanIcon.icns b/vulkaninfo/macOS/Resources/VulkanIcon.icns new file mode 100644 index 0000000..fb82fb7 Binary files /dev/null and b/vulkaninfo/macOS/Resources/VulkanIcon.icns differ diff --git a/vulkaninfo/macOS/vulkaninfo.cmake b/vulkaninfo/macOS/vulkaninfo.cmake index 46e3a05..bf4d669 100644 --- a/vulkaninfo/macOS/vulkaninfo.cmake +++ b/vulkaninfo/macOS/vulkaninfo.cmake @@ -25,7 +25,7 @@ add_executable(vulkaninfo-bundle vulkaninfo.c ${CMAKE_BINARY_DIR}/staging-json/MoltenVK_icd.json ${CMAKE_CURRENT_SOURCE_DIR}/macOS/vulkaninfo.sh - ${CMAKE_CURRENT_SOURCE_DIR}/macOS/Resources/LunarGIcon.icns + ${CMAKE_CURRENT_SOURCE_DIR}/macOS/Resources/VulkanIcon.icns ${CMAKE_CURRENT_SOURCE_DIR}/macOS/vulkaninfo/metal_view.m ${CMAKE_CURRENT_SOURCE_DIR}/macOS/vulkaninfo/metal_view.h) set_target_properties(vulkaninfo-bundle @@ -38,7 +38,7 @@ target_link_libraries(vulkaninfo-bundle ${Vulkan_LIBRARY} "-framework AppKit -fr target_include_directories(vulkaninfo-bundle PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/macOS/vulkaninfo ${VulkanHeaders_INCLUDE_DIR}) add_dependencies(vulkaninfo-bundle MoltenVK_icd-staging-json) set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/macOS/vulkaninfo.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")