fastlane/lib/fastlane/actions/build_ios_app.rb in fastlane-2.122.0.beta.20190424200026 vs fastlane/lib/fastlane/actions/build_ios_app.rb in fastlane-2.122.0.beta.20190425200104

- old
+ new

@@ -90,9 +90,16 @@ def self.details "More information: https://fastlane.tools/gym" end + def self.output + [ + ['IPA_OUTPUT_PATH', 'The path to the newly generated ipa file'], + ['DSYM_OUTPUT_PATH', 'The path to the dSYM files'] + ] + end + def self.return_value "The absolute path to the generated ipa file" end def self.author