leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

Fix handling spaces in source path #120

Closed MariuszWisniewski closed 4 years ago

MariuszWisniewski commented 4 years ago

This PR fixes handling spaces in source path. Bug happens e.g. when scheme name contains a space, in our case when you add environment name to app name ("AppName Test", "AppName Release" etc.)

MariuszWisniewski commented 4 years ago

Actually this PR can be closed, already fixed in #89, so would be great if that PR could be merged.