diff --git a/docs/platforms/apple/common/install/direct-install.mdx b/docs/platforms/apple/common/install/direct-install.mdx index 2a44b201775b8..63d471f67a684 100644 --- a/docs/platforms/apple/common/install/direct-install.mdx +++ b/docs/platforms/apple/common/install/direct-install.mdx @@ -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`. \ No newline at end of file