tidev / titanium-sdk

🚀 Native iOS and Android Apps with JavaScript
https://titaniumsdk.com/
Other
2.76k stars 1.21k forks source link

fix: create alloy project with spaces with --alloy #14046

Closed m1ga closed 6 months ago

m1ga commented 6 months ago

If you run ti create --name "Testing WebP Images" -p android -t app -u --id test -d . --alloy --sdk 12.3.0 to create an alloy project it will run alloy new /Users/user/Developer/Apps/Testing WebP Images later on and will break.

This PR will add 'path with space' so you can uses spaces too.

Test