Don't bundle .pch files as resources (#597)

Don't bundle `.pch` files as resources
This commit is contained in:
Yonas Kolb
2019-06-09 19:17:11 -07:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -7,6 +7,10 @@
- Added ability to encode ProjectSpec to JSON [#545](https://github.com/yonaskolb/XcodeGen/pull/545) @ryohey
- Added ability to skip tests [#582](https://github.com/yonaskolb/XcodeGen/pull/582) @kadarandras
#### Fixed
- Fixed `.pch` files being bundled as resources [#597](https://github.com/yonaskolb/XcodeGen/pull/597) @thii
## 2.5.0
#### Added
+2 -1
View File
@@ -219,7 +219,8 @@ class SourceGenerator {
"gpx",
"lproj",
"xcfilelist",
"apns":
"apns",
"pch":
return nil
default:
return .resources