You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added .hxx to the list of recognized header file extensions. Jason Vasquez #320
Added basic Xcodeproj::Workspace APIs to support groups. David Parton #322
Added a helper to set the deployment target on a target based on its
platform. Samuel Giddins
Added support for projects tracking if they have been modified. Samuel Giddins #202
The plist serializer can now be switched to different implementations,
which will get autoloaded on-demand. Samuel Giddins
Simply requiring xcodeproj on a ruby installation without the fiddle gem
will not cause an exception -- that exception has been delayed until actually
attempting to serialize / load a plist file. Samuel Giddins