Skip to content

Releases: tuist/XcodeProj

8.18.0

31 Jan 17:38
Compare
Choose a tag to compare

What's Changed

  • Fix issue that it is not possible to remove a remote package by @kevin-kp in #803
  • Add showNonLocalizedStrings option to XCScheme+LaunchAction by @ladislas in #806
  • Inherit values in the default SWIFT_ACTIVE_COMPILATION_CONDITIONS value by @pepicrft in #811
  • XCScheme string initializer by @mattmassicotte in #809

New Contributors

Full Changelog: 8.16.0...8.18.0

8.17.0

12 Jan 15:38
Compare
Choose a tag to compare

What's Changed

  • Fix issue that it is not possible to remove a remote package by @kevin-kp in #803

Full Changelog: 8.16.0...8.17.0

8.16.0

26 Nov 19:27
447c159
Compare
Choose a tag to compare

What's Changed

  • Create PBXProj class from the Data reprentation of a pbxproj file by @Ibrahimhass in #798
  • Add XCLocalSwiftPackageReference Support by @art-divin in #799
  • docs: add art-divin as a contributor for code by @allcontributors in #800
  • Fix issue that multiple products of the same package cannot be added by @kevin-kp in #801

New Contributors

Full Changelog: 8.15.0...8.16.0

8.15.0

08 Sep 10:58
3797181
Compare
Choose a tag to compare

What's Changed

  • Add preferredScreenCaptureFormat to XCScheme.TestAcion by @tatagrigory in #792

New Contributors

Full Changelog: 8.14.0...8.15.0

8.14.0

30 Aug 14:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.13.0...8.14.0

8.13.0

16 Aug 03:42
6e60fb5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.12.0...8.13.0

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