spotify / XCRemoteCache

Other
837 stars 52 forks source link

Clarify the role of CocoaPods plugin in the documentation #216

Open grigorye opened 1 year ago

grigorye commented 1 year ago

Expected/desired behavior

I would like to understand, why CocoaPods plugin exists/if it is necessary at all, or it's just a convenience/alternative to e.g. automatic integration.

Relevant integration setup

[x] CocoaPods cocoapods-xcremotecache plugin [ ] Automatic integration using xcprepare integrate ... [ ] Manual integration [ ] Carthage

polac24 commented 1 year ago

The plugin is only for convenience and (in theory) you should be able to achieve the same result with the automation integration.

Over the course of 2y, the plugin got some nice features (like supporting generate_multiple_pod_projects) so I recommend starting with it first.