animo / aries-mobile-sdk

Apache License 2.0
8 stars 2 forks source link

Determine how to automatically build binaries of Askar, CredX and VDR for iOS and Android #47

Open TimoGlastra opened 2 years ago

TimoGlastra commented 2 years ago

All native libraries already have a build pipeline to build for macOS, Windows and Linux. We need to determine how to build binaries for iOS and Android, and add a Github Actions pipeline to the respective repos to automatically build the binaries.

Do we need to build a framework for iOS? Or is that not needed because we are only accessing the libraries from c++? Do we need to build an aar or something for Android? Which architectures do we need to support?

TODO