-
Notifications
You must be signed in to change notification settings - Fork 7
Contributor Steps
B) Verify Java and Download Code
Run Terminal (it's in /Applications/Utilities) and enter the following commands at the Unix shell prompt: $ java -version $ mkdir ~/projects $ cd ~/projects
C) Get Xcode (optional)
If you plan to create the installer (see step 3B below), you need to install Xcode from the App Store.
- Core Contributor Steps
A) Build Current Project and Verify
Open Finder --> Go to the folder ~/projects/snapbackup/src/tools --> Double-click the file build.sh.command --> Go to the folder ~/projects/snapbackup/build --> Double-click the file snapbackup.jar --> Verify that the Snap Backup application launches and works properly B) Edit Code
The project files are under the ~/projects/snapbackup folder. Use your editor or IDE to make changes to the appropriate files. C) Build the Project and Verify
Repeat step A above. D) Check in Changes
$ cd ~/projects/snapbackup
In the above instructions, replace "" with a short description of the changes you made.
- Mac OS X Installer
To wrap the Mac application (~/projects/snapbackup/build/Snap Backup.app) into a native Mac OS X installer, follow these steps:
- Using Finder, navigate to the ~/projects/snapbackup/src/installer/mac folder
- 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 will be at: ~/projects/snapbackup/build/SnapBackupInstaller.mpkg