appattest 0.1.1

Verification of Apple App Attestations and Assertions, to help enforce iOS App Integrity Checks
Documentation
1
2
3
4
5
6
7
.PHONY: cargo-fix 

cargo-fix:
	@echo "Running clippy fix"
	@cargo clippy --locked --no-deps --fix
	@echo "Running cargo fmt"
	@cargo +nightly fmt --all -- --emit files