This repository has been archived by the owner on Jun 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Development.md, so I dont forget how to build this thing again
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### Build | ||
|
||
The build is intended to be as independent of XCode as humanly possible. | ||
|
||
`make install` builds and installs both the App and Extension (i.e. everything). | ||
|
||
All the needed build operations are defined in the [App](App/Makefile) and [Extension](Extension/Makefile) Makefiles. | ||
|
||
(If you're at all comfortable with the command line, use this method instead of the pkg installer.) | ||
|
||
### Releases | ||
|
||
WavTap's installer is distributed via [Github Releases](https://github.com/pje/WavTap/releases/new). | ||
|
||
Grab PackageMaker.app from the [Auxiliary Tools for XCode (Late July 2012)](http://adcdownload.apple.com/Developer_Tools/auxiliary_tools_for_xcode__late_july_2012/xcode44auxtools6938114a.dmg) | ||
|
||
Build the `pkg` bundler with PackageMaker.app, using Installer/WavTap.pmdoc | ||
|
||
### Versioning | ||
|
||
Strictly SemVer, obvi. | ||
|
||
App package identifier: `com.wavtap.app.WavTap` | ||
Extension package identifier: `com.wavtap.driver.WavTap` |