A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/cocoapods/xcodeproj

https://github.com/cocoapods/xcodeproj - 0.20.0

Breaking
  • Support for Ruby < 2.0.0 has been dropped. Xcodeproj now depends on
    Ruby 2.0.0 or greater.
    Kyle Fuller
Enhancements
Minor Enhancements
  • PBXCopyFilesBuildPhase: Add a convenience method symbol_dst_subfolder_spec
    to set the destination subfolder specification by a symbol.
    Marius Rackwitz
    Xcodeproj#187
  • PBXNativeTarget: Return newly created build files by add_file_references
    and yield each one to allow direct modification of its settigs.
    Marius Rackwitz
    Xcodeproj#187
Bug Fixes

- Ruby
Published by segiddins almost 12 years ago

https://github.com/cocoapods/xcodeproj - 0.20.1

Minor Enhancements
  • Project Make #== a fast shallow comparison method, which operates only on
    its root object UUID and its path on disk. For full data comparisons, use the
    #eql? method instead.
    Eloy Durán
    Xcodeproj#216
  • NativeTarget Make adding a target dependency O(1) constant speed.
    Eloy Durán
    Xcodeproj#216
  • Object Cache an object's plist name, which is used very often during project
    generation.
    Eloy Durán
    Xcodeproj#216
Bug Fixes
  • CoreFoundation Hopefully fix a Ruby constant lookup issue. We have been
    unable to reproduce this, but since more than one person has reported it,
    we're including this fix in the hope it fixes this esoteric issue.
    Eloy Durán
    CocoaPods#2632
    CocoaPods#2739

- Ruby
Published by segiddins almost 12 years ago