diff --git a/src/nostalgia/studio/CMakeLists.txt b/src/nostalgia/studio/CMakeLists.txt
index 7edf95075..9c74080fc 100644
--- a/src/nostalgia/studio/CMakeLists.txt
+++ b/src/nostalgia/studio/CMakeLists.txt
@@ -24,12 +24,7 @@ target_link_libraries(
)
if(APPLE)
- install(
- FILES
- Info.plist
- DESTINATION
- ${NOSTALGIA_DIST_MAC_APP_CONTENTS}
- )
+ set_target_properties(nostalgia-studio PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
endif()
install(
diff --git a/src/nostalgia/studio/Info.plist b/src/nostalgia/studio/Info.plist
index 0911a12d2..3dc752330 100644
--- a/src/nostalgia/studio/Info.plist
+++ b/src/nostalgia/studio/Info.plist
@@ -16,7 +16,14 @@
1.2.8
LSMinimumSystemVersion
10.13.0
+
+
+ NSPrincipalClass
+ NSApplication
+ NSHighResolutionCapable
+ True
+
NSHumanReadableCopyright
- Copyright (c) 2016-2017 Gary Talent <gtalent2@gmail.com>
+ Copyright (c) 2016-2018 Gary Talent <gtalent2@gmail.com>