Skip to content

Releases: CocoaPods/Xcodeproj

1.15.0

04 Feb 19:25
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes
  • Fix incorrect formatting of build settings with modifiers
    revolter
    #706

1.14.0

14 Dec 01:06
Compare
Choose a tag to compare
Enhancements
Bug Fixes

1.13.0

16 Oct 15:07
Compare
Choose a tag to compare
Enhancements
Bug Fixes

1.12.0

02 Aug 15:30
Compare
Choose a tag to compare
Enhancements
  • Add #pretty_print to PBXCopyFilesBuildPhase and PBXShellScriptBuildPhase
    Alex Coomans
    #702
Bug Fixes
  • None.

1.11.1

02 Aug 15:22
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes
  • When resolving build settings against xcconfigs, allow the referenced file to be missing,
    as Xcode does.
    Samuel Giddins

1.11.0

09 Jul 18:46
Compare
Choose a tag to compare
Enhancements
Bug Fixes
  • None.

1.10.0

12 Jun 01:28
Compare
Choose a tag to compare
Enhancements
Bug Fixes
  • None.

1.9.0

02 May 18:07
Compare
Choose a tag to compare
Enhancements
  • Updated latest SDK versions for the release of Xcode 10.2.
    Samuel Giddins
Bug Fixes
  • Use modern localization identifier 'en' for the development region.
    Steffen Matthischke
    #669

  • Generating deterministic UUIDs for a project also updates TargetAttributes.
    Samuel Giddins

1.8.2

27 Mar 22:01
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes

1.8.1

19 Feb 17:48
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes
  • Fix build setting variable substitution for array settings.
    Samuel Giddins

  • Properly loads both project schemes and workspaces schemes on init and
    prevents overriding of incorrect project paths.
    joshdholtz
    #656

  • Serialize BuildableReference attributes in schemes in the same order as Xcode.
    Samuel Giddins

  • Ensure a GroupReference's path includes its parent GroupReference's path.
    Both FileReferences and GroupReferences only prepend the parent path if
    the child has a type of group.
    Kesi Maduka
    #657

  • Stop leaking file handles when initializing schemes from files.
    Samuel Giddins