From da6609eee4c8f69245ea993d08ddb66335070622 Mon Sep 17 00:00:00 2001
From: Arnaud Billon <arnaud.billon@kitware.com>
Date: Thu, 5 May 2022 10:42:24 +0200
Subject: [PATCH 1/2] [submodule] Bump LVCore lv-sb

---
 LVCore                          | 2 +-
 Superbuild/lidarview-superbuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LVCore b/LVCore
index acda07522..1cded7971 160000
--- a/LVCore
+++ b/LVCore
@@ -1 +1 @@
-Subproject commit acda07522d55b762ba6a7bb42288cc8e9f44f983
+Subproject commit 1cded7971be41845444f0790ddd09f3fd6774cda
diff --git a/Superbuild/lidarview-superbuild b/Superbuild/lidarview-superbuild
index 62e1512d4..fb3b8bfaa 160000
--- a/Superbuild/lidarview-superbuild
+++ b/Superbuild/lidarview-superbuild
@@ -1 +1 @@
-Subproject commit 62e1512d4814788e5b8e980606b6de67c69f1509
+Subproject commit fb3b8bfaa760f8f035e2748ba3860f44b4e9b8ff
-- 
GitLab


From 9f6a528663fa40b6c98d0853ac7db41f9b617116 Mon Sep 17 00:00:00 2001
From: Arnaud Billon <arnaud.billon@kitware.com>
Date: Tue, 3 May 2022 17:17:07 +0200
Subject: [PATCH 2/2] [fix] Install Apple Bundle logo

---
 Application/CMakeLists.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Application/CMakeLists.txt b/Application/CMakeLists.txt
index a9e2df625..c89d663dc 100644
--- a/Application/CMakeLists.txt
+++ b/Application/CMakeLists.txt
@@ -65,3 +65,9 @@ target_link_libraries(${SOFTWARE_NAME} PUBLIC
   lqApplicationComponents #actually LVCore/ApplicationComponents
   ApplicationUi
   )
+
+# Bundle Icon on Apple
+if(APPLE)
+  get_target_property(MACOSX_BUNDLE_ICON_FILE ${SOFTWARE_NAME} MACOSX_BUNDLE_ICON_FILE)
+  install(FILES ${MACOSX_BUNDLE_ICON_FILE} DESTINATION "${LV_INSTALL_RESOURCE_DIR}") # to install tree
+endif()
-- 
GitLab