File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33## Next Version
44
5+ ## 2.45.3
6+
7+ ### Fixed
8+ - Fix folder source PBXFileReference path regression with createIntermediateGroups #1605 @yonaskolb
9+ - Fix synced folders: includes silently ignored + no deduplication across targets #1604 @4brunu
10+
511## 2.45.2
612
713### Fixed
Original file line number Diff line number Diff line change 11TOOL_NAME = XcodeGen
22export EXECUTABLE_NAME = xcodegen
3- VERSION = 2.45.2
3+ VERSION = 2.45.3
44
55PREFIX = /usr/local
66INSTALL_PATH = $(PREFIX ) /bin/$(EXECUTABLE_NAME )
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ swift run xcodegen
112112Add the following to your Package.swift file's dependencies:
113113
114114``` swift
115- .package (url : " https://github.com/yonaskolb/XcodeGen.git" , from : " 2.45.2 " ),
115+ .package (url : " https://github.com/yonaskolb/XcodeGen.git" , from : " 2.45.3 " ),
116116```
117117
118118And 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.45.2 " )
6+ let version = Version ( " 2.45.3 " )
77let cli = XcodeGenCLI ( version: version)
88cli. execute ( )
You can’t perform that action at this time.
0 commit comments