Releases: CocoaPods/Xcodeproj
Releases · CocoaPods/Xcodeproj
0.19.2
Bug Fixes
PlistHelper
: Only try to useplutil
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
Bug Fixes
Config
: Remove space after -l flag in other linker flags.
Fabio Pelosin
0.19.0
PlistHelper
: Now theplutil
tool 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 theObjectDictionary
class 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_type
on 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 disablexcproj
via 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
theplutil
tool 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_LDFLAGS
as 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_LDFLAGS
setting 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_plist
error.
Eloy Durán