Skip to content

Releases: tuist/XcodeProj

8.12.0

06 Jul 14:04
Compare
Choose a tag to compare

Added

  • PBXBuildRule.dependencyFile attribute #781 by @pepicrft.
  • Update last known upgradeCheck and swiftUpgradeCheck constants #781 by @pepicrft.
  • Add the defaults xcschemeFormatVersion, lastSwiftUpgradeCheck, and lastUpgradeCheck #781 by @pepicrft.

8.11.0

26 Jun 17:21
Compare
Choose a tag to compare

Added

  • Support for Xcode runtime issue breakpoints #761 by @zenangst.
  • Platform.visionOS case and updated BuildSettingsProvider to return the default build settings for visionOS projects #765 by @Mstrodl.

Changed

Removed

  • (Breaking) Dropped Carthage support: Since the tool is not actively maintained.
  • (Breaking) Dropped CocoaPods support: With the Apple ecosystem moving to Swift Package Manager we'd like to support the transition by dropping support for CocoaPods. The drop will simplify our release process.

Fixed

  • Ensured UUIDs are considered when sorting by filename to ensure information is not lost when filenames are equal #769 by @timothycosta.

8.10.0

24 Apr 12:57
Compare
Choose a tag to compare

Added

Fixed

Changed

  • Update XCSharedData Writable conformance to include WorkspaceSettings #743 by @dayton-bobbitt

8.9.0

18 Feb 12:54
fae27b4
Compare
Choose a tag to compare

Change log

Added

  • Update watchOS application default settings for Xcode 14 #711 by @kwridan
  • Implement Hashable for XCScheme.BuildableReference #712 by @cgrindel
  • Sets customWorkingDirectory for schemes #720 by @maxwellE
  • Add XCScheme.ExecutionAction.shellToInvoke #721 by @CrazyFanFan
  • Add platformFilters attribute to PBXBuildFile and PBXTargetDependency #737 by @maxwellE
  • Add suppot for XCUserData #739 by @teameh

8.8.0

14 Jul 17:58
Compare
Choose a tag to compare

Change log

Fixed

Added

Changed

New Contributors

8.7.1

16 Dec 14:48
Compare
Choose a tag to compare

Changed

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.