Merge pull request #669 from Qusic/patch-1

Add .rcproject path to sources build phase
This commit is contained in:
Yonas Kolb
2019-10-02 17:23:45 +10:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -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
+2 -1
View File
@@ -221,7 +221,8 @@ class SourceGenerator {
"xcdatamodeld",
"intentdefinition",
"metal",
"mlmodel":
"mlmodel",
"rcproject":
return .sources
case "h",
"hh",