tomlokhorst / XcodeEdit

Swift library for reading and writing Xcode project files in OpenStep format
MIT License
206 stars 38 forks source link

Support paths that are not relative to a group #1

Closed mac-cain13 closed 9 years ago

mac-cain13 commented 9 years ago

Supports all types of paths that can occur in a Xcode project. We cannot resolve paths like SDKROOT without context, so we return a new enum type Path that describes what the path is relative to.