Skip to content

Commit

Permalink
Don't bundle .pch files as resources (#597)
Browse files Browse the repository at this point in the history
Don't bundle `.pch` files as resources
  • Loading branch information
yonaskolb authored Jun 10, 2019
2 parents f4919f8 + 9da8154 commit 4fdb0e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Sources/XcodeGenKit/SourceGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ class SourceGenerator {
"gpx",
"lproj",
"xcfilelist",
"apns":
"apns",
"pch":
return nil
default:
return .resources
Expand Down

0 comments on commit 4fdb0e8

Please sign in to comment.