mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Update to 2.45.3
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
## Next Version
|
||||
|
||||
## 2.45.3
|
||||
|
||||
### Fixed
|
||||
- Fix folder source PBXFileReference path regression with createIntermediateGroups #1605 @yonaskolb
|
||||
- Fix synced folders: includes silently ignored + no deduplication across targets #1604 @4brunu
|
||||
|
||||
## 2.45.2
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
TOOL_NAME = XcodeGen
|
||||
export EXECUTABLE_NAME = xcodegen
|
||||
VERSION = 2.45.2
|
||||
VERSION = 2.45.3
|
||||
|
||||
PREFIX = /usr/local
|
||||
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
|
||||
|
||||
@@ -112,7 +112,7 @@ swift run xcodegen
|
||||
Add the following to your Package.swift file's dependencies:
|
||||
|
||||
```swift
|
||||
.package(url: "https://github.com/yonaskolb/XcodeGen.git", from: "2.45.2"),
|
||||
.package(url: "https://github.com/yonaskolb/XcodeGen.git", from: "2.45.3"),
|
||||
```
|
||||
|
||||
And then import wherever needed: `import XcodeGenKit`
|
||||
|
||||
@@ -3,6 +3,6 @@ import ProjectSpec
|
||||
import XcodeGenCLI
|
||||
import Version
|
||||
|
||||
let version = Version("2.45.2")
|
||||
let version = Version("2.45.3")
|
||||
let cli = XcodeGenCLI(version: version)
|
||||
cli.execute()
|
||||
|
||||
Reference in New Issue
Block a user