Mobile bindings for genotp-go using gomobile.
make init
make build-all build-source-jar package-ios checksumsGenerated files:
genotp.aarGenotp.xcframework.zipgenotp-sources.jarSHA256SUMS
This repository now has two GitHub Actions workflows:
CI: runsgo test,gosec, andgolangci-linton pushes and pull requests.Release Artifacts: on tag push likev1.2.3or manual dispatch, builds:- Android:
genotp.aar - iOS:
Genotp.xcframework.zip - Sources:
genotp-sources.jar - Checksums:
SHA256SUMS
- Android:
When triggered by a tag, the release workflow also uploads those files to the GitHub Release so genotp-flutter can consume a versioned artifact instead of a manually copied local build.