deliver/lib/deliver/options.rb in fastlane-2.121.0.beta.20190422200029 vs deliver/lib/deliver/options.rb in fastlane-2.121.0
- old
+ new
@@ -370,9 +370,13 @@
is_string: false),
FastlaneCore::ConfigItem.new(key: :privacy_url,
description: "Metadata: Localised privacy url",
optional: true,
is_string: false),
+ FastlaneCore::ConfigItem.new(key: :apple_tv_privacy_policy,
+ description: "Metadata: Localised Apple TV privacy policy text",
+ optional: true,
+ is_string: false),
FastlaneCore::ConfigItem.new(key: :support_url,
description: "Metadata: Localised support url",
optional: true,
is_string: false),
FastlaneCore::ConfigItem.new(key: :marketing_url,