hi, I've put a modified version of the test MacOSX application package here:
http://pure-data.info/Members/gerard/pd-0.37.4.dmg
changes:
the new structure, also completed drag+drop support ;)
@executable_path/../Frameworks seems to resolve to inside the Resuorces folder of the package, so I've copied the Frameworks folder there as well as a hackaround.
the biggest problem is that it lacks the console. some feedback is
available at Console.ap, but not the [print] messages. solutions that
come to mind are the impd console or whatever tigital did with pd++
for going to Console.app (stderr). or maybe the Wish Shell's own
console could be used.
one effect of decoupling is that if you run into problems, you may need to manually kill the pd process. maybe the tcl code could do this at startup. In general, the startup process may need some improvements.
...
gerard