Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us Check out our open positions

Sentry Cocoa Binaries

SwiftPM compatible Discord Chat

This repository distributes pre-built XCFramework binaries of the Sentry Cocoa SDK via Swift Package Manager.

If you want to build from source, use the main sentry-cocoa repository instead.

Available Libraries

Library Linking Description
Sentry-Static Static Sentry SDK (Swift + ObjC)
SentryObjC-Static Static Sentry SDK (ObjC only)

Installation

Add this package to your project via Swift Package Manager:

dependencies: [
    .package(url: "https://github.com/getsentry/sentry-cocoa-binaries.git", from: "9.22.0")
]

Then add the desired library product to your target's dependencies:

.target(
    name: "YourApp",
    dependencies: [
        .product(name: "Sentry-Static", package: "sentry-cocoa-binaries"),
    ]
)

For full installation options and integration guides, see the Sentry Apple documentation.

Platform Support

iOS 15+, macOS 10.14+, tvOS 15+, watchOS 8+, visionOS 1+

Resources

  • Documentation
  • Discussions
  • Discord Chat
  • Code of Conduct
  • X Follow

About

The binary only repository for official Sentry SDK for iOS, tvOS, macOS, watchOS, iPadOS and visionOS.

Topics

Resources

Code of conduct

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages