diff --git a/Sources/Plasma/Apps/plClient/CMakeLists.txt b/Sources/Plasma/Apps/plClient/CMakeLists.txt index bd42ba35e5..a471247305 100644 --- a/Sources/Plasma/Apps/plClient/CMakeLists.txt +++ b/Sources/Plasma/Apps/plClient/CMakeLists.txt @@ -138,6 +138,7 @@ if(APPLE) list(FILTER plClient_XCODE_RESOURCES EXCLUDE REGEX "\\.x(ib|cassets)$") set_target_properties(plClient PROPERTIES + BUNDLE TRUE MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Mac-Cocoa/Info.plist.in" # Hard coding the app name here intentionally. # Should prevent macOS from tripping over secured resources being @@ -165,10 +166,6 @@ if(APPLE) set_source_files_properties(Mac-Cocoa/Assets.xcassets ${RESOURCES} PROPERTIES MACOSX_PACKAGE_LOCATION Resources ) - install( - TARGETS plClient - DESTINATION client - ) if(${CMAKE_VERSION} VERSION_LESS 3.28) message(FATAL_ERROR "Cannot build Mac client without CMake 3.28")