Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 647 Bytes

File metadata and controls

22 lines (12 loc) · 647 Bytes

Packet Peeper

Xcode

Latest Release

Download here.

Building

Run:

  • git submodule update --init --recursive
  • xcodebuild -target All -configuration Release

If you want to build a dmg file run:

  • xcodebuild -target CreateDiskImage -configuration Release

Releases

  • Push a tag with pattern YYYY-MM-DD and a release will be created containing a disk image built from the tag.