richardszalay / fastlane-plugin-act

Modify plists and app icons inside xcarchives/IPAs. Publish multiple iOS configurations without recompiling
MIT License
36 stars 5 forks source link

Act doesn't work on path where in path is "space" character. #6

Closed invoodoo closed 7 years ago

invoodoo commented 7 years ago

unzip couldn't find this path, it should be encoded for it.

/Users/InVooDoo/Library/Mobile Documents/com~apple~CloudDocs/iWork/Fancy Interactive/GlobeConvert/GlobeConvert/Free.ipa
richardszalay commented 7 years ago

@invoodoo Thanks for the catch. I'm not working on a Mac at the moment, but I'd happily accept a PR.

richardszalay commented 7 years ago

Note for implementation (whether it be you, or me when I get time), the change is basically just calling "/path/with spaces/".shellescape

richardszalay commented 7 years ago

This fix has been released as v1.1.1