Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 617 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 617 Bytes

Contributing

Build with ./build.sh. Other useful tasks:

  • ./build clean - Remove build artifacts.
  • ./build format - Format the source code according to the code style.

Used code style: Google Java Style Guide

Build for macOS Intel and M1.

Distribute for macOS

Replace $MAC_SIGNING_USERNAME, $MAC_SIGNING_PASSWORD and {RequestUUID} with appropriate values.

xcrun notarytool submit \
  --team-id QC6EN37P56 \
  --apple-id $MAC_SIGNING_USERNAME \
  --password $MAC_SIGNING_PASSWORD \
  --wait \
  activity-sampling-m1-1.0.0.dmg