Skip to content

Releases: tuist/XcodeProj

8.7.0

16 Dec 12:27
Compare
Choose a tag to compare

Added

8.6.0

03 Dec 17:10
Compare
Choose a tag to compare

Added

  • Support for location added to test targets (TestableReference) #654 by @KrisRJack

8.5.0

15 Oct 16:46
Compare
Choose a tag to compare

Added

  • Add XCSchemeManagement struct #565 by @pepibumur.

Changed

  • Update the last-known and default constants to align with Xcode 13.

8.4.0

14 Oct 15:27
Compare
Choose a tag to compare

Added

  • Support customized DerrivedData path in WorkspaceSettings #650 by @freddi-kit.

8.3.1

23 Sep 11:52
Compare
Choose a tag to compare

8.3.1

Fixed

8.3.0 - Mojo

23 Sep 06:59
Compare
Choose a tag to compare

8.3.0 - Mojo

Added

  • CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED to default build setting #641 by @flowbe

Fixed

8.2.0 - Bubbles

13 Sep 10:16
Compare
Choose a tag to compare

Added

  • Support obtaining the full path of a file element by passing the source root as a string #624 by @ileitch.

Fixed

  • If RemoteRunnable doesn't contains BuildableReference XcodeProj removes xcscheme file #627 by @subdan.

Changed

8.1.0 - Barcelona

13 Sep 09:36
Compare
Choose a tag to compare

Changed

8.0.0 - Amor

17 Jun 10:16
Compare
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
Compare
Choose a tag to compare

Added

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

Fixed