Skip to content

Commit

Permalink
Corrected MacOS bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenSauce04 committed Apr 4, 2024
1 parent b7d8373 commit 5913d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lime_qt/CMakeLists.txt
Expand Up @@ -264,7 +264,7 @@ if (APPLE)
MACOSX_BUNDLE TRUE
MACOSX_BUNDLE_INFO_PLIST "${DIST_DIR}/Info.plist.in"
MACOSX_BUNDLE_BUNDLE_NAME "Lime3DS"
MACOSX_BUNDLE_GUI_IDENTIFIER "io.github.lime3ds.android.Lime3DS"
MACOSX_BUNDLE_GUI_IDENTIFIER "io.github.lime3ds.Lime3DS"
MACOSX_BUNDLE_BUNDLE_VERSION "${BUILD_VERSION}"
MACOSX_BUNDLE_SHORT_VERSION_STRING "${BUILD_FULLNAME}"
MACOSX_BUNDLE_LONG_VERSION_STRING "${BUILD_FULLNAME}"
Expand Down

0 comments on commit 5913d83

Please sign in to comment.