Commit 4f1e557
Allow to use scheme with spaces and special characters
If scheme name has - build fails with the following error:
```
xcodebuild: error: Unknown build action '-'.
```
This should prevent this error from happeping. Xcode allows to use those characters in scheme name. It's only bash issue.1 parent 5be96d7 commit 4f1e557
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments