File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Next Version
44
5+ ## 2.41.0
6+
7+ ### Added
8+
9+ - Added ` xcodegen cache ` command that writes the cache. Useful for ` post-commit ` git hook integration #1476 @yonaskolb
10+
11+ ### Changed
12+
13+ - Include folders in file sorting #1466 @jflan-dd
14+
515### Fixed
616
717- Fixed ` supportedDestinations ` validation when it contains watchOS for multiplatform apps. #1470 @tatsuky
Original file line number Diff line number Diff line change 11TOOL_NAME = XcodeGen
22export EXECUTABLE_NAME = xcodegen
3- VERSION = 2.40.1
3+ VERSION = 2.41.0
44
55PREFIX = /usr/local
66INSTALL_PATH = $(PREFIX ) /bin/$(EXECUTABLE_NAME )
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ swift run xcodegen
113113Add the following to your Package.swift file's dependencies:
114114
115115``` swift
116- .package (url : " https://github.com/yonaskolb/XcodeGen.git" , from : " 2.40.1 " ),
116+ .package (url : " https://github.com/yonaskolb/XcodeGen.git" , from : " 2.41.0 " ),
117117```
118118
119119And then import wherever needed: ` import XcodeGenKit `
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ import ProjectSpec
33import XcodeGenCLI
44import Version
55
6- let version = Version ( " 2.40.1 " )
6+ let version = Version ( " 2.41.0 " )
77let cli = XcodeGenCLI ( version: version)
88cli. execute ( )
You can’t perform that action at this time.
0 commit comments