fastlane/lib/fastlane/actions/docs/build_app.md in fastlane-2.186.0 vs fastlane/lib/fastlane/actions/docs/build_app.md in fastlane-2.187.0

- old
+ new

@@ -146,11 +146,11 @@ Optional: If _gym_ can't automatically detect the provisioning profiles to use, you can pass a mapping of bundle identifiers to provisioning profiles: ```ruby build_app( scheme: "Release", + export_method: "app-store", export_options: { - method: "app-store", provisioningProfiles: { "com.example.bundleid" => "Provisioning Profile Name", "com.example.bundleid2" => "Provisioning Profile Name 2" } }