Releases: CocoaPods/Xcodeproj
Releases · CocoaPods/Xcodeproj
0.27.0
Enhancements
- Added the ability to load an existing
.xcscheme
file and manipulate
it usingXcodeproj::XCScheme
.
Olivier Halligon
#288- Sorting is now done in a case-insensitive manner.
Emma Koszinowski
CocoaPods#3684
- Sorting is now done in a case-insensitive manner.
- Trailing whitespace is stripped when serializing XCConfig files.
Samuel Giddins - XCConfig values that are only
$(inherited)
will be omitted during
serialization.
Samuel Giddins
0.26.3
Bug Fixes
- Fix a crash when calling
xcodeproj config-dump
.
Samuel Giddins - Reduces the number of cases un which deterministic UUIDs would yield
duplicates. Downgraded duplicate generated UUIDs to a warning from an
exception.
Samuel Giddins
CocoaPods#3823
CocoaPods#3850
0.26.2
Bug Fixes
- Fix a crash when using the
xcodeproj
CLI.
Samuel Giddins
0.26.0
0.25.1
Bug Fixes
- Allow
xcodeproj show
to accept--no-color
as an option without crashing.
Samuel Giddins
#267 - Actually fix crashing when using Xcode 7 betas 1 & 2.
Samuel Giddins
#278
0.25.0
Enhancements
- Ensure that duplicate resources or source files aren't added to a target.
Samuel Giddins - Support for native watch app targets.
Boris Bügling
Xcodeproj#272 - Update default build and scheme settings for Xcode 7.0 beta 1/2.
Marius Rackwitz
Boris Bügling
Xcodeproj#271
Bug Fixes
- Fix the help output for
xcodeproj config-dump
.
Samuel Giddins
#274 - Add support for project serialization with Xcode 7 Beta 2.
Samuel Giddins
Boris Bügling
#278
CocoaPods#3723
0.24.3
0.24.2
Enhancements
Constants
: Adds support for Command Line Tool as a product type.
Nick Jordan
Xcodeproj#268
0.24.1
Enhancements
- Support for Xcode 6.3 compatible projects.
Boris Bügling
Xcodeproj#253
0.24.0
Enhancements
- Return a list of project targets including only native targets by
native_targets
.
Marc Boquet
Marius Rackwitz
Xcodeproj#256 ProjectHelper
: Allow to create aggregate targets.
Marius Rackwitz
Xcodeproj#260ProjectHelper
: Give optional parameter ofconfiguration_list
andcommon_build_settings
the default valuenil
.
Marius Rackwitz
Xcodeproj#260
Bug Fixes
- Save xcconfig files also if only the includes where modified by fixing the
equality method implementation.
Brian Partridge
Xcodeproj#255 - Use
xcode-select --print-path
to be compatible with OS X 10.8.
Boris Bügling
CocoaPods#3387