oxen-io / oxen-core

Oxen core repository, containing oxend and oxen cli wallets
https://oxen.io
Other
318 stars 121 forks source link

How to compile for iOS and Android?Is there a procedure document here? #1696

Open CodeSkyCode opened 4 months ago

CodeSkyCode commented 4 months ago

How to compile for iOS and Android?Is there a procedure document here?

b0bl0blaw commented 4 months ago

This application was not intended to be ran on mobile devices.

jagerman commented 3 months ago

While the oxend and other binaries certainly aren't intended for use on mobile devices, the library code does indeed get compiled for iOS/Android (and is used in the mobile wallet).

The procedure isn't documented (because this is really only of internal use when we build those wallets), but is built as part of the CI jobs, from the two bottom sections of https://github.com/oxen-io/oxen-core/blob/dev/.drone.jsonnet