Releases: tuist/XcodeProj
Releases Β· tuist/XcodeProj
8.3.0 - Mojo
8.2.0 - Bubbles
8.1.0 - Barcelona
Changed
- Improve performance of commented string #635 by @adellibovi
8.0.0 - Amor
Fixed
- Adding group set incorrect parent in case of complex path #614 by @avdyushin
- Breaking Fixed issue where some schemes could not be deserialized because a buildable reference did not contain a blueprint identifier #612 by @daltonclaybrook
- Added the
com.apple.product-type.driver-extension
andcom.apple.product-type.system-extension
PBXProductType #618 by @vgorloff.
Changed
7.23.0 - Bonsai
Added
- Allows passing BuildableIdentifier String to BuildableReference initializer #605 by @freddi-kit
Fixed
- Fixed building on Linux #615 by @yonaskolb
7.22.0 - Ringui Dingui
Added
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER
to default build setting #608 by @fortmarek
Fixed
- Prevent overwriting identical workspace data #607 by @ferologics
7.21.0 - Alfredo
Changed
- Speed up md5 generation #606 by @adellibovi
7.20.0 - Sol
Next
- Added
runPostActionsOnFailure
toXCScheme
#603 by @FranzBusch
7.19.0
Fixed
- JSON decoder not properly decoding
defaultConfigurationIsVisible
in some projects #593 by @tjwio - JSON decoder not properly decoding
proxyType
in some projects #596 by @tjwio - BuildPhaseTests not handling failure cases properly #597 by @tjwio
xcconfig
parser does not support inline comments #602 by @dive
7.18.0 - Penguin
7.18.0 - Penguin
Added
- Support for building and running on Linux. #585 by @elliottwilliams. Tested for compatibility with Swift 5.3 on Ubuntu 18.04. XcodeProj requires FoundationXML / libxml2, which is part of the standard Swift Linux toolchain but not necessarily available in all environments.