spotify / XCRemoteCache

Other
825 stars 50 forks source link

Compile locally PCH for c-header #177

Closed polac24 closed 1 year ago

polac24 commented 1 year ago

It has been reported that Xcode 14 precompiles pch for c headers and the same logic should be applied as for objective-c-header. This PR copies the same logic for c-header.

Fixes #37