gym/lib/gym/options.rb in fastlane-2.96.0.beta.20180521050117 vs gym/lib/gym/options.rb in fastlane-2.96.0
- old
+ new
@@ -109,10 +109,10 @@
av = %w(app-store ad-hoc package enterprise development developer-id)
UI.user_error!("Unsupported export_method '#{value}', must be: #{av}") unless av.include?(value)
end),
FastlaneCore::ConfigItem.new(key: :export_options,
env_name: "GYM_EXPORT_OPTIONS",
- description: "Specifies path to export options plist. Use 'xcodebuild -help' to print the full set of available options",
+ description: "Path to an export options plist or a hash with export options. Use 'xcodebuild -help' to print the full set of available options",
is_string: false,
optional: true,
type: Hash,
skip_type_validation: true,
conflict_block: proc do |value|