Remove apparently unused Info.plist in docview sample
Only Info.plist.in is used by configure and it doesn't hardcode the version, so there is no need to update it there.
This commit is contained in:
parent
fc3eedd2c3
commit
bb767e0ebc
4 changed files with 1 additions and 93 deletions
|
|
@ -52,10 +52,6 @@ run_sed include/wx/osx/config_xcode.h \
|
|||
run_sed samples/minimal/Info_cocoa.plist \
|
||||
"/<string>/s/$ver_for_sed/$ver_string_new/"
|
||||
|
||||
run_sed samples/docview/Info.plist \
|
||||
"/versionon/s/$ver_for_sed/$ver_string_new/" \
|
||||
"/<string>/s/$ver_for_sed/$ver_string_new/"
|
||||
|
||||
run_sed build/msw/wx_setup.props \
|
||||
"/<wxVersionString>/s/\($ver_major$ver_minor\)$ver_release/\1$ver_release_new/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue