Open CodeSkyCode opened 4 months ago
This application was not intended to be ran on mobile devices.
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
How to compile for iOS and Android?Is there a procedure document here?