Difference between revisions of "Packaging on Mac OS X"

From VDrift
Jump to: navigation, search
m (2 revisions: Import from old wiki (on 15 May 2012))
(Duplicated by Packaging)
 
Line 1: Line 1:
This page documents how to package VDrift for release on the Mac OS X operating system.
+
#REDIRECT [[Packaging]]
 
 
==Prerequisites==
 
Make sure you have a working build to release - check [[Getting the development version]] and [[Compiling on Mac OS X]].
 
 
 
==Packaging==
 
In Xcode 4 or higher:
 
* First change the "Bundle versions string, short" in Info.plist from yyyy-mm-dd to the date of the release.
 
* Then click "Edit Scheme..." in the "Product" menu, select the Run item on the left and change "Build Configuration" to Release.
 
* Now build the application and you will get a file named ''vdrift-mac-yyyy-mm-dd.dmg'' in ''build/Release''. Just change the date again and this file can be uploaded to Sourceforge.
 
* Once you've finished remember to reset the version to yyyy-mm-dd in Info.plist and the build configuration to Debug before committing any changes.
 
 
 
If you don't have Xcode 4, do the same as above but replace the second step with:
 
* Switch to the "Release" Build style using the popup-menu in the toolbar and hit "Build" from XCode's "Build" menu.
 
 
 
 
 
[[Category:Development]]
 
[[Category:Operating Systems:Mac OS X]]
 
[[Category:Review]]
 

Latest revision as of 08:40, 27 August 2012

Redirect to: