Skip to content

Commit

Permalink
Version 7.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Apr 19, 2021
1 parent c5419e1 commit 0c88990
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
🚀 Check out the guidelines [here](https://tuist.io/docs/contribution/changelog-guidelines/)

## 7.21.0 - Alfredo

## Changed

- Speed up md5 generation [#606](https://github.com/tuist/XcodeProj/pull/606) by [@adellibovi](https://github.com/adellibovi)

## 7.20.0 - Sol

## Next
## Added

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.0"))
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.21.0"))
],
targets: [
.target(
Expand All @@ -65,7 +65,7 @@ github "tuist/xcodeproj" ~> 7.11.
### CocoaPods

```ruby
pod 'xcodeproj', '~> 7.20.0
pod 'xcodeproj', '~> 7.21.0
```
### Scripting
Expand Down
2 changes: 1 addition & 1 deletion xcodeproj.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'xcodeproj'
s.version = '7.20.0'
s.version = '7.21.0'
s.summary = 'Read/Modify/Write your Xcode projects'
s.homepage = 'https://github.com/tuist/xcodeproj'
s.license = 'MIT'
Expand Down

0 comments on commit 0c88990

Please sign in to comment.