File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Next Version
4
4
5
+ ## 2.24.0
6
+
5
7
### Added
6
8
7
9
- Added support for DocC Catalogs [ #1091 ] ( https://github.com/yonaskolb/XcodeGen/pull/1091 ) @brevansio
12
14
### Changed
13
15
- ** Breaking** : Rename the ` platform ` field on ` Dependency ` to ` platformFilter ` [ #1087 ] ( https://github.com/yonaskolb/XcodeGen/pull/1087 ) @daltonclaybrook
14
16
17
+ [ Commits] ( https://github.com/yonaskolb/XcodeGen/compare/2.23.1...2.24.0 )
18
+
15
19
## 2.23.1
16
20
17
21
### Changed
Original file line number Diff line number Diff line change 1
1
TOOL_NAME = XcodeGen
2
2
export EXECUTABLE_NAME = xcodegen
3
- VERSION = 2.23.1
3
+ VERSION = 2.24.0
4
4
5
5
PREFIX = /usr/local
6
6
INSTALL_PATH = $(PREFIX ) /bin/$(EXECUTABLE_NAME )
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ swift run xcodegen
113
113
Add the following to your Package.swift file's dependencies:
114
114
115
115
``` swift
116
- .package (url : " https://github.com/yonaskolb/XcodeGen.git" , from : " 2.23.1 " ),
116
+ .package (url : " https://github.com/yonaskolb/XcodeGen.git" , from : " 2.24.0 " ),
117
117
```
118
118
119
119
And then import wherever needed: ` import XcodeGenKit `
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ import ProjectSpec
3
3
import XcodeGenCLI
4
4
import Version
5
5
6
- let version = Version ( " 2.23.1 " )
6
+ let version = Version ( " 2.24.0 " )
7
7
let cli = XcodeGenCLI ( version: version)
8
8
cli. execute ( )
You can’t perform that action at this time.
0 commit comments