Skip to content

0.19.3

Compare
Choose a tag to compare
@segiddins segiddins released this 29 Oct 00:06
· 1324 commits to master since this release
Bug Fixes
  • PlistHelper: Drop usage of the CFPropertyList gem and plutil and replace
    it with a version that uses the native CFPropertyList APIs from the OS X
    CoreFoundation framework, like the previous C extension did. Except this
    time we use Ruby's Fiddle API (MRI >= 1.9.3) to interface with it instead of
    the need to compile a C extension.
    This release still includes a prebuilt version of the C extension for Ruby
    1.8.7 support (OS X 10.8.x), but this will soon be dropped completely.
    Eloy Durán
    CocoaPods#2483
    Xcodeproj#198
    Xcodeproj#200