Skip to content

Commit 6943d5c

Browse files
author
Pedro Piñera
committed
Version 7.20.0
1 parent 4010dda commit 6943d5c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
🚀 Check out the guidelines [here](https://tuist.io/docs/contribution/changelog-guidelines/)
22

3+
## 7.20.0 - Sol
4+
35
## Next
6+
47
- Added `runPostActionsOnFailure` to `XCScheme` [#603](https://github.com/tuist/XcodeProj/pull/603) by [@FranzBusch](https://github.com/FranzBusch)
58

69
## 7.19.0 - Kreuzberg

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add the dependency in your `Package.swift` file:
4343
let package = Package(
4444
name: "myproject",
4545
dependencies: [
46-
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.19.0"))
46+
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.20.0"))
4747
],
4848
targets: [
4949
.target(
@@ -65,7 +65,7 @@ github "tuist/xcodeproj" ~> 7.11.
6565
### CocoaPods
6666

6767
```ruby
68-
pod 'xcodeproj', '~> 7.19.0
68+
pod 'xcodeproj', '~> 7.20.0
6969
```
7070
7171
### Scripting

XcodeProj_Carthage.xcodeproj/xcshareddata/xcschemes/XcodeProj.xcscheme

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
shouldUseLaunchSchemeArgsEnv = "YES"
30-
disableMainThreadChecker = "YES">
29+
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
</Testables>
3332
</TestAction>
@@ -40,8 +39,7 @@
4039
ignoresPersistentStateOnLaunch = "NO"
4140
debugDocumentVersioning = "YES"
4241
debugServiceExtension = "internal"
43-
allowLocationSimulation = "YES"
44-
disableMainThreadChecker = "YES">
42+
allowLocationSimulation = "YES">
4543
<MacroExpansion>
4644
<BuildableReference
4745
BuildableIdentifier = "primary"

XcodeProj_Carthage.xcworkspace/xcshareddata/xcschemes/XcodeProj_Carthage-Project.xcscheme

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
shouldUseLaunchSchemeArgsEnv = "YES"
30-
disableMainThreadChecker = "YES">
29+
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
</Testables>
3332
</TestAction>

xcodeproj.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'xcodeproj'
3-
s.version = '7.19.0'
3+
s.version = '7.20.0'
44
s.summary = 'Read/Modify/Write your Xcode projects'
55
s.homepage = 'https://github.com/tuist/xcodeproj'
66
s.license = 'MIT'

0 commit comments

Comments
 (0)