Skip to content
This repository has been archived by the owner on Jun 30, 2019. It is now read-only.

Commit

Permalink
Add Development.md, so I dont forget how to build this thing again
Browse files Browse the repository at this point in the history
  • Loading branch information
pje committed Mar 22, 2015
1 parent ebb81b8 commit 18f6afd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Development.md
@@ -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`

0 comments on commit 18f6afd

Please sign in to comment.