[PD-cvs] SF.net SVN: pure-data: [10106] branches/pd-extended/v0-40/packages/ darwin_app/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Thu Jun 26 14:01:00 CEST 2008


Revision: 10106
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10106&view=rev
Author:   eighthave
Date:     2008-06-26 05:00:59 -0700 (Thu, 26 Jun 2008)

Log Message:
-----------
removed spotlight importer from release build since it is already in release candidate phase, meaning no new features.  I left Info.plist changes intact since they seem harmless, hopefully

Modified Paths:
--------------
    branches/pd-extended/v0-40/packages/darwin_app/Makefile

Modified: branches/pd-extended/v0-40/packages/darwin_app/Makefile
===================================================================
--- branches/pd-extended/v0-40/packages/darwin_app/Makefile	2008-06-26 11:39:40 UTC (rev 10105)
+++ branches/pd-extended/v0-40/packages/darwin_app/Makefile	2008-06-26 12:00:59 UTC (rev 10106)
@@ -62,7 +62,7 @@
 devel_install: darwin_app_devel
 
 #------------------------------------------------------------------------------#
-darwin_app: darwin_app_core extended_install rez_install darwin_app_embed_libs spotlight_importer_install
+darwin_app: darwin_app_core extended_install rez_install darwin_app_embed_libs
 	@echo " "
 	@echo "Pd.app build succeeded!"
 
@@ -163,7 +163,7 @@
 		sed 's/CFBUNDLESHORTVERSIONSTRING/$(PD_MAJOR_VERSION).$(PD_MINOR_VERSION).$(PD_BUGFIX_VERSION)/' | \
 		sed 's/CFBUNDLEVERSION/$(CFBUNDLEVERSION_DATE)/' > \
 		Info.plist
-		
+
 spotlight_importer_install:
 	cd spotlight_importer && xcodebuild
 	install -d -m0755 "$(PD_APP_CONTENTS)/Library/Spotlight"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list