Difference between revisions of "OSX release infrastructure"

Line 1: Line 1:
 
[[Category:Projects]]
 
[[Category:Projects]]
[[Category:EiffelVision2]]
 
 
[[Category:Macintosh]]
 
[[Category:Macintosh]]
  
 
{{NoProjectMembers}}
 
{{NoProjectMembers}}
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. We are currently using MacPorts to build the releases and usually have an entry for the latest PorterPackage as well. In the long run it would be nice to be able to create a .dmg file (or an installer) directly from what we have in MacPorts.  
  
 
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.
 
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.
 
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.
 +
 +
=Team=
 +
 +
* [[User:Dfurrer| Dfurrer]]
 +
* [[User:Spooky| Jann]]

Revision as of 00:33, 23 June 2009


Warning: To adhere to the standards for the Projects category, this project page should include a "Project members" section listing contributors and means to contact them. Please add this information, then remove the present notice.


The goal of this project is to be able to script the release of Mac universal binaries for OS X. We are currently using MacPorts to build the releases and usually have an entry for the latest PorterPackage as well. In the long run it would be nice to be able to create a .dmg file (or an installer) directly from what we have in MacPorts.

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.

Team