an example of how to build a native, bundled app with gtk-quartz

Interesting! I have been

Interesting! I have been playing around with a similar solution but doing it through a shell script that sets up paths etc, but I think your approach is better. I think I'll try "porting" it to C and combine it with my setup for Gossip to see how that works out.

Great script, I've adapted

Great script, I've adapted it to my app (GGMud, ggmud.sourceforge.net), now I'm porting to plain C the env setting code and tonight I'll try the first "bundled" build of ggmud :)

Nice! If you paste it here,

Nice! If you paste it here, I can see if I can adapt my Gossip packaging to use this as well instead of the shell script approach I used.

Here is the modified script