lib/sigh/options.rb in sigh-1.1.4 vs lib/sigh/options.rb in sigh-1.2.0

- old
+ new

@@ -59,9 +59,15 @@ FastlaneCore::ConfigItem.new(key: :provisioning_name, short_option: "-n", env_name: "SIGH_PROVISIONING_PROFILE_NAME", description: "The name of the profile that is used on the Apple Developer Portal", optional: true), + FastlaneCore::ConfigItem.new(key: :ignore_profiles_with_different_name, + env_name: "SIGH_IGNORE_PROFILES_WITH_DIFFERENT_NAME", + description: "Use in combination with :provisioning_name - when true only profiles matching this exact name will be downloaded", + optional: true, + is_string: false, + default_value: false), FastlaneCore::ConfigItem.new(key: :output_path, short_option: "-o", env_name: "SIGH_OUTPUT_PATH", description: "Directory in which the profile should be stored", default_value: "."),