Skip to content

Commit 03e08fb

Browse files
committed
Update modules/README.md
1 parent ae1e606 commit 03e08fb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@ To make sure we're not exposing any API from that library externally.
1515
Fork [getsentry/perfview](https://github.com/getsentry/perfview/).
1616
Tool from the .NET team which includes several utilities used for profiling .NET code.
1717
We use that in our `Sentry.Profiling` package.
18+
19+
### sentry-cocoa
20+
21+
By default, `Sentry.Bindings.Cocoa` downloads a pre-built Sentry Cocoa SDK from
22+
GitHub Releases. The version is specified in `sentry-cocoa.properties`.
23+
24+
If you want to build an unreleased Sentry Cocoa SDK version from source instead,
25+
replace the pre-built SDK with [getsentry/sentry-cocoa](https://github.com/getsentry/sentry-cocoa/)
26+
by cloning it into the `modules/sentry-cocoa` directory. To switch back to the
27+
pre-built SDK, delete the `modules/sentry-cocoa` directory.

0 commit comments

Comments
 (0)