spotify / XCRemoteCache

Other
830 stars 53 forks source link

[Integrate] Place xcprebuild script right before compilation #75

Closed polac24 closed 2 years ago

polac24 commented 2 years ago

Adds the prebuild script right before compilation. Some extra steps (like swiftlint) should be invoked before xcprebuild as they can potentially modify the source code.

Before:

Screenshot 2022-02-09 at 17 57 37

After:

Screenshot 2022-02-09 at 17 56 26

Aligns with CocoaPods' change applied in #74.