Skip to content

Releases: CocoaPods/Xcodeproj

1.8.0

25 Jan 00:25
Compare
Choose a tag to compare
Enhancements
Bug Fixes

1.7.0

17 Oct 17:23
1.7.0
8cadb5c
Compare
Choose a tag to compare
Enhancements
Bug Fixes

1.6.0

16 Aug 23:06
1.6.0
1f98325
Compare
Choose a tag to compare
Enhancements
Bug Fixes

1.5.9

15 May 04:56
1.5.9
a5dfde0
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes

1.5.8

09 May 15:45
1.5.8
cc7ae11
Compare
Choose a tag to compare
Enhancements
  • Update LAST_KNOWN_IOS_SDK to 11.3
    Piasy

  • Create new static library targets without linking against
    system frameworks, for new build system compatibility.
    Samuel Giddins

Bug Fixes
  • Fix add_build_configuration for PBXAggregateTarget
    Dimitris Koutsogiorgas
    #565

  • Fixed undefined method isa for nil:NilClass when deleting a Xcodeproj target.
    JanC
    #462

  • Fix parsing of build settings when a key and value are not
    seprated from the = by whitespace
    Daniel Petri
    #566

  • Serialize arrays in Xcode projects based upon the project's object version.
    Samuel Giddins

  • Warn when encountering unknown attributes instead of bailing out.
    theoriginalgri
    #535

1.5.7

22 Mar 23:59
1.5.7
0ba23ee
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes
  • Make Workspace.load_schemes load schemes in the workspace container
    loufranco
    #557

  • Fix expanding build settings when the current build setting is a string but
    the inherited value is an array.
    Samuel Giddins
    CocoaPods#7421

1.5.6

04 Feb 05:27
1.5.6
8f78b52
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes
  • Disable Objective-C weak references by default for new targets
    whose deployment targets do not support them.
    Samuel Giddins
    #544

1.5.5

02 Feb 02:45
1.5.5
f91dede
Compare
Choose a tag to compare
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

16 Dec 21:26
1.5.4
Compare
Choose a tag to compare
Enhancements
  • Made it possible to configure a scheme to launch a Today extension
    Eldorado234
    #520
Bug Fixes
  • Verify container portal when checking dependency target membership.
    izaakschroeder
    #513

  • [XCBuildConfiguration] Fix infinite recursion in #resolve_build_setting
    Ruenzuo
    #511

  • Add .inl as a recognized header file ending
    bes
    #7283

1.5.3

24 Oct 10:16
1.5.3
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes
  • [Config] Make #to_bash include import statements
    Ruenzuo
    #505