File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 22
33## Next Version
44
5+ ## 2.39.1
6+
7+ ### Fixed
8+
9+ - Fixed bundle access crash #1448 @freddi-kit
10+ - Pinned XcodeProj version to fix breaking changes when XcodeGen is used as a dependency #1449 @yonaskolb
11+
512## 2.39.0
613
714### Added
Original file line number Diff line number Diff line change 11TOOL_NAME = XcodeGen
22export EXECUTABLE_NAME = xcodegen
3- VERSION = 2.39.0
3+ VERSION = 2.39.1
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.0 " ),
116+ .package (url : " https://github.com/yonaskolb/XcodeGen.git" , from : " 2.39.1 " ),
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.0 " )
6+ let version = Version ( " 2.39.1 " )
77let cli = XcodeGenCLI ( version: version)
88cli. execute ( )
You can’t perform that action at this time.
0 commit comments