oxen-io / oxen-core

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

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

Open CodeSkyCode opened 1 month ago

CodeSkyCode commented 1 month ago

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

b0bl0blaw commented 1 month ago

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

jagerman commented 3 weeks 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