sigh/lib/sigh/commands_generator.rb in fastlane-2.217.0 vs sigh/lib/sigh/commands_generator.rb in fastlane-2.218.0
- old
+ new
@@ -109,10 +109,10 @@
&multiple_values_option_proc(c, "provisioning_profile", &proc { |value| value.split('=', 2) }))
c.option('-d', '--display_name STRING', String, 'Display name to use')
c.option('-e', '--entitlements PATH', String, 'The path to the entitlements file to use.')
c.option('--short_version STRING', String, 'Short version string to force binary and all nested binaries to use (CFBundleShortVersionString).')
c.option('--bundle_version STRING', String, 'Bundle version to force binary and all nested binaries to use (CFBundleVersion).')
- c.option('--use_app_entitlements', 'Extract app bundle codesigning entitlements and combine with entitlements from new provisionin profile.')
+ c.option('--use_app_entitlements', 'Extract app bundle codesigning entitlements and combine with entitlements from new provisioning profile.')
c.option('-g', '--new_bundle_id STRING', String, 'New application bundle ID (CFBundleIdentifier)')
c.option('--keychain_path STRING', String, 'Path to the keychain that /usr/bin/codesign should use')
c.action do |args, options|
Sigh::Resign.new.run(options, args)