fastlane/lib/fastlane/actions/cocoapods.rb in fastlane-2.146.1 vs fastlane/lib/fastlane/actions/cocoapods.rb in fastlane-2.147.0
- old
+ new
@@ -154,10 +154,10 @@
def self.example_code
[
'cocoapods',
'cocoapods(
- clean: true,
+ clean_install: true,
podfile: "./CustomPodfile"
)'
]
end