Skip to content

Releases: tuist/XcodeProj

7.8.0

03 Apr 06:32
Compare
Choose a tag to compare

Added

  • Added PathRunnable to the LaunchAction to allow running any executable #521 by @vytis

Fixed

  • Make PBXProject.targetAttributes non optional again and fix equality #519 by @yonaskolb

7.7.0

29 Jan 16:13
Compare
Choose a tag to compare

Fixed

  • Ensure references to products in external projects are generated with deterministic UUIDs #518 by @evandcoleman

7.6.0

24 Jan 05:48
Compare
Choose a tag to compare

Changed

  • Breaking Make PBXProject.targetAttributes optional #517 by @pepibumur

Fixed

  • Remove "Shell" Carthage dependency from carthage xcode project as it's no longer used #507 by @imben123

Added

  • Added com.apple.product-type.xcframework to PBXProductType. #508 by @lakpa
  • Added askForAppToLaunch parameter to LaunchAction and ProfileAction. #515 by @YutoMizutani
  • Added "ENABLE_PREVIEWS" to target application build settings #511 by @fortmarek

7.5.0

13 Nov 10:35
Compare
Choose a tag to compare

Fixed

  • Provide default build settings for unit and ui test targets #501 by @kwridan
  • Remove "Shell" Carthage dependency from project manifest as it's no longer used #505 by @kwridan

7.4.0

09 Nov 11:28
Compare
Choose a tag to compare

Changed

  • Update list of recognized file extensions #500 by @dflems

7.3.0

06 Nov 09:50
Compare
Choose a tag to compare

Changed

7.2.2

30 Oct 08:29
Compare
Choose a tag to compare

Fixed

7.2.1

29 Oct 11:57
Compare
Choose a tag to compare

Fixed

  • Make test plans optional by c150349 @pepibumur

7.2.0

27 Oct 19:51
Compare
Choose a tag to compare

Added

Fixed

7.1.0

27 Sep 10:17
Compare
Choose a tag to compare

Added

  • Add onlyGenerateCoverageForSpecifiedTargets parameter to TestAction #473 by @kateinoigakukun
  • Added support for PBXTargetDependency.product #481 by @yonaskolb
  • Xcode 11 support