mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-25 16:42:39 -06:00
Corrected MacOS bundle identifier
This commit is contained in:
parent
b7d8373b2f
commit
5913d8342f
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue