diff --git a/Application/CMakeLists.txt b/Application/CMakeLists.txt
index a9e2df62531abb8dad15ebb47a0a955d82a1105d..c89d663dcb9cc57e0196fe9fd0d00073fe442c8c 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()
diff --git a/LVCore b/LVCore
index acda07522d55b762ba6a7bb42288cc8e9f44f983..1cded7971be41845444f0790ddd09f3fd6774cda 160000
--- a/LVCore
+++ b/LVCore
@@ -1 +1 @@
-Subproject commit acda07522d55b762ba6a7bb42288cc8e9f44f983
+Subproject commit 1cded7971be41845444f0790ddd09f3fd6774cda
diff --git a/Superbuild/lidarview-superbuild b/Superbuild/lidarview-superbuild
index 62e1512d4814788e5b8e980606b6de67c69f1509..fb3b8bfaa760f8f035e2748ba3860f44b4e9b8ff 160000
--- a/Superbuild/lidarview-superbuild
+++ b/Superbuild/lidarview-superbuild
@@ -1 +1 @@
-Subproject commit 62e1512d4814788e5b8e980606b6de67c69f1509
+Subproject commit fb3b8bfaa760f8f035e2748ba3860f44b4e9b8ff