[Lazarus] Mac OS X 6.2

dmitry boyarintsev skalogryz.lists at gmail.com
Thu Nov 12 19:49:11 CET 2009


Hello John

Lazarus uses symbol link to maintain MacOSX bundle.
The project layout is the following:

project (executable binary)
project.app (the bundle)
project.app/Content/MacOS/project (symbolic link to project binary
outside the bundle)

When you copy the bundle via Finder, the symbolic link is copied
instead of the file. So the bundle at the new location cannot be
executed, because the link inside of the new bundle points to a wrong
place.

To solve the problem you need to replace a symbolic link in the bundle
with the project binary.

thanks,
dmiry




More information about the Lazarus mailing list