StackmateNetwork / stackmate-core

light-weight bitcoin wallet tools for mobile devices.
MIT License
9 stars 2 forks source link

doc: added build instructions for building for iOS #18

Open MrUnfunny opened 2 years ago

MrUnfunny commented 2 years ago

Hey @i5hi, I have updated docs for building for iOS. Please verify cbindgen part. I'm not too familiar with it but the command here seems to work for me. Also dummyCallMethod in .swift file should also be automated. It must be possible to add all method calls in header file itself instead of swift code. See this for reference.

i5hi commented 2 years ago

Hey! Thanks. Looking into it now!