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