match/lib/match/options.rb in fastlane-2.56.0.beta.20170907010003 vs match/lib/match/options.rb in fastlane-2.56.0.beta.20170908010003
- old
+ new
@@ -123,10 +123,10 @@
end
end,
optional: true),
FastlaneCore::ConfigItem.new(key: :force_for_new_devices,
env_name: "MATCH_FORCE_FOR_NEW_DEVICES",
- description: "Renew the provisioning profiles if the device count on the developer portal has changed",
+ description: "Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile type 'appstore'",
is_string: false,
default_value: false),
FastlaneCore::ConfigItem.new(key: :skip_docs,
env_name: "MATCH_SKIP_DOCS",
description: "Skip generation of a README.md for the created git repository",