Releases: bitrise-steplib/steps-cocoapods-install
Releases · bitrise-steplib/steps-cocoapods-install
1.7.1
1.7.0
1.6.1
1.6.0
Highlights
- Switched the priority; previously if both
Gemfile.lock
andPodfile.lock
were in the repoGemfile.lock
won and the CocoaPods version defined inGemfile.lock
was used. NowPodfile.lock
wins, andGemfile.lock
is only a fallback.
Changes
- [f554e88] Merge pull request #26 from bitrise-io/feature/go-deps-update
- [325d9b9] go deps update
- [cb7bf87] gows init
- [6354673] STEP_VERSION: 1.6.0
- [7f51312] Merge pull request #25 from bitrise-io/feature/podfile-lock-priority-before-gemfile-lock
- [2c44ee9] fixing the test workflow's change dir
- [0639a84] Typo fix - determinE
- [4ec9ea4] If Podfile.lock found use that, not Gemfile.lock