diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba581a9d3..86c9997648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ ### Dependencies -- Bump Cocoa SDK from v8.7.3 to v8.7.4 ([#2427](https://github.com/getsentry/sentry-dotnet/pull/2427)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#874) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.7.3...8.7.4) +- Bump Cocoa SDK from v8.7.3 to v8.8.0 ([#2427](https://github.com/getsentry/sentry-dotnet/pull/2427), [#2430](https://github.com/getsentry/sentry-dotnet/pull/2430)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#880) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.7.3...8.8.0) - Bump CLI from v2.18.1 to v2.19.1 ([#2428](https://github.com/getsentry/sentry-dotnet/pull/2428), [#2431](https://github.com/getsentry/sentry-dotnet/pull/2431)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2191) - [diff](https://github.com/getsentry/sentry-cli/compare/2.18.1...2.19.1) diff --git a/modules/sentry-cocoa b/modules/sentry-cocoa index 584a5fc997..d277532e1c 160000 --- a/modules/sentry-cocoa +++ b/modules/sentry-cocoa @@ -1 +1 @@ -Subproject commit 584a5fc997172c843f2c341d02dd520b944cda41 +Subproject commit d277532e1c8af813981ba01f591b15bbdd735615 diff --git a/scripts/build-sentry-cocoa.sh b/scripts/build-sentry-cocoa.sh index dfaa64aa51..8353ac5e21 100755 --- a/scripts/build-sentry-cocoa.sh +++ b/scripts/build-sentry-cocoa.sh @@ -34,6 +34,12 @@ then echo "---------- Building Sentry Cocoa SDK $VERSION ---------- " rm -rf Carthage + # Delete SentryPrivate and SentrySwiftUI schemes + # we dont want to build them + + rm Sentry.xcodeproj/xcshareddata/xcschemes/SentryPrivate.xcscheme + rm Sentry.xcodeproj/xcshareddata/xcschemes/SentrySwiftUI.xcscheme + # Note - We keep the build output in separate directories so that .NET # bundles iOS with net6.0-ios and Mac Catalyst with net6.0-maccatalyst. # The lack of symlinks in the ios builds, means we should also be able