From: Gilles Depeyrot Date: Sat, 29 Jun 2002 11:07:30 +0000 (+0000) Subject: keep name of wxmac icon for application bundles unstead of renaming it X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c920350185de42376da247722e885e7a79116e61 keep name of wxmac icon for application bundles unstead of renaming it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/Info.plist.in b/src/mac/Info.plist.in index c18310af18..2be3d33364 100644 --- a/src/mac/Info.plist.in +++ b/src/mac/Info.plist.in @@ -11,7 +11,7 @@ CFBundleExecutable EXECUTABLE CFBundleIconFile - EXECUTABLE.icns + wxmac.icns CFBundleName EXECUTABLE CFBundlePackageType diff --git a/src/mac/carbon/Info.plist.in b/src/mac/carbon/Info.plist.in index c18310af18..2be3d33364 100644 --- a/src/mac/carbon/Info.plist.in +++ b/src/mac/carbon/Info.plist.in @@ -11,7 +11,7 @@ CFBundleExecutable EXECUTABLE CFBundleIconFile - EXECUTABLE.icns + wxmac.icns CFBundleName EXECUTABLE CFBundlePackageType diff --git a/src/makeprog.env.in b/src/makeprog.env.in index 28219da896..01b798ca0d 100644 --- a/src/makeprog.env.in +++ b/src/makeprog.env.in @@ -54,7 +54,7 @@ clean: # # Targets to build a Mac OS X application bundle # -bundle: $(BUNDLE)/MacOS/$(PROGRAM) $(BUNDLE)/Info.plist $(BUNDLE)/PkgInfo $(BUNDLE)/Resources/$(PROGRAM).rsrc $(BUNDLE)/Resources/$(PROGRAM).icns +bundle: $(BUNDLE)/MacOS/$(PROGRAM) $(BUNDLE)/Info.plist $(BUNDLE)/PkgInfo $(BUNDLE)/Resources/$(PROGRAM).rsrc $(BUNDLE)/Resources/wxmac.icns $(BUNDLE)/Info.plist: $(top_srcdir)/src/$(TOOLKITDIR)/Info.plist.in $(top_builddir)/lib/@WX_TARGET_LIBRARY@ @$(INSTALL) -d `dirname $@` @@ -74,6 +74,6 @@ $(BUNDLE)/Resources/$(PROGRAM).rsrc: $(top_builddir)/lib/@WX_RESOURCES_MACOSX_DA @$(INSTALL) -d `dirname $@` cp $< $@ -$(BUNDLE)/Resources/$(PROGRAM).icns: $(top_srcdir)/src/$(TOOLKITDIR)/wxmac.icns +$(BUNDLE)/Resources/wxmac.icns: $(top_srcdir)/src/$(TOOLKITDIR)/wxmac.icns @$(INSTALL) -d `dirname $@` cp $< $@