Changed
- Breaking: Review optionality of attributes to align it with Xcode one #107 by @pepibumur.
- Contributing, and code of conduct point to the organization ones by @pepibumur.
- New changelog format introduced by @pepibumur.
Fixed
- Use the super init to decode reference in some objects #110 by @yonaskolb
- Schemes being shared with an extension #113 by @esttorhe.
- Contributors link in the README.md #117 by @tapanprakasht.
This version 1.0.0 introduces breaking changes in the API. We revisited the optionality of some properties, validating with Xcode. xcproj 1.0.0 is closer to the Xcode behavior if a project can be opened with Xcode, xcproj should also be able to open it.
If you were using a previous version of xcproj, you will have to update the access to objects properties, since some might be optional now.