Releases: CocoaPods/Xcodeproj
Releases · CocoaPods/Xcodeproj
0.19.2
Bug Fixes
PlistHelper: Only try to useplutilif 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
Bug Fixes
Config: Remove space after -l flag in other linker flags.
Fabio Pelosin
0.19.0
PlistHelper: Now theplutiltool is used to save the files if available
to produce output consistent with Xcode.
Fabio PelosinProject: Added support for adding file references to sub-projects.
Fabio PelosinConfig: The config class now properly handles quotes inOTHER_LDFLAGS.
Fabio PelosinPBXGroup: Now file references to Xcode projects are properly handled and
setup. Also theObjectDictionaryclass has been improved and now can be
used to edit the attributes using it.
Fabio Pelosin
Xcodeproj#172Constants: Support XCTest as product type and don't fail for
PBXNativeTarget#symbol_typeon unknown product types.
Marius Rackwitz
Xcodeproj#176Workspace: Now a template is used to produce the same formatting of Xcode.
Fabio PelosinProject: Improved validation of object attributes.
Fabio PelosinProject: Completed support for dictionaries.
Fabio PelosinProject: Added possibility to disablexcprojvia an environment variable.
Fabio Pelosin
Bug Fixes
Project: Fixed reference counting issue when deleting sub-projects.
0.18.0
Enhancements
- [PlistHelper] The native extension has been removed in favour of the usage of
theplutiltool to read ASCII property list files.
Fabio Pelosin
Xcodeproj#168
Xcodeproj#167 - [PBXFileReference] If a file reference represents an external Xcode project
and is removed from the project then all items related to the external
project will also be removed.
JP Simard
Eloy Durán
Xcodeproj#158
Xcodeproj#161
Bug fixes
- [Workspace] Fixed adding a project to a workspace.
Alessandro Orrù
Xcodeproj#155
0.17.0
Enhancements
- [Workspace] Added support for file references.
Kyle Fuller
Fabio Pelosin
Xcodeproj#105
0.16.1
0.16.0
Breaking
- [Constants] Disable errors on warnings for default build settings
Fabio Pelosin
0.15.3
Bug Fixes
- [Extension] Fixed build on OS X 10.9's system Ruby (2.0.0).
Eloy Durán
0.15.1
Bug Fixes
- [Constants] Temporarily reverting the changes to
OTHER_LDFLAGSas the were
creating issues in CocoaPods.
Fabio Pelosin
0.15.0
Breaking
- [Project] Now the provided path is always expanded on initialization.
Gordon Fontenot
#121
Enhancements
- [Constants] Bumped last know SDK versions.
Fabio Pelosin
#141 - [Constants] Removed empty
OTHER_LDFLAGSsetting to match Xcode's behaviour.
Gordon Fontenot - [Constants] Bumped last known Xcode version to
5.1.
Romans Karpelcevs
#138
Bug Fixes
- [Extension] Fixed intermittent
Xcodeproj::PlistHelper.write_plisterror.
Eloy Durán