fastlane/lib/fastlane/actions/cocoapods.rb in fastlane-2.69.0.beta.20171212010004 vs fastlane/lib/fastlane/actions/cocoapods.rb in fastlane-2.69.0

- old
+ new

@@ -98,16 +98,17 @@ end), FastlaneCore::ConfigItem.new(key: :error_callback, description: 'A callback invoked with the command output if there is a non-zero exit status', optional: true, is_string: false, + type: :string_callback, default_value: nil), FastlaneCore::ConfigItem.new(key: :try_repo_update_on_error, env_name: "FL_COCOAPODS_TRY_REPO_UPDATE_ON_ERROR", description: 'Retry with --repo-update if action was finished with error', optional: true, is_string: false, - default_value: true, + type: Boolean, conflicting_options: [:repo_update]) ] # Please don't add a version parameter to the `cocoapods` action. If you need to specify a version when running # `cocoapods`, please start using a Gemfile and lock the version there # More information https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile