mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Don't bundle .pch files as resources (#597)
Don't bundle `.pch` files as resources
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -219,7 +219,8 @@ class SourceGenerator {
|
||||
"gpx",
|
||||
"lproj",
|
||||
"xcfilelist",
|
||||
"apns":
|
||||
"apns",
|
||||
"pch":
|
||||
return nil
|
||||
default:
|
||||
return .resources
|
||||
|
||||
Reference in New Issue
Block a user