ios icon indicating copy to clipboard operation
ios copied to clipboard

Add cache version file to repository for circle ci cache invalidation

Open msmollin opened this issue 8 years ago • 0 comments

Version number will get checked in custom script during dependency install before pod install happens to clear the cocoapods cache.

Version number should get incremented every time the ios-sdk podfile / podspec is updated to match a new version from upstream dependencies.

This ideally should resolve having to wait for Circle to fail the build and then rebuild without cache any time we update dependencies.

msmollin avatar Mar 20 '17 21:03 msmollin