fastlane/lib/fastlane/actions/ipa.rb in fastlane-2.13.0 vs fastlane/lib/fastlane/actions/ipa.rb in fastlane-2.14.0
- old
+ new
@@ -185,10 +185,11 @@
description: "Use an extra XCCONFIG file to build the app",
optional: true),
FastlaneCore::ConfigItem.new(key: :xcargs,
env_name: "IPA_XCARGS",
description: "Pass additional arguments to xcodebuild when building the app. Be sure to quote multiple args",
- optional: true)
+ optional: true,
+ type: :shell_string)
]
end
def self.output
[