Merge pull request #12728 from OatmealDome/mac-version-numbers-2

ScmRevGen: Generate Info.plist files containing the current version
This commit is contained in:
OatmealDome 2024-05-30 01:13:32 -04:00 committed by GitHub
commit c3e0aeb184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 10 deletions

View file

@ -571,7 +571,7 @@ if(APPLE)
# Ask for an application bundle.
set_target_properties(dolphin-emu PROPERTIES
MACOSX_BUNDLE true
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.in
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_BINARY_DIR}/Info.plist"
XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS "${CMAKE_CURRENT_SOURCE_DIR}/DolphinEmu.entitlements"
XCODE_ATTRIBUTE_OTHER_CODE_SIGN_FLAGS "--deep --options=runtime"
OUTPUT_NAME Dolphin