Releases: CocoaPods/Xcodeproj
1.5.6
1.5.5
Enhancements
-
Atomically write
project.pbxproj
files, so that Xcode will never see them
in a half-written state.
Samuel Giddins -
Update default build settings for Xcode 9.3.
Samuel Giddins
Bug Fixes
-
Save
.xcscheme
files with double-quoted strings, consistent with Xcode.
Samuel Giddins -
[XCBuildConfiguration] Support environment variables in #resolve_build_setting
Ruenzuo
#510 -
Ensure
--no-ansi
disables output of escape sequences.
Samuel Giddins
#540
1.5.4
Enhancements
- Made it possible to configure a scheme to launch a Today extension
Eldorado234
#520
Bug Fixes
1.5.3
1.5.2
1.5.1
1.5.0
Enhancements
-
Add add_legacy_target method to ProjectHelper
Dimitris Koutsogiorgas
#491 -
Provide ability to update schemes as they are being recreated
Dimitris Koutsogiorgas
#490 -
Use
test_target_type?
when adding testable reference
Dimitris Koutsogiorgas
#487 -
Add test reference to xcscheme if target is of type test
Dimitris Koutsogiorgas
#485 -
Make build settings parsing optionally take into account any associated
xcconfig files and project settings.
Renzo Crisóstomo
#180 -
Add command_line_arguments to TestAction.
Brently Jones
Danielle Tomlinson
#492
Bug Fixes
- Do not crash when there are no
BuildActionEntries
in a scheme.
Danielle Tomlinson
#486
1.4.4
Enhancements
-
ui_test_bundle
product are treated as xctest bundles.
Rajinder Ramgarhia
#467 -
Remove the dependency upon
activesupport
.
Samuel Giddins
Bug Fixes
- None.
1.4.3
Enhancements
-
Updated Common Build Settings with Xcode 8.3.
Louis D'hauwe
#474 -
Updated Common Build Settings with Xcode 8.2.1.
Louis D'hauwe
#468 -
Return file references when adding system frameworks to a target.
Keith Smiley
#466 -
Add more Xcode file type references by file extension.
Keith Smiley
#465
Bug Fixes
- Reference proxy display name always returns "ReferenceProxy".
Behavior corrected to return the name or path of the reference.
Barak Weiss
#472
1.4.2
Enhancements
- Better error message when a target_dependency is invalid.
Dimitris Koutsogiorgas
#448
Bug Fixes
- Require 'colored' in xcodeproj.rb
Dimitris Koutsogiorgas
#374 - Allow initializing an Xcode project without the
classes
attribute.
Samuel Giddins
#446