Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Hofmann <[email protected]>
  • Loading branch information
brustolin and philipphofmann authored Oct 11, 2024
1 parent 9ad9d69 commit 5dbcbce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/platforms/apple/common/install/direct-install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ To integrate Sentry into your Xcode project, follow these steps:
2. Each release contains the following four framework options:
- Sentry-Dynamic.xcframework.zip: Dynamic framework
- Sentry.xcframework.zip: Static framework
- SentrySwiftUI.xcframework.zip: Framework with SwiftUI support
- SentrySwiftUI.xcframework.zip: Static Framework with SwiftUI support
- Sentry-WithoutUIKitOrAppKit.xcframework.zip: Static framework without UIKit or AppKit linking and related features
3. Import chosen framework into your Xcode project target.

### Usage Guidelines:

• Use `Sentry-Dynamic`, `Sentry` (Static), or `Sentry-WithoutUIKitOrAppKit` independently. Only one of these should be included in your project at a time.
• Use `Sentry-Dynamic`, `Sentry`, or `Sentry-WithoutUIKitOrAppKit` independently. Only one of these should be included in your project at a time.
• If you're using `SentrySwiftUI`, it must be combined with `Sentry-Dynamic`.

0 comments on commit 5dbcbce

Please sign in to comment.