Skip to content

Commit 0c88990

Browse files
author
Pedro Piñera
committed
Version 7.21.0
1 parent c5419e1 commit 0c88990

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
🚀 Check out the guidelines [here](https://tuist.io/docs/contribution/changelog-guidelines/)
22

3+
## 7.21.0 - Alfredo
4+
5+
## Changed
6+
7+
- Speed up md5 generation [#606](https://github.com/tuist/XcodeProj/pull/606) by [@adellibovi](https://github.com/adellibovi)
8+
39
## 7.20.0 - Sol
410

5-
## Next
11+
## Added
612

713
- Added `runPostActionsOnFailure` to `XCScheme` [#603](https://github.com/tuist/XcodeProj/pull/603) by [@FranzBusch](https://github.com/FranzBusch)
814

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.20.0"))
46+
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.21.0"))
4747
],
4848
targets: [
4949
.target(
@@ -65,7 +65,7 @@ github "tuist/xcodeproj" ~> 7.11.
6565
### CocoaPods
6666

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

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.20.0'
3+
s.version = '7.21.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)