Remove unused and outdates samples/Info.plist file

This file was added in 4d524cdd0e a long
time ago but doesn't seem to have been ever actually used for anything
and is outdated, e.g. contains LSRequiresCarbon=true, which shouldn't be
used any longer.

Remove the file itself and all references to it.
This commit is contained in:
Vadim Zeitlin
2018-05-02 15:56:26 +02:00
parent 183ba1cb4c
commit ff06e12ceb
4 changed files with 0 additions and 43 deletions

View File

@@ -97,10 +97,6 @@ run_sed include/wx/version.h \
run_sed include/wx/osx/config_xcode.h \
"/^#define PACKAGE/s/$ver_for_sed/$ver_string_new/"
run_sed samples/Info.plist \
"/version/s/$ver_for_sed/$ver_string_new/" \
"/<string>/s/$ver_for_sed/$ver_string_new/"
run_sed samples/minimal/Info_cocoa.plist \
"/<string>/s/$ver_for_sed/$ver_string_new/"