On Apr 9, 2013, at 9:15 AM, jtuchel <[email protected]> wrote:
> Hi, > > I've just downloaded the mac installation package for Pharo 2.0 from > http://gforge.inria.fr/frs/download.php/32303/Pharo2.0-mac.zip . > > Then I just double clicked it to get it unzipped on Mountain Lion. The > resulting .app cannot be started with a double click. ML says it is broken > and should be moved to Trash. Opening it with Cmd-Click or a right click > also doesn't work. > > I can start it with the shell script inside the package, so this must be > something related to OS X. > > Has anybody seen this? Any known workaround? > Yes, there is a bug report: 10062 OneClickImage not working under OSX with case-sensitive FileSystem it says: The culprit is in the Info.plist 1: 2: <key>CFBundleExecutable</key> <string>pharo</string> but the binary name should be uppercase <string>Pharo</string> and yes, this should have already been fixed but was not… Marcus
