Difference between revisions of "OSX release infrastructure"

m (ProjectsOSX moved to OSX release infrastructure)
Line 2: Line 2:
  
 
The goal of this project is to be able to script the release of Mac universal binaries for OS X.
 
The goal of this project is to be able to script the release of Mac universal binaries for OS X.
 +
 +
Currently the OS X release of Eiffel Studio is a app package that contains the standard /EiffelXY folder as known from other platforms as well as some additional stuff like a script that sets enviroment variables and automatically launches the X11-Server, a skin for gtk2 and some libraries.
 +
 +
I think the easiest way to generate a "universal binary" (i.e. a universal app package) would be to just build the beast on the two platforms and put the binaries for both in the package. Then we can decide which one to launch with the start script.

Revision as of 02:51, 21 May 2006


The goal of this project is to be able to script the release of Mac universal binaries for OS X.

Currently the OS X release of Eiffel Studio is a app package that contains the standard /EiffelXY folder as known from other platforms as well as some additional stuff like a script that sets enviroment variables and automatically launches the X11-Server, a skin for gtk2 and some libraries.

I think the easiest way to generate a "universal binary" (i.e. a universal app package) would be to just build the beast on the two platforms and put the binaries for both in the package. Then we can decide which one to launch with the start script.