Modified:
/wiki/ContributorStepsMac.wiki
=======================================
--- /wiki/ContributorStepsMac.wiki Wed Jul 22 16:47:47 2009
+++ /wiki/ContributorStepsMac.wiki Sat Jan 1 22:48:55 2011
@@ -38,30 +38,16 @@
|| `$ svn status` ||
In the above instructions, replace "`<COMMENT HERE>`" with a short
description of the changes you made.
-== 3. Mac OS X Application with Installer ==
-*A) Create Mac Application*
- To turn the Executable Java Archive (JAR) file into a proper
[http://www.centerkey.com/mac/java/ Mac OS X application], open _Jar
Bundler_ (it's in `/Developer/Applications/Utilities`) and follow these
steps:
- # For "Main Class:", use the _*Choose...*_ button to navigate to the
`~/Projects/snapbackup/build` folder and then _*Choose*_ the
_*snapbackup.jar*_ file
- # Check the "Use Macintosh Menu Bar" option
- # Use the _*Choose Icon*_ button to navigate to the
`~/Projects/snapbackup/src/installer/mac` folder and then _*Open*_ the
_*snap-backup.icns*_ file
- # Click the _*Properties*_ tab and enter the version number (ex:
`5.0`) from step 2C into the fields "Version:" and "Get-Info String:"
- # Click the _*Create Application...*_ button
- # Navigate to the `~/Projects/snapbackup/build` folder
- # In the "File:" field, enter `Snap Backup`
- # Click the _*Create*_ button
- # Quit _Jar Bundler_
- The new Mac application you just created will be at:
`~/Projects/snapbackup/build/Snap Backup`
-
-*B) Create Mac Installer (optional)*
- To wrap the application into a native
[http://www.centerkey.com/mac/java/ Mac OS X installer], follow these steps:
+== 3. Mac OS X Installer ==
+To wrap the Mac application (`~/Projects/snapbackup/build/Snap
Backup.app`) into a native [http://www.centerkey.com/mac/java/ Mac OS X
installer], follow these steps:
# Using _Finder_, navigate to the
`~/Projects/snapbackup/src/installer/mac` folder
- # Double-click _*snap-backup.pmdoc*_
+ # Double-click _*snap-backup.pmdoc*_ (the first time you may have
to open from !PackageMaker)
# Click the _*Build*_ hammer icon
# Navigate to the `~/Projects/snapbackup/build` folder
# Deselect the "Hide extension" option
# Click the _*Save*_ button
# Quit _!PackageMaker_ and choose _*Don't Save*_ your changes
- The new installer you just created will be at:
`~/Projects/snapbackup/build/SnapBackupInstaller.mpkg`
+The new installer will be at:
`~/Projects/snapbackup/build/SnapBackupInstaller.mpkg`
----