From 41d52ce7424906980fd1b133454b444f5bb5f21b Mon Sep 17 00:00:00 2001 From: Pedro Date: Wed, 31 Jan 2024 18:39:29 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01fdfab3..040ef536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## Unreleased +## 8.18.0 + +## Added +* Add `showNonLocalizedStrings` option to XCScheme+LaunchAction by @ladislas in https://github.com/tuist/XcodeProj/pull/806 +* Fix issue that it is not possible to remove a remote package by @kevin-kp in https://github.com/tuist/XcodeProj/pull/803 +* XCScheme string initializer by @mattmassicotte in https://github.com/tuist/XcodeProj/pull/809 + +## Changed +* Inherit values in the default `SWIFT_ACTIVE_COMPILATION_CONDITIONS` value by @pepicrft in https://github.com/tuist/XcodeProj/pull/811 + ## 8.17.0 ### Added