diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3303ebc9..fe6a5dce9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
🚀 Check out the guidelines [here](https://tuist.io/docs/contribution/changelog-guidelines/)
+## 7.20.0 - Sol
+
## Next
+
- Added `runPostActionsOnFailure` to `XCScheme` [#603](https://github.com/tuist/XcodeProj/pull/603) by [@FranzBusch](https://github.com/FranzBusch)
## 7.19.0 - Kreuzberg
diff --git a/README.md b/README.md
index 1db39bfd0..5a4d582f8 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Add the dependency in your `Package.swift` file:
let package = Package(
name: "myproject",
dependencies: [
- .package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.19.0"))
+ .package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.20.0"))
],
targets: [
.target(
@@ -65,7 +65,7 @@ github "tuist/xcodeproj" ~> 7.11.
### CocoaPods
```ruby
-pod 'xcodeproj', '~> 7.19.0
+pod 'xcodeproj', '~> 7.20.0
```
### Scripting
diff --git a/XcodeProj_Carthage.xcodeproj/xcshareddata/xcschemes/XcodeProj.xcscheme b/XcodeProj_Carthage.xcodeproj/xcshareddata/xcschemes/XcodeProj.xcscheme
index bfc23e82f..066eafdeb 100644
--- a/XcodeProj_Carthage.xcodeproj/xcshareddata/xcschemes/XcodeProj.xcscheme
+++ b/XcodeProj_Carthage.xcodeproj/xcshareddata/xcschemes/XcodeProj.xcscheme
@@ -26,8 +26,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
- shouldUseLaunchSchemeArgsEnv = "YES"
- disableMainThreadChecker = "YES">
+ shouldUseLaunchSchemeArgsEnv = "YES">
@@ -40,8 +39,7 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
- allowLocationSimulation = "YES"
- disableMainThreadChecker = "YES">
+ allowLocationSimulation = "YES">
+ shouldUseLaunchSchemeArgsEnv = "YES">
diff --git a/xcodeproj.podspec b/xcodeproj.podspec
index 994190f00..cafffa775 100644
--- a/xcodeproj.podspec
+++ b/xcodeproj.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'xcodeproj'
- s.version = '7.19.0'
+ s.version = '7.20.0'
s.summary = 'Read/Modify/Write your Xcode projects'
s.homepage = 'https://github.com/tuist/xcodeproj'
s.license = 'MIT'