Releases: tuist/XcodeProj
Releases Β· tuist/XcodeProj
8.18.0
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
- @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
PBXProj
class from the Data reprentation of apbxproj
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
- @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
Writable
by @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-ins
support 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.visionOS
case and updatedBuildSettingsProvider
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
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
XCSharedData
Writable conformance to includeWorkspaceSettings
#743 by @dayton-bobbitt
8.9.0
Change log
Added
- Update watchOS application default settings for Xcode 14 #711 by @kwridan
- Implement
Hashable
forXCScheme.BuildableReference
#712 by @cgrindel - Sets customWorkingDirectory for schemes #720 by @maxwellE
- Add
XCScheme.ExecutionAction.shellToInvoke
#721 by @CrazyFanFan - Add
platformFilters
attribute toPBXBuildFile
andPBXTargetDependency
#737 by @maxwellE - Add suppot for
XCUserData
#739 by @teameh