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:
@@ -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
|
||||
|
Reference in New Issue
Block a user