and you are awesome, yeap macos has plist file inside the Pharo.app , equivalent to windows ini.

Changing

������ <key>SqueakImageName</key>
������ <string>Pharo4.0.image</string>

to

������ <key>SqueakImageName</key>
������ <string>Ephestos.image</string>

did the trick

On Sun, Jan 29, 2017 at 2:50 PM phil@highoctane.be <phil@highoctane.be> wrote:
In Windows, you set the image name in the ini file to have it opened automagically. Now, maybe there is a plist file on macOS that supports the same.

Phil

On Sun, Jan 29, 2017 at 1:30 PM, Dimitris Chloupis <kilon.alios@gmail.com> wrote:
Did you guys receive my message, or did it go to your spam folder ? None has an answer for my problem ?

On Wed, Jan 18, 2017 at 1:47 PM Dimitris Chloupis <kilon.alios@gmail.com> wrote:
Hey guys, I have a makefile that downloads Pharo with

curl get.pharo.org/alpha+vmLatest | bash

I then move pharo.app from the pharo-vm subfolder to the parent folder that contains my Ephestos.image , together with Pharo50.sources the problem is that when I double click on it instead of opening my image automatically as Squeak used to do , it does not and instead it prompts me which image to choose even though there is no other image in folder and no other changes file (Ephestos.changes)

Am I doing something wrong ? Should it not open the image automatically without asking me ?