[video] Fix bookmark thumbnails of rotated videos
[xbmc.git] / cmake / scripts / darwin_embedded / PathSetup.cmake
blobefaca0bb8606d22f4e957ecfbd662726e69d1e09
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)