Skip to content

Commit f8f0559

Browse files
author
Pedro Piñera
committed
Version 7.16.0
1 parent af9080c commit f8f0559

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

33
## Next
44

5+
## 7.16.0 - Cieza
6+
7+
### Added
8+
9+
- Set the right `module_name` in the `.podspec.` [#578](https://github.com/tuist/XcodeProj/pull/578) by @dflems
10+
511
## 7.15.0 - Marea
612

713
### Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add the dependency in your `Package.swift` file:
3737
let package = Package(
3838
name: "myproject",
3939
dependencies: [
40-
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.15.0"))
40+
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.16.0"))
4141
],
4242
targets: [
4343
.target(
@@ -59,7 +59,7 @@ github "tuist/xcodeproj" ~> 7.11.
5959
### CocoaPods
6060

6161
```ruby
62-
pod 'xcodeproj', '~> 7.15.0
62+
pod 'xcodeproj', '~> 7.16.0
6363
```
6464
6565
### Scripting

xcodeproj.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "xcodeproj"
4-
s.version = "7.15.0"
4+
s.version = "7.16.0"
55
s.summary = "Read/Modify/Write your Xcode projects"
66
s.homepage = "https://github.com/tuist/xcodeproj"
77
s.license = 'MIT'

0 commit comments

Comments
 (0)