Releases: tuist/XcodeProj
Releases Β· tuist/XcodeProj
8.19.0
What's Changed
- Add precompiled header extension to headersExtensions for adding .pch⦠by @VorkhlikArtem in #812
New Contributors
- @VorkhlikArtem made their first contribution in #812
Full Changelog: 8.18.0...8.19.0
8.18.0
What's Changed
- Fix issue that it is not possible to remove a remote package by @kevin-kp in #803
- Add
showNonLocalizedStringsoption to XCScheme+LaunchAction by @ladislas in #806 - Inherit values in the default
SWIFT_ACTIVE_COMPILATION_CONDITIONSvalue by @pepicrft in #811 - XCScheme string initializer by @mattmassicotte in #809
New Contributors
- @ladislas made their first contribution in #806
- @mattmassicotte made their first contribution in #809
Full Changelog: 8.16.0...8.18.0
8.17.0
8.16.0
What's Changed
- Create
PBXProjclass from the Data reprentation of apbxprojfile 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
- @art-divin made their first contribution in #799
- @kevin-kp made their first contribution in #801
Full Changelog: 8.15.0...8.16.0
8.15.0
What's Changed
- Add preferredScreenCaptureFormat to XCScheme.TestAcion by @tatagrigory in #792
New Contributors
- @tatagrigory made their first contribution in #792
Full Changelog: 8.14.0...8.15.0
8.14.0
What's Changed
- Get Data representation for
Writableby @Ibrahimhass in #787 - Add otf font files to known file types by @kwridan in #788
New Contributors
- @Ibrahimhass made their first contribution in #787
Full Changelog: 8.13.0...8.14.0
8.13.0
What's Changed
- Added
Build Tool Plug-inssupport by @BarredEwe in #784
New Contributors
- @BarredEwe made their first contribution in #784
Full Changelog: 8.12.0...8.13.0
8.12.0
8.11.0
Added
- Support for Xcode runtime issue breakpoints #761 by @zenangst.
Platform.visionOScase and updatedBuildSettingsProviderto 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
Added
- Add try-catch to getting started documentation #745 by @AlexKobachiJP
- Add missing Build Settings Provider documentation #747 by @baekteun
Fixed
- Fix unstable reads for
XCSchemeManagement#758 by @kwridan - Fix typos in
Writable.swift#755 by @jpsim
Changed
- Update
XCSharedDataWritable conformance to includeWorkspaceSettings#743 by @dayton-bobbitt