leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

Store generated binaries in the cocoapods cache #91

Closed acecilia closed 4 years ago

acecilia commented 4 years ago

Instead of rebuilding the binary every time a new binary is needed, it is possible to speed up the process by:

This functionality may be implemented in a similar way as Accio has already done: https://github.com/JamitLabs/Accio/blob/stable/Sources/AccioKit/Services/FrameworkCachingService.swift#L16

acecilia commented 4 years ago

Ups, I just saw this is already raised in https://github.com/leavez/cocoapods-binary/issues/37