Skip to content

Commit 7a1e44a

Browse files
github-actions[bot]web-flowjamescrosswell
authored
chore(deps): update Cocoa SDK to v8.16.0 (#2882)
Co-authored-by: GitHub <[email protected]> Co-authored-by: James Crosswell <[email protected]>
1 parent 65a7bba commit 7a1e44a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
### Dependencies
1111

12-
- Bump Cocoa SDK from v8.15.0 to v8.15.2 ([#2812](https://github.com/getsentry/sentry-dotnet/pull/2812), [#2816](https://github.com/getsentry/sentry-dotnet/pull/2816))
13-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8152)
14-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.15.0...8.15.2)
12+
- Bump Cocoa SDK from v8.15.0 to v8.16.0 ([#2812](https://github.com/getsentry/sentry-dotnet/pull/2812), [#2816](https://github.com/getsentry/sentry-dotnet/pull/2816), [#2882](https://github.com/getsentry/sentry-dotnet/pull/2882))
13+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8160)
14+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.15.0...8.16.0)
1515
- Bump CLI from v2.21.2 to v2.21.5 ([#2811](https://github.com/getsentry/sentry-dotnet/pull/2811), [#2834](https://github.com/getsentry/sentry-dotnet/pull/2834), [#2851](https://github.com/getsentry/sentry-dotnet/pull/2851))
1616
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2215)
1717
- [diff](https://github.com/getsentry/sentry-cli/compare/2.21.2...2.21.5)

modules/sentry-cocoa

Submodule sentry-cocoa updated 120 files

src/Sentry.Bindings.Cocoa/ApiDefinitions.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,10 @@ interface SentryOptions
882882
// @property (assign, nonatomic) BOOL swiftAsyncStacktraces;
883883
[Export ("swiftAsyncStacktraces")]
884884
bool SwiftAsyncStacktraces { get; set; }
885+
886+
// @property (copy, nonatomic) NSString * _Nonnull cacheDirectoryPath;
887+
[Export ("cacheDirectoryPath")]
888+
string CacheDirectoryPath { get; set; }
885889
}
886890

887891
// @protocol SentryIntegrationProtocol <NSObject>

0 commit comments

Comments
 (0)