Skip to content

Releases: CocoaPods/Xcodeproj

0.19.2

29 Oct 00:06
Compare
Choose a tag to compare
Bug Fixes
  • PlistHelper: Only try to use plutil if it's in the exact location where
    we expect it to be on OS X, instead of relying on the user's $PATH.
    Eloy Durán
    CocoaPods#2502

0.19.1

29 Oct 00:06
Compare
Choose a tag to compare
Bug Fixes
  • Config: Remove space after -l flag in other linker flags.
    Fabio Pelosin

0.19.0

29 Oct 00:06
Compare
Choose a tag to compare
  • PlistHelper: Now the plutil tool is used to save the files if available
    to produce output consistent with Xcode.
    Fabio Pelosin
  • Project: Added support for adding file references to sub-projects.
    Fabio Pelosin
  • Config: The config class now properly handles quotes in OTHER_LDFLAGS.
    Fabio Pelosin
  • PBXGroup: Now file references to Xcode projects are properly handled and
    setup. Also the ObjectDictionary class has been improved and now can be
    used to edit the attributes using it.
    Fabio Pelosin
    Xcodeproj#172
  • Constants: Support XCTest as product type and don't fail for
    PBXNativeTarget#symbol_type on unknown product types.
    Marius Rackwitz
    Xcodeproj#176
  • Workspace: Now a template is used to produce the same formatting of Xcode.
    Fabio Pelosin
  • Project: Improved validation of object attributes.
    Fabio Pelosin
  • Project: Completed support for dictionaries.
    Fabio Pelosin
  • Project: Added possibility to disable xcproj via an environment variable.
    Fabio Pelosin
Bug Fixes
  • Project: Fixed reference counting issue when deleting sub-projects.

0.18.0

29 Oct 00:06
Compare
Choose a tag to compare
Enhancements
Bug fixes

0.17.0

29 Oct 00:06
Compare
Choose a tag to compare
Enhancements

0.16.1

29 Oct 00:06
Compare
Choose a tag to compare
Minor Enhancements
Bug Fixes
  • [Xcodeproj::Project#reference_for_path] Support for string parameter.
    jlj

0.16.0

29 Oct 00:06
Compare
Choose a tag to compare
Breaking
  • [Constants] Disable errors on warnings for default build settings
    Fabio Pelosin

0.15.3

29 Oct 00:06
Compare
Choose a tag to compare
Bug Fixes
  • [Extension] Fixed build on OS X 10.9's system Ruby (2.0.0).
    Eloy Durán

0.15.1

29 Oct 00:06
Compare
Choose a tag to compare
Bug Fixes
  • [Constants] Temporarily reverting the changes to OTHER_LDFLAGS as the were
    creating issues in CocoaPods.
    Fabio Pelosin

0.15.0

29 Oct 00:06
Compare
Choose a tag to compare
Breaking
Enhancements
Bug Fixes
  • [Extension] Fixed intermittent Xcodeproj::PlistHelper.write_plist error.
    Eloy Durán