docs(apple): restructure install docs and add SentryObjC#17926
Draft
philprime wants to merge 4 commits into
Draft
docs(apple): restructure install docs and add SentryObjC#17926philprime wants to merge 4 commits into
philprime wants to merge 4 commits into
Conversation
Reorganize the SPM page into Pre-compiled, Compile from Source, and SentryObjC sections so users can quickly find the right product. Add SentryObjC xcframeworks to the manual install page and a callout on the install index for ObjC++/no-modules projects. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
SentryObjC via SPM compiles from source; only the dynamic xcframework is available pre-compiled. Remove the non-existent static xcframework and clarify the SPM product compiles from source. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SwiftUI view performance tracking is now included in the main Sentry product. Mark SentrySwiftUI as deprecated in both SPM and manual install pages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
philprime
commented
May 29, 2026
itaybre
approved these changes
May 29, 2026
Contributor
itaybre
left a comment
There was a problem hiding this comment.
LGTM, with some comments
| SentryObjC | ||
| </PlatformLink>{" "} | ||
| section for a pure Objective-C integration that doesn't require Swift headers | ||
| or `@import`. |
Contributor
There was a problem hiding this comment.
l: Adding the name for @import, wdyt?
Suggested change
| or `@import`. | |
| or semantic imports (`@import`). |
| - `Sentry-WithoutUIKitOrAppKit.xcframework.zip` — Static framework without UIKit or AppKit linking and related features | ||
|
|
||
| **SentryObjC (pure Objective-C interface):** | ||
| - `SentryObjC-Dynamic.xcframework.zip` — Dynamic framework |
Contributor
There was a problem hiding this comment.
l: Not specifically linked to your change, but should we mention arm64e variants?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Restructures the Apple SDK installation docs to clearly separate pre-compiled
and compile-from-source products, and documents the new SentryObjC wrapper
(shipping in 9.16.1) for Objective-C/ObjC++ projects that can't use Clang modules.
SPM page now has three sections: Pre-compiled (Recommended) for
Sentry,Sentry-Dynamic,SentrySwiftUI; Compile from Source forSentrySPMandNoUIFramework; and SentryObjC with installation and configuration examples.Manual Install page adds
SentryObjC.xcframework.zipandSentryObjC-Dynamic.xcframework.zipto the download list with usage guidelines.Install index adds an info callout directing ObjC++/no-modules users to the
SentryObjC section.
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: