aboutsummaryrefslogtreecommitdiff
path: root/cube/macOS/cubepp
diff options
context:
space:
mode:
Diffstat (limited to 'cube/macOS/cubepp')
-rw-r--r--cube/macOS/cubepp/Info.plist4
-rw-r--r--cube/macOS/cubepp/Resources/LunarGIcon.icnsbin54120 -> 0 bytes
-rw-r--r--cube/macOS/cubepp/Resources/VulkanIcon.icnsbin0 -> 157001 bytes
-rw-r--r--cube/macOS/cubepp/cubepp.cmake2
4 files changed, 3 insertions, 3 deletions
diff --git a/cube/macOS/cubepp/Info.plist b/cube/macOS/cubepp/Info.plist
index 0f1c5452..d0b74e01 100644
--- a/cube/macOS/cubepp/Info.plist
+++ b/cube/macOS/cubepp/Info.plist
@@ -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
index 640b756f..00000000
--- a/cube/macOS/cubepp/Resources/LunarGIcon.icns
+++ /dev/null
Binary files differ
diff --git a/cube/macOS/cubepp/Resources/VulkanIcon.icns b/cube/macOS/cubepp/Resources/VulkanIcon.icns
new file mode 100644
index 00000000..fb82fb7d
--- /dev/null
+++ b/cube/macOS/cubepp/Resources/VulkanIcon.icns
Binary files differ
diff --git a/cube/macOS/cubepp/cubepp.cmake b/cube/macOS/cubepp/cubepp.cmake
index 2d77f89e..266dc538 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.*")