lib/sigh/options.rb in sigh-0.10.1 vs lib/sigh/options.rb in sigh-0.10.2
- old
+ new
@@ -90,10 +90,11 @@
end),
FastlaneCore::ConfigItem.new(key: :skip_fetch_profiles,
env_name: "SIGH_SKIP_FETCH_PROFILES",
description: "Skips the verification of existing profiles which is useful if you have thousands of profiles",
is_string: false,
- default_value: false),
+ default_value: false,
+ short_option: "-w"),
FastlaneCore::ConfigItem.new(key: :skip_certificate_verification,
short_option: '-z',
env_name: "SIGH_SKIP_CERTIFICATE_VERIFICATION",
description: "Skips the verification of the certificates for every existing profiles. This will make sure the provisioning profile can be used on the local machine",
is_string: false,