I'm trying to bundle Glaxnimate, and it bundles its app:
Glaxnimate.app/Contents/Resources/bin/glaxnimate
It seems to choke on this. It would be nice if it could read the Info.plist for the executable name, and locate the Frameworks folder inside the Contents folder regardless.
As a second consideration, I'd like for it to write the import path is "@rpath/" and use -add_rpath on the main executable to add an rpath setting of @executable_path/../../Frameworks/.