A small niggle is that the OSX tars and .apps do not have owner write permissions set aka:
dr-xr-xr-x@ 3 dano staff 102 Apr 23 11:44 Pd-0.47-0test1.app -rw-r--r--@ 1 dano staff 15820800 Apr 25 08:15 pd-0.47-0test1.mac.tar
Maybe do a chmod +x in the Mac build scripts?
-------- Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Apr 25, 2016, at 4:00 AM, pd-dev-request@lists.iem.at wrote:
From: Miller Puckette <msp@ucsd.edu mailto:msp@ucsd.edu> Subject: Re: [PD-dev] [PD] [PD-announce] pd 0.47-0 test 1 released Date: April 24, 2016 at 8:02:16 PM MDT To: Alex <x37v.alex@gmail.com mailto:x37v.alex@gmail.com> Cc: pd-dev@lists.iem.at mailto:pd-dev@lists.iem.at
It's fine to report problems on the mailing list - that's actually the easiest way for me to deal with them.
I took the cue from "Wish.app" that I cloned Pd.app from - perhaps there's no reason for it at all. I'll look at some other apps and see if they're "permed" more permissively, in which case, yes, that would save some aggravation.
Meanwhile to facilitate things I made myself a script called "nuke":
chmod -R 777 $* rm -rf $*
so that I can say "nuke pd* Pd* and just start over (my usual habit when anything goes wrong on a Mac).
cheers Miller
On Mon, Apr 25, 2016 at 08:21:21AM -0600, Dan Wilcox wrote:
A small niggle is that the OSX tars and .apps do not have owner write permissions set aka:
dr-xr-xr-x@ 3 dano staff 102 Apr 23 11:44 Pd-0.47-0test1.app -rw-r--r--@ 1 dano staff 15820800 Apr 25 08:15 pd-0.47-0test1.mac.tar
Maybe do a chmod +x in the Mac build scripts?
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Apr 25, 2016, at 4:00 AM, pd-dev-request@lists.iem.at wrote:
From: Miller Puckette <msp@ucsd.edu mailto:msp@ucsd.edu> Subject: Re: [PD-dev] [PD] [PD-announce] pd 0.47-0 test 1 released Date: April 24, 2016 at 8:02:16 PM MDT To: Alex <x37v.alex@gmail.com mailto:x37v.alex@gmail.com> Cc: pd-dev@lists.iem.at mailto:pd-dev@lists.iem.at
It's fine to report problems on the mailing list - that's actually the easiest way for me to deal with them.
I think the permissions are set that way since it’s a system folder installed with the OS itself and they don’t want you to be able to delete it accidentally. Obviously, users might want to be able to do that easily for self installed apps though :)
-------- Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Apr 25, 2016, at 9:37 AM, Miller Puckette msp@ucsd.edu wrote:
I took the cue from "Wish.app" that I cloned Pd.app from - perhaps there's no reason for it at all.