diff options
-rw-r--r-- | packages/darwin_app/Makefile | 2 | ||||
-rw-r--r-- | packages/darwin_app/TODO | 24 | ||||
-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 |