Skip to content

Commit

Permalink
Update build-sentry-cocoa.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Jun 16, 2023
1 parent 0dda787 commit 58b6a56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/build-sentry-cocoa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58b6a56

Please sign in to comment.