Update baseline profiles (#4137)
Automated baseline profile regeneration. Generated by the `generate_baseline_profiles` Fastlane lane. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Generated profiling metadata only; behavior is unchanged unless consumers rely on manually editing baseline-prof.txt. > > **Overview** > Regenerates `purchases/src/main/generated/baselineProfiles/baseline-prof.txt` so the default-release startup baseline matches the current SDK wiring (Fastlane `generate_baseline_profiles`). > > The profile diff mainly reflects **constructor and startup-path churn** already in source: `OfferingParserFactory.createOfferingParser` and parsers no longer take a remote-config callback; `PurchasesFactory` / `OfferingsManager` wiring adds **`OfferingWebViewPrewarmer`** and a **`Dispatcher`**, and drops the old offering-parser remote-config lambda from the hot path. **`PurchasesOrchestrator`** foreground startup no longer lists pause/stop/background lifecycle hooks or the remote-config “disabled” listener that were previously profiled. Remote config, workflows, and identity wiring show updated signatures (`RemoteConfigManager.isDisabled`, simplified refresh error handling, extra `WorkflowsConfigProvider` / `WorkflowManager` parameters, `PaywallAssetWarming` on `IdentityManager`). Several events, offerings fetch, and subscriber-attribute sync helpers move in or out of **HSPL** as the measured cold-start trace changed. > > No application logic changes in this PR—only the committed baseline artifact. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 2168f1ebd2fb967d0b771763effe733cab02faf6. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
R
RevenueCat Git Bot committed
8bd6e4e1076654e8b87941b393cb9fbe3537b97c
Parent: c673fb7
Committed by GitHub <noreply@github.com>
on 8/31/2026, 7:34:54 AM