irondash / cargokit

Integrate cargo build with flutter plugins and applications.
Other
51 stars 16 forks source link

fix: cargo run will fail if the base dir contains a space #8

Closed appflowy closed 10 months ago

appflowy commented 10 months ago

The cargo run will fail If the BASEDIR contains a space in windows.

knopp commented 10 months ago

I think this needs more work for macOS. At least "build_pod.sh" and also changes in podspec for projects using cargokit.

knopp commented 10 months ago

Thanks for the PR! Would have merged it if I noticed it earlier though it missed escape in build_pod.sh.

appflowy commented 10 months ago

Thank you for fixing this so soon.