fastlane/lib/fastlane/actions/get_version_number.rb in fastlane-2.69.0.beta.20171212010004 vs fastlane/lib/fastlane/actions/get_version_number.rb in fastlane-2.69.0
- old
+ new
@@ -113,13 +113,13 @@
UI.user_error!("Please pass the path to the project, not the workspace") if value.end_with? ".xcworkspace"
UI.user_error!("Could not find Xcode project at path '#{File.expand_path(value)}'") if !File.exist?(value) and !Helper.is_test?
end),
FastlaneCore::ConfigItem.new(key: :scheme,
env_name: "FL_VERSION_NUMBER_SCHEME",
- description: "Specify a specific scheme if you have multiple per project, optional.
- This parameter is deprecated and will be removed in a future release.
- Please use the 'target' parameter instead. The behavior of this parameter
- is currently undefined if your scheme name doesn't match your target name",
+ description: "Specify a specific scheme if you have multiple per project, optional. " \
+ "This parameter is deprecated and will be removed in a future release. " \
+ "Please use the 'target' parameter instead. The behavior of this parameter " \
+ "is currently undefined if your scheme name doesn't match your target name",
optional: true,
deprecated: true),
FastlaneCore::ConfigItem.new(key: :target,
env_name: "FL_VERSION_NUMBER_TARGET",
description: "Specify a specific target if you have multiple per project, optional",