File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11🚀 Check out the guidelines [ here] ( https://tuist.io/docs/contribution/changelog-guidelines/ )
22
3+ ## 7.21.0 - Alfredo
4+
5+ ## Changed
6+
7+ - Speed up md5 generation [ #606 ] ( https://github.com/tuist/XcodeProj/pull/606 ) by [ @adellibovi ] ( https://github.com/adellibovi )
8+
39## 7.20.0 - Sol
410
5- ## Next
11+ ## Added
612
713- Added ` runPostActionsOnFailure ` to ` XCScheme ` [ #603 ] ( https://github.com/tuist/XcodeProj/pull/603 ) by [ @FranzBusch ] ( https://github.com/FranzBusch )
814
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Add the dependency in your `Package.swift` file:
4343let package = Package (
4444 name : " myproject" ,
4545 dependencies : [
46- .package (url : " https://github.com/tuist/xcodeproj.git" , .upToNextMajor (from : " 7.20 .0" ))
46+ .package (url : " https://github.com/tuist/xcodeproj.git" , .upToNextMajor (from : " 7.21 .0" ))
4747 ],
4848 targets : [
4949 .target (
@@ -65,7 +65,7 @@ github "tuist/xcodeproj" ~> 7.11.
6565### CocoaPods
6666
6767``` ruby
68- pod ' xcodeproj' , ' ~> 7.20 .0
68+ pod ' xcodeproj' , ' ~> 7.21 .0
6969```
7070
7171### Scripting
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'xcodeproj'
3- s . version = '7.20 .0'
3+ s . version = '7.21 .0'
44 s . summary = 'Read/Modify/Write your Xcode projects'
55 s . homepage = 'https://github.com/tuist/xcodeproj'
66 s . license = 'MIT'
You can’t perform that action at this time.
0 commit comments