spotify / XCRemoteCache

Other
825 stars 50 forks source link

Add support for Xcode 15 #215

Closed polac24 closed 1 year ago

polac24 commented 1 year ago

Adds support for Xcode15, which introduces an extra precompilation step (actool headers generation).

This PR consists of:

How was it tested?

E2E tests, run locally with Xcode15 beta 1 (CI will support Xcode 15 beta starting 19th of June).

Fixes #211