pilot/lib/pilot/options.rb in fastlane-2.118.0.beta.20190314200016 vs pilot/lib/pilot/options.rb in fastlane-2.118.0.beta.20190315200105

- old
+ new

@@ -132,9 +132,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: :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, + type: Boolean), FastlaneCore::ConfigItem.new(key: :distribute_external, is_string: false, env_name: "PILOT_DISTRIBUTE_EXTERNAL", description: "Should the build be distributed to external testers?", default_value: false),