By default, two schemes are built: ObjectiveGit Mac and ObjectiveGit iOS.
They both contain a space character that ends up in their build directory names.
When repackage-dylibs.rb is run, these directories are given to otool and install_name_tool which treats spaces as argument separators.
By default, two schemes are built:
ObjectiveGit Mac
andObjectiveGit iOS
. They both contain a space character that ends up in their build directory names.When
repackage-dylibs.rb
is run, these directories are given tootool
andinstall_name_tool
which treats spaces as argument separators.This PR adds quotes to them.