pilot/lib/pilot/options.rb in fastlane-2.151.2 vs pilot/lib/pilot/options.rb in fastlane-2.152.0
- old
+ new
@@ -144,9 +144,15 @@
description: "Update build info immediately after validation. This is deprecated and will be removed in a future release. App Store Connect no longer supports setting build info until after build processing has completed, which is when build info is updated by default",
is_string: false,
default_value: false),
# distribution
+ FastlaneCore::ConfigItem.new(key: :distribute_only,
+ short_option: "-D",
+ env_name: "PILOT_DISTRIBUTE_ONLY",
+ description: "Distribute a previously uploaded build (equivalent to the `fastlane pilot distribute` command)",
+ default_value: false,
+ type: Boolean),
FastlaneCore::ConfigItem.new(key: :uses_non_exempt_encryption,
short_option: "-X",
env_name: "PILOT_USES_NON_EXEMPT_ENCRYPTION",
description: "Provide the 'Uses Non-Exempt Encryption' for export compliance. This is used if there is 'ITSAppUsesNonExemptEncryption' is not set in the Info.plist",
default_value: false,