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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
