File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Add the dependency in your `Package.swift` file:
3737let 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
Original file line number Diff line number Diff line change 11
22Pod ::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'
You can’t perform that action at this time.
0 commit comments