Skip to content

feat(ios): update for 4.16.3 - #271

Merged
dcrawbuck merged 1 commit into
mainfrom
update-ios-sdk-docs-4.16.3
Aug 19, 2026
Merged

feat(ios): update for 4.16.3#271
dcrawbuck merged 1 commit into
mainfrom
update-ios-sdk-docs-4.16.3

Conversation

@dcrawbuck

@dcrawbuckdcrawbuck commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

Summary

This is a small patch release containing a single fix (an ambiguous CGFloat/Double arithmetic call that failed to compile under Xcode 26.0) plus the corresponding version bumps in Constants.swift and SuperwallKit.podspec. No public API or behavior changes.

Checklist of doc updates performed

  • content/docs/ios/index.mdx — bumped <SdkLatestVersion version="..."> to 4.16.3
  • content/docs/ios/sdk-reference/index.mdx — bumped <SdkLatestVersion version="..."> to 4.16.3
  • content/docs/ios/changelog.mdx — added ## 4.16.3 entry verbatim from upstream changelog, above the existing ## 4.16.2 entry (history preserved, nothing removed)
  • Verified content/docs/ios/quickstart/install.mdx — SPM/CocoaPods snippets use major-version range pins (4.0.0 lower bound / < 5.0.0), not exact patch pins, so no change needed
  • Verified content/docs/ios/sdk-reference/getDeviceAttributes.mdx — contains "available in version 4.16.2+" feature-introduction markers for fontScale/fontSize/preferredContentSizeCategory; left unchanged since those features were introduced in 4.16.2, not 4.16.3
  • Confirmed no other stale 4.16.2 references remain in content/docs/ios/ outside the preserved changelog history section

Verification

  • bun test — 64 pass / 0 fail
  • bun run build:cf — could not complete in this sandbox (OOM-killed, exit 137, during Vite's production chunk-rendering step across the site's ~7425 modules on a 3.8GB-RAM/2-CPU box). This is an environment resource constraint unrelated to the 3-line content diff in this PR — reproduced the same OOM kill on a bare vite build with a reduced memory ceiling. Recommend re-running bun run build:cf in CI/on a larger box before merge.

Follow-ups / known gaps

  • bun run build:cf should be re-verified in an environment with more available memory before merging, since it could not be completed here.

Note

Low Risk
Documentation-only version bump and changelog text; no runtime or API changes in this repo.

Overview
Updates iOS docs for SuperwallKit 4.16.3, a patch release whose only user-facing note is fixing an SDK build failure on Xcode 26.0.

Adds a ## 4.16.3 section at the top of changelog.mdx with that fix. Bumps SdkLatestVersion from 4.16.2 to 4.16.3 on the iOS welcome page and SDK reference overview. No install snippets or feature docs were changed.

Reviewed by Cursor Bugbot for commit fe71f7c. Bugbot is set up for automated code reviews on this repo. Configure here.

@cloudflare-workers-and-pages

cloudflare-workers-and-pagesBot commented Aug 19, 2026

Copy link
Copy Markdown

Deploying with Cloudflare Workers Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

StatusNameLatest CommitPreview URLUpdated (UTC)
✅ Deployment successful!
View logs
superwall-docsfe71f7cCommit Preview URL

Branch Preview URL
Aug 19 2026, 04:19 PM

@dcrawbuck
dcrawbuck merged commit e8373e3 into mainAug 19, 2026
3 checks passed
@dcrawbuck
dcrawbuck deleted the update-ios-sdk-docs-4.16.3 branch August 19, 2026 17:18
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@dcrawbuck