lib/sigh/options.rb in sigh-0.6.0 vs lib/sigh/options.rb in sigh-0.8.0

- old
+ new

@@ -78,14 +78,9 @@ FastlaneCore::ConfigItem.new(key: :cert_owner_name, short_option: "-c", env_name: "SIGH_CERTIFICATE", description: "The certificate name to use for new profiles, or to renew with. (e.g. \"Felix Krause\")", optional: true), - FastlaneCore::ConfigItem.new(key: :cert_date, - short_option: "-d", - env_name: "SIGH_CERTIFICATE_EXPIRE_DATE", - description: "The certificate with the given expiry date used to renew. (e.g. \"Nov 11, 2017\")", - optional: true), FastlaneCore::ConfigItem.new(key: :filename, short_option: "-f", env_name: "SIGH_PROFILE_FILE_NAME", optional: true, description: "Filename to use for the generated provisioning profile (must include .mobileprovision)",