Skip to content

Commit

Permalink
- fixed xcode bundle identifier warning
Browse files Browse the repository at this point in the history
warning: User-supplied CFBundleIdentifier value 'org.drdteam.gzdoom' in the Info.plist must be the same as the PRODUCT_BUNDLE_IDENTIFIER build setting value ''.
  • Loading branch information
alexey-lysiuk committed Oct 18, 2021
1 parent b85282f commit c27fc92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Expand Up @@ -1406,6 +1406,7 @@ if( APPLE )
set_target_properties(zdoom PROPERTIES
LINK_FLAGS "${LINK_FRAMEWORKS}"
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/posix/osx/zdoom-info.plist"
XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "org.drdteam.gzdoom"
XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "" )

# Dymanic libraries like libvulkan.dylib or libMoltenVK.dylib will be loaded by dlopen()
Expand Down

0 comments on commit c27fc92

Please sign in to comment.