Skip to content

Releases: tuist/XcodeProj

8.1.0 - Barcelona

13 Sep 09:36

Choose a tag to compare

Changed

8.0.0 - Amor

17 Jun 10:16

Choose a tag to compare

Fixed

  • Adding group set incorrect parent in case of complex path #614 by @avdyushin
  • Breaking Fixed issue where some schemes could not be deserialized because a buildable reference did not contain a blueprint identifier #612 by @daltonclaybrook
  • Added the com.apple.product-type.driver-extension and com.apple.product-type.system-extension PBXProductType #618 by @vgorloff.

Changed

  • Breaking Make runPostActionsOnFailure optional #619 by @kwridan

7.23.0 - Bonsai

18 May 06:07

Choose a tag to compare

Added

  • Allows passing BuildableIdentifier String to BuildableReference initializer #605 by @freddi-kit

Fixed

7.22.0 - Ringui Dingui

27 Apr 11:01

Choose a tag to compare

Added

  • CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER to default build setting #608 by @fortmarek

Fixed

7.21.0 - Alfredo

19 Apr 17:00

Choose a tag to compare

Changed

7.20.0 - Sol

31 Mar 10:35

Choose a tag to compare

Next

7.19.0

18 Feb 16:23

Choose a tag to compare

Fixed

  • JSON decoder not properly decoding defaultConfigurationIsVisible in some projects #593 by @tjwio
  • JSON decoder not properly decoding proxyType in some projects #596 by @tjwio
  • BuildPhaseTests not handling failure cases properly #597 by @tjwio
  • xcconfig parser does not support inline comments #602 by @dive

7.18.0 - Penguin

11 Nov 09:23

Choose a tag to compare

7.18.0 - Penguin

Added

  • Support for building and running on Linux. #585 by @elliottwilliams. Tested for compatibility with Swift 5.3 on Ubuntu 18.04. XcodeProj requires FoundationXML / libxml2, which is part of the standard Swift Linux toolchain but not necessarily available in all environments.

7.17.0 - Tempelhof

28 Oct 08:32

Choose a tag to compare

Added

  • Added the com.apple.product-type.metal-library PBXProductType #576 by @deatondg.
  • Deprecate PBXBuildPhase.type() function #571 by @marciniwanicki.
  • Added runOncePerArchitecture attribute to PBXBuildRule #570 by @sascha

7.16.0 - Cieza

27 Oct 07:09

Choose a tag to compare

Added

  • Set the right module_name in the .podspec. #578 by @dflems