File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 22
33## Next Version
44
5+ ## 2.40.0
6+
57### Added
68
7- - Added support for local Swift packages at the project root #1413 @hiltonc
9+ - Added support for local Swift packages at the project root by specifying a "" group #1413 @hiltonc
10+ - Added a custom ` shell ` to a scheme's pre and post actions #1430 @balazs-vimn
11+
12+ ### Changed
13+
14+ - ` .xcprivacy ` files are now not added to any build phases by default #1464 @yonaskolb
815
916## 2.39.1
1017
Original file line number Diff line number Diff line change 11TOOL_NAME = XcodeGen
22export EXECUTABLE_NAME = xcodegen
3- VERSION = 2.39.1
3+ VERSION = 2.40.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.39.1 " ),
116+ .package (url : " https://github.com/yonaskolb/XcodeGen.git" , from : " 2.40.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.39.1 " )
6+ let version = Version ( " 2.40.0 " )
77let cli = XcodeGenCLI ( version: version)
88cli. execute ( )
You can’t perform that action at this time.
0 commit comments