Skip to content

1.8.1

Compare
Choose a tag to compare
@dnkoutso dnkoutso released this 19 Feb 17:48
· 334 commits to master since this release
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 parent GroupReference's path.
    Both FileReferences and GroupReferences only prepend the parent path if
    the child has a type of group.
    Kesi Maduka
    #657

  • Stop leaking file handles when initializing schemes from files.
    Samuel Giddins