diff options
Diffstat (limited to 'cmake/scripts/darwin_embedded/PathSetup.cmake')
| -rw-r--r-- | cmake/scripts/darwin_embedded/PathSetup.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmake/scripts/darwin_embedded/PathSetup.cmake b/cmake/scripts/darwin_embedded/PathSetup.cmake new file mode 100644 index 0000000..efaca0b --- /dev/null +++ b/cmake/scripts/darwin_embedded/PathSetup.cmake | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | set(BUNDLE_IDENTIFIER_DESC "Bundle ID") | ||
| 2 | if(CORE_PLATFORM_NAME_LC STREQUAL tvos) | ||
| 3 | string(CONCAT BUNDLE_IDENTIFIER_DESC "${BUNDLE_IDENTIFIER_DESC}" " (app, top shelf, group ID)") | ||
| 4 | endif() | ||
| 5 | set(PLATFORM_BUNDLE_IDENTIFIER "${APP_PACKAGE}-${CORE_PLATFORM_NAME_LC}" CACHE STRING "${BUNDLE_IDENTIFIER_DESC}") | ||
| 6 | list(APPEND final_message "Bundle ID: ${PLATFORM_BUNDLE_IDENTIFIER}") | ||
| 7 | include(cmake/scripts/osx/PathSetup.cmake) | ||
