Changed libmobi-rs to include MacOS's Libmobi library as well
Added MacOS build instructions to GitHub actions
Testing:
Tested locally using act
Tested on my forked's main GitHub actions.
This PR is not complete though because MacOS build artifacts (.dmg file) need to be signed by the developer to be shown as a legit app by Mac. If not, the dmg file when opened, gives you a warning saying that this is from an unidentified developer (you can circumvent it though)
Also, the Build instructions are not fully updated with Mac instructions. I shall make the changes after @btpf decides on how to move forward with Code signing/ if he doesn't want to support MacOS now....
This PR resolves #18 .
Testing:
This PR is not complete though because MacOS build artifacts (.dmg file) need to be signed by the developer to be shown as a legit app by Mac. If not, the dmg file when opened, gives you a warning saying that this is from an unidentified developer (you can circumvent it though)
Tauri's official documentation has instructions on how to sign MacOS apps.
Also, the Build instructions are not fully updated with Mac instructions. I shall make the changes after @btpf decides on how to move forward with Code signing/ if he doesn't want to support MacOS now....