Reuse Info.plist used by configure for CMake too

The CMake-specific file is almost identical to the file used by
configure now, so don't keep both of them when just one could do.
This commit is contained in:
Vadim Zeitlin
2021-08-15 17:06:34 +02:00
parent a69af310ad
commit d7e102f766
2 changed files with 1 additions and 33 deletions

View File

@@ -869,7 +869,7 @@ function(wx_add name group)
if(APPLE)
if(NOT IPHONE)
set_target_properties(${target_name} PROPERTIES
MACOSX_BUNDLE_INFO_PLIST "${wxSOURCE_DIR}/samples/Info.plist.in"
MACOSX_BUNDLE_INFO_PLIST "${wxSOURCE_DIR}/src/osx/carbon/Info.plist.in"
RESOURCE "${wxSOURCE_DIR}/src/osx/carbon/wxmac.icns")
endif()
set_target_properties(${target_name} PROPERTIES