Fixed
- Fix Xcode 9.2 warning #209 by @keith
- macOS CLI targets now have a nil extension, instead of an empty string #208 by @keith
- Fix unnecessary quotations in CommentedString #211 by @allu22
- Fixed xml files format not matching Xcode format, added some missing actions attributes. #216 by @ilyapuchka
Changed
- Breaking:
XCWorkspace.Data
renamed toXCWorkspaceData
and removedreferences
. - Improved README examples. #212 by @ilyapuchka
- Added methods to get paths to workspace, project and breakpoints and shemes files, added public methods to write them separatery. #215 by @ilyapuchka
- Added helper methods for adding source file to the project. #213 by @ilyapuchka