We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0a3b3 commit 584ff6fCopy full SHA for 584ff6f
src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj
@@ -62,6 +62,9 @@
62
63
<Message Importance="High" Text="Setting up the Cocoa SDK version '$(SentryCocoaVersion)'." />
64
65
+ <!-- Ensure sanitization reruns after re-extracting an absent framework -->
66
+ <Delete Files="$(SentryCocoaFramework).sanitized.stamp" />
67
+
68
<!-- Clean cache if version does not exist to get rid of old versions -->
69
<RemoveDir
70
Condition="!Exists('$(SentryCocoaFramework).zip')"
0 commit comments