Skip to content

robby031/genotp-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genotp-mobile

Mobile bindings for genotp-go using gomobile.

Local build

make init
make build-all build-source-jar package-ios checksums

Generated files:

  • genotp.aar
  • Genotp.xcframework.zip
  • genotp-sources.jar
  • SHA256SUMS

CI/CD

This repository now has two GitHub Actions workflows:

  • CI: runs go test, gosec, and golangci-lint on pushes and pull requests.
  • Release Artifacts: on tag push like v1.2.3 or manual dispatch, builds:
    • Android: genotp.aar
    • iOS: Genotp.xcframework.zip
    • Sources: genotp-sources.jar
    • Checksums: SHA256SUMS

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.

About

Mobile bindings for genotp-go using gomobile.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors