Skip to content

Commit

Permalink
Version 7.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Apr 27, 2021
1 parent 3076b6d commit 94e5523
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next

## 7.22.0 - Ringui Dingui

### Added

- `CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER` to default build setting [#608](https://github.com/tuist/XcodeProj/pull/608) by [@fortmarek](https://github.com/fortmarek)
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.21.0"))
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.22.0"))
],
targets: [
.target(
Expand All @@ -65,7 +65,7 @@ github "tuist/xcodeproj" ~> 7.11.
### CocoaPods

```ruby
pod 'xcodeproj', '~> 7.21.0
pod 'xcodeproj', '~> 7.22.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.21.0'
s.version = '7.22.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 94e5523

Please sign in to comment.