tuist

🚀 Create, maintain, and interact with Xcode projects at scale

MIT License

Stars
4.2K
Committers
318

Bot releases are hidden (Show)

tuist - 3.36.4

Published by fortmarek 10 months ago

Tuist

  • no changes

Tuist Cloud

  • Fixed cache warm for static frameworks
tuist - 3.36.3

Published by fortmarek 10 months ago

Tuist

Fixed

Tuist Cloud

  • no changes
tuist - 3.36.2

Published by fortmarek 10 months ago

Tuist

Added

  • [Multiplatform] Enhance build phases to account for platform conditions #5691 by @alexanderwe

Fixed

  • Fix a bug that causes platform from being wrongly stripped #5704 by @pepicrft

Tuist Cloud

  • no changes
tuist - 3.36.1

Published by fortmarek 10 months ago

Tuist

Added

Fixed

  • Include XCTVapor in a predefined list of testing packages #5687 by @danielmoro

Tuist Cloud

  • no changes
tuist - 3.36.0

Published by fortmarek 10 months ago

Tuist

Fixed

Tuist Cloud

  • no changes
tuist - 3.35.5

Published by fortmarek 11 months ago

Fixed

tuist - 3.35.4

Published by fortmarek 11 months ago

Added

  • [Multiplatform] Add support for multi platform conditions for source and resource files #5628 by @alexanderwe
  • Add flag to opt out from beautifying xcodebuild logs #5635 by @pepicrft

Fixed

  • Add SKIP_INSTALL=YES to build settings for macro targets #5641 by @roanutil
  • Revert using Workspace.swift to detect the root directory #5637 by @pepicrft
  • Fix regression in platform specific settings mapping #5643 by @waltflanagan
tuist - 3.35.2

Published by fortmarek 11 months ago

Fixed

  • Fix for package platform parsing to be case insensitive #5627 by @ladislas
tuist - 3.35.1

Published by fortmarek 11 months ago

  • no changes
tuist - 3.35.0

Published by fortmarek 11 months ago

Changed

tuist - 3.34.0

Published by fortmarek 11 months ago

Added

Fixed

tuist - 3.33.4

Published by fortmarek 11 months ago

Fixed

  • Fix mapping of registry SwiftPackageManager dependencies #5563 by @danyf90
tuist - 3.33.3

Published by fortmarek 11 months ago

  • no changes
tuist - 3.33.1

Published by fortmarek 11 months ago

Changed

  • Increase the timeout for uploading and downloading files #5584 by @pepicrft

Added

  • Flatten the workspace groups hierarchy for dependencies #5575 by @pepicrft
  • Automatically use the github-actions renderer #5577 by @pepicrft
  • Config.swift defaults to https://cloud.tuist.io as the Tuist Cloud URL #5581 by @pepicrft
tuist - 3.33.0

Published by fortmarek 11 months ago

What's Changed

Full Changelog: https://github.com/tuist/tuist/compare/3.32.1...3.33.0

tuist - 3.32.1

Published by fortmarek 11 months ago

Fixed

  • Fixed missing cloud commands
tuist - 3.32.0

Published by fortmarek 11 months ago

Added

  • Add support for specifying the RunAction launchStyle #5521 by @baekteun
  • Add support for parsing macOS provisioning profiles #5535 by @vcoutasso
  • Add support for integrating Swift Macros using Xcode's native integration #5539 by @pepicrft

Fixed

  • AssetTemplate's Images struct is missing when synthesizing only symbolset resources #5530 by @acosmicflamingo
  • Fix platformFilter usage for single filters #5544 by @kwridan
tuist - 3.31.2

Published by fortmarek 12 months ago

  • Fixed tuist cache warm due to not found xcbeautify framework
tuist - 3.31.0

Published by pepicrft 12 months ago

Added

  • Allow empty .gitkeep files in templates #5528 by @waltflanagan
  • Support optional frameworks and xcframeworks #5525 by @mfcollins3
  • Support for using a Package.swift instead of defining packages directly in Dependencies.swift #5503 by @danyf90
tuist - 3.30.0

Published by pepicrft about 1 year ago

Added

  • Reuse binaries for tuist test, generate test project in the current working directory #5501 by @fortmarek
  • Add support for symbolset resources in default resource synthesizer #5493 by @danyf90

Fixed