Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5052
Modified Files: Tag: branch-v0-39-2-extended Makefile Log Message: added option for both a default embedded preferences file which can be overridden by user prefs, and another embedded prefs file, which overrides both user and default. This allows the creation of standalone apps by including the pd patch into the Pd.app and opening it using the embedded prefs
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.65.2.12 retrieving revision 1.65.2.13 diff -C2 -d -r1.65.2.12 -r1.65.2.13 *** Makefile 13 Jun 2007 19:12:50 -0000 1.65.2.12 --- Makefile 17 Jun 2007 05:11:34 -0000 1.65.2.13 *************** *** 211,215 **** cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins # embed preferences file into Pd.app to create default setup ! install -p -m0644 org.puredata.pd.plist "$(PD_APP_CONTENTS)/"
--- 211,216 ---- cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins # embed preferences file into Pd.app to create default setup ! install -p -m0644 org.puredata.pd.plist \ ! "$(PD_APP_CONTENTS)/"org.puredata.pd.default.plist