Bug Fixes
- [Scheme] Generate correct ReferencedContainer attribute when the Xcode project
has a non-emptyprojectDirPath
.
Per Eckerdal
#102
Enhancements
- [Gem] Provide prebuilt binary versions of the C extension for the stock Ruby
versions on both OS X 10.8 (MRI 1.8.7) and 10.9 (MRI 2.0.0). Due to the ABI
of MRI’s C ext API not always being consistent, these will not install on
Ruby versions you have installed yourself. To override the default behaviour
you can use theXCODEPROJ_BUILD
environment variable. Set it to1
to
always build the C extension or to0
to never build the C extension.
Eloy Durán
#88 - [Scheme] Add support for aggregate targets to
#add_build_target
.
Per Eckerdal
#102 - [PBXNativeTarget] Add support for subproject targets in
#add_dependency
.
Per Eckerdal
#101 - [Project] Add
#reference_for_path
for retrieving a file reference for a
given absolute path.
Per Eckerdal
#101