fastlane/lib/assets/DefaultFastfileTemplate in fastlane-2.70.0.beta.20171215010003 vs fastlane/lib/assets/DefaultFastfileTemplate in fastlane-2.70.0.beta.20171216010003
- old
+ new
@@ -9,12 +9,12 @@
# If you want to automatically update fastlane if a new version is available:
# update_fastlane
# This is the minimum version number required.
# Update this, if you use features of a newer version
-fastlane_version "[[FASTLANE_VERSION]]"
+min_fastlane_version("[[FASTLANE_VERSION]]")
-default_platform :ios
+default_platform(:ios)
platform :ios do
before_all do
# ENV["SLACK_URL"] = "https://hooks.slack.com/services/..."
cocoapods