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

Latest commit

 

History

History
24 lines (13 loc) · 918 Bytes

Development.md

File metadata and controls

24 lines (13 loc) · 918 Bytes

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 and Extension 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.

Grab PackageMaker.app from the Auxiliary Tools for XCode (Late July 2012)

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