Enhancements
- None.
Bug Fixes
-
Fix build setting variable substitution for array settings.
Samuel Giddins -
Properly loads both project schemes and workspaces schemes on init and
prevents overriding of incorrect project paths.
joshdholtz
#656 -
Serialize
BuildableReference
attributes in schemes in the same order as Xcode.
Samuel Giddins -
Ensure a
GroupReference
's path includes its parentGroupReference
's path.
BothFileReference
s andGroupReference
s only prepend the parent path if
the child has a type ofgroup
.
Kesi Maduka
#657 -
Stop leaking file handles when initializing schemes from files.
Samuel Giddins