Interesting. I didn't know you could control RB with shell scripts. Have to take a closer look at that. Thanks very much.

On 12 Feb 2007, at 1:02 am, Sam DeVore wrote:

I use build scripts that basically are like this
dim cd as string
cd = "~/bin/CocoaDialog.app/Contents/MacOS/CocoaDialog "
s =  buildApp(8)
s = doshellcommand(cd + "bubble --title ""Universal Build"" --text ""Universal Version Built"" --timeout 2")
 s = doshellcommand("touch /Path/To/Folder/")
 s = doshellcommand("touch /Path/To/Folder/appName.app")



On Feb 11, 2007, at 4:07 PM, Ian Piper wrote:

As easy as that. Thanks all.


On 11 Feb 2007, at 2:34 pm, Tom Benson wrote:

or 'touch' it from the terminal
On 11/02/2007, at 11:23 PM, Lundstrom Design wrote:

..... or simply rename it temporarily and then change back to the original name.
Just copy your newly compiled app bundle to an another folder.
My own workaround is: select and drag the app bundle and press the alt key at the same time to a new folder..

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to