aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-12 23:18:29 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-12 23:18:29 +0000
commit9b28888c708ba578080c3c25c72d4c35fda760e5 (patch)
tree86fe400a64c8f3a1e354537686b7c3484f3c06f5
parent9e73087ef4c2d652708d5566e1a6be39f7560275 (diff)
(Ported from Pd-extended 0.39.3) created two different kinds of embedded org.puredata.pd.plist prefs files on Mac OS X. The first is the default settings that come with Pd-extended.app, the second is a prefs file that overrides all others, so that people can make their own custom apps based on the Pd.app, and be sure that the user's prefs aren't going to override things.
svn path=/trunk/; revision=9792
-rw-r--r--packages/darwin_app/Makefile2
-rw-r--r--packages/darwin_app/TODO24
-rw-r--r--packages/darwin_app/org.puredata.pd.default.plist (renamed from packages/darwin_app/org.puredata.pd.plist)0
3 files changed, 1 insertions, 25 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile
index 86224788..cac96efa 100644
--- a/packages/darwin_app/Makefile
+++ b/packages/darwin_app/Makefile
@@ -199,7 +199,7 @@ darwin_app_core: darwin_app_wrapper
ln -s ../bin/pd.tk AppMain.tcl
# support for Info Panel Plugins mgmt
cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins
- install -p -m0666 org.puredata.pd.plist "$(PD_APP_CONTENTS)/"
+ install -p -m0644 org.puredata.pd.default.plist "$(PD_APP_CONTENTS)/"
#------------------------------------------------------------------------------#
diff --git a/packages/darwin_app/TODO b/packages/darwin_app/TODO
index adc4b57d..f68e74d6 100644
--- a/packages/darwin_app/TODO
+++ b/packages/darwin_app/TODO
@@ -2,24 +2,6 @@
- check code to make it all use single-precision/libmx functions on Mac OSX.
-
-- create background image for .dmg
-
-
-- fix app permissions so that you can drop a new app on top of an old one to
- upgrade
-
-
-- make sure that org.puredata.pd.plist is rw in the .dmg (possible?)
-
-
-- check out using TclTkBI package for all of the tcl deps. It should have all
- of the binaries necessary for extensions/gui/ix
-
- - research Tcl "auto_path"
-
- - according to tigital, not all of the gui/ix deps are ported to Aqua...
-
- review permissions so that you can build on top on existing builds (its the
Frameworks, just chmod -R +w after installingx)
@@ -43,12 +25,6 @@ http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles
- fix edit mode menu item (make it a checkbox or change to "play mode"
-- redo key mapping system
- - make Cmd-Delete also delete, as well as just Delete, so that my
- Finder key command habits work in Pd as well
- - make Cmd-click work like Ctrl-click
-
-
- Pd should then test to see if Jack is available before switching to it,
otherwise it'll just crash. Here's apple's method of testing:
diff --git a/packages/darwin_app/org.puredata.pd.plist b/packages/darwin_app/org.puredata.pd.default.plist
index 45c24908..45c24908 100644
--- a/packages/darwin_app/org.puredata.pd.plist
+++ b/packages/darwin_app/org.puredata.pd.default.plist