Skip to content

Commit

Permalink
CMakeLists: Fill out variables for Info.plist on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
OatmealDome committed Oct 28, 2022
1 parent 09ab975 commit 746da25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ if (MACOS_BUNDLE)
set(RESOURCE_FILES "${CMAKE_SOURCE_DIR}/src/resource/cemu.icns")
target_sources(CemuBin PRIVATE "${RESOURCE_FILES}")

set(MACOSX_BUNDLE_ICON_FILE "cemu.icns")
set(MACOSX_BUNDLE_GUI_IDENTIFIER "info.cemu.Cemu")
set(MACOSX_BUNDLE_BUNDLE_NAME "Cemu")
set(MACOSX_BUNDLE_SHORT_VERSION_STRING ${CMAKE_PROJECT_VERSION})
set(MACOSX_BUNDLE_BUNDLE_VERSION ${CMAKE_PROJECT_VERSION})
string(TIMESTAMP MACOSX_BUNDLE_COPYRIGHT "Copyright © %Y Cemu Project")

set(MACOSX_BUNDLE_CATEGORY "public.app-category.games")

set_target_properties(CemuBin PROPERTIES
Expand Down

0 comments on commit 746da25

Please sign in to comment.