Skip to content

Releases: bitrise-steplib/steps-cocoapods-install

1.7.1

08 Jun 09:52
Compare
Choose a tag to compare
  • Updated project_type_tags

1.7.0

07 Jun 12:54
Compare
Choose a tag to compare
  • Added built-in cache
  • Updated type_tags

1.6.1

16 Jan 12:36
Compare
Choose a tag to compare
  • use rubycommand package
  • use bitrise-init/utility package

1.6.0

10 Jan 14:18
Compare
Choose a tag to compare

Highlights

  • Switched the priority; previously if both Gemfile.lock and Podfile.lock were in the repo Gemfile.lock won and the CocoaPods version defined in Gemfile.lock was used. Now Podfile.lock wins, and Gemfile.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

1.5.9

19 Dec 15:22
Compare
Choose a tag to compare
  • macos project_type_tag added

1.5.8

05 Dec 15:33
Compare
Choose a tag to compare
  • go-toolkit support
  • step description update

1.5.7

07 Sep 06:47
Compare
Choose a tag to compare
  • NEW INPUT: verbose - Execute cocoapods in verbose mode?

1.5.6

19 Aug 13:37
Compare
Choose a tag to compare

If the step performs bundle install, now it does with parallels 20 and retry 5 params

  • [8c93dea] prep for v1.5.6
  • [d687de9] Merge pull request #18 from bitrise-io/feature/bundle-install-retry-and-parallel
  • [3284714] bundle install - parallel and retry

1.5.5

11 Aug 13:43
Compare
Choose a tag to compare
  • use sudo for gem management (install/uninstall) commands if system ruby used

1.5.4

20 Jul 11:28
Compare
Choose a tag to compare
  • case insensitive search for podfile