sigh/lib/sigh/commands_generator.rb in fastlane-2.51.0.beta.20170803010003 vs sigh/lib/sigh/commands_generator.rb in fastlane-2.51.0.beta.20170804010003

- old
+ new

@@ -93,10 +93,10 @@ command :resign do |c| c.syntax = 'fastlane sigh resign' c.description = 'Resigns an existing ipa file with the given provisioning profile' c.option '-i', '--signing_identity STRING', String, 'The signing identity to use. Must match the one defined in the provisioning profile.' - c.option '-x', '--version_number STRING', String, 'Version number to force binary and all nested binaries to use. Changes both CFBundleShortVersionString and CFBundleIdentifier.' + c.option '-x', '--version_number STRING', String, 'Version number to force binary and all nested binaries to use. Changes both CFBundleShortVersionString and CFBundleVersion.' c.option '-p', '--provisioning_profile PATH', String, '(or BUNDLE_ID=PATH) The path to the provisioning profile which should be used. '\ 'Can be provided multiple times if the application contains nested applications and app extensions, which need their own provisioning profile. '\ 'The path may be prefixed with a identifier in order to determine which provisioning profile should be used on which app.', &multiple_values_option_proc(c, "provisioning_profile", &proc { |value| value.split('=', 2) }) c.option '-d', '--display_name STRING', String, 'Display name to use'