Skip to content

Commit 94e5523

Browse files
author
Pedro Piñera
committed
Version 7.22.0
1 parent 3076b6d commit 94e5523

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Next
44

5+
## 7.22.0 - Ringui Dingui
6+
57
### Added
68

79
- `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)

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

6767
```ruby
68-
pod 'xcodeproj', '~> 7.21.0
68+
pod 'xcodeproj', '~> 7.22.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.21.0'
3+
s.version = '7.22.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)