mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Merge pull request #669 from Qusic/patch-1
Add .rcproject path to sources build phase
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#### Fixed
|
||||
- Fixed macOS unit test setting preset [#665](https://github.com/yonaskolb/XcodeGen/pull/665) @yonaskolb
|
||||
- Add `rcproject` files to sources build phase instead of resources [#669](https://github.com/yonaskolb/XcodeGen/pull/669) @Qusic
|
||||
|
||||
## 2.8.0
|
||||
|
||||
|
||||
@@ -221,7 +221,8 @@ class SourceGenerator {
|
||||
"xcdatamodeld",
|
||||
"intentdefinition",
|
||||
"metal",
|
||||
"mlmodel":
|
||||
"mlmodel",
|
||||
"rcproject":
|
||||
return .sources
|
||||
case "h",
|
||||
"hh",
|
||||
|
||||
Reference in New Issue
Block a user