macos: Change LunarG Icons to Vulkan Logo
authorJeremy Kniager <jeremyk@lunarg.com>
Fri, 1 Mar 2019 17:48:58 +0000 (10:48 -0700)
committerjeremyk-lunarg <jeremyk@lunarg.com>
Fri, 1 Mar 2019 19:28:17 +0000 (12:28 -0700)
Replaced LunarGIcon.icns with VulkanIcon.icns as part
of rebranding initiative.

Change-Id: I582b5d057f9177940c3f959a87a304c74993dec2

12 files changed:
cube/macOS/cube/Info.plist
cube/macOS/cube/Resources/LunarGIcon.icns [deleted file]
cube/macOS/cube/Resources/VulkanIcon.icns [new file with mode: 0644]
cube/macOS/cube/cube.cmake
cube/macOS/cubepp/Info.plist
cube/macOS/cubepp/Resources/LunarGIcon.icns [deleted file]
cube/macOS/cubepp/Resources/VulkanIcon.icns [new file with mode: 0644]
cube/macOS/cubepp/cubepp.cmake
vulkaninfo/macOS/Info.plist
vulkaninfo/macOS/Resources/LunarGIcon.icns [deleted file]
vulkaninfo/macOS/Resources/VulkanIcon.icns [new file with mode: 0644]
vulkaninfo/macOS/vulkaninfo.cmake

index 5bad445..55145d3 100644 (file)
@@ -9,7 +9,7 @@
        <key>CFBundleGetInfoString</key>
        <string>VkCube</string>
        <key>CFBundleIconFile</key>
-       <string>LunarGIcon.icns</string>
+       <string>VulkanIcon.icns</string>
        <key>CFBundleIdentifier</key>
        <string>com.lunarg.vkcube</string>
        <key>CFBundleInfoDictionaryVersion</key>
@@ -35,4 +35,4 @@
        <key>NSPrincipalClass</key>
        <string>NSApplication</string>
 </dict>
-</plist>
\ No newline at end of file
+</plist>
diff --git a/cube/macOS/cube/Resources/LunarGIcon.icns b/cube/macOS/cube/Resources/LunarGIcon.icns
deleted file mode 100644 (file)
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 (file)
index 0000000..fb82fb7
Binary files /dev/null and b/cube/macOS/cube/Resources/VulkanIcon.icns differ
index 5168459..18bcbad 100644 (file)
@@ -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.*")
index 0f1c545..d0b74e0 100644 (file)
@@ -9,7 +9,7 @@
        <key>CFBundleGetInfoString</key>
        <string>VkCubepp</string>
        <key>CFBundleIconFile</key>
-       <string>LunarGIcon.icns</string>
+       <string>VulkanIcon.icns</string>
        <key>CFBundleIdentifier</key>
        <string>com.lunarg.cubepp</string>
        <key>CFBundleInfoDictionaryVersion</key>
@@ -35,4 +35,4 @@
        <key>NSPrincipalClass</key>
        <string>NSApplication</string>
 </dict>
-</plist>
\ No newline at end of file
+</plist>
diff --git a/cube/macOS/cubepp/Resources/LunarGIcon.icns b/cube/macOS/cubepp/Resources/LunarGIcon.icns
deleted file mode 100644 (file)
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 (file)
index 0000000..fb82fb7
Binary files /dev/null and b/cube/macOS/cubepp/Resources/VulkanIcon.icns differ
index 2d77f89..266dc53 100644 (file)
@@ -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.*")
index 337223c..cc7b234 100644 (file)
@@ -9,7 +9,7 @@
        <key>CFBundleGetInfoString</key>
        <string>VulkanInfo</string>
        <key>CFBundleIconFile</key>
-       <string>LunarGIcon.icns</string>
+       <string>VulkanIcon.icns</string>
        <key>CFBundleIdentifier</key>
        <string>com.lunarg.vulkaninfo</string>
        <key>CFBundleInfoDictionaryVersion</key>
diff --git a/vulkaninfo/macOS/Resources/LunarGIcon.icns b/vulkaninfo/macOS/Resources/LunarGIcon.icns
deleted file mode 100644 (file)
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 (file)
index 0000000..fb82fb7
Binary files /dev/null and b/vulkaninfo/macOS/Resources/VulkanIcon.icns differ
index 46e3a05..bf4d669 100644 (file)
@@ -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")