Skip to content

Commit 584ff6f

Browse files
committed
Remove stale Cocoa sanitization stamp before setup
1 parent 3b0a3b3 commit 584ff6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262

6363
<Message Importance="High" Text="Setting up the Cocoa SDK version '$(SentryCocoaVersion)'." />
6464

65+
<!-- Ensure sanitization reruns after re-extracting an absent framework -->
66+
<Delete Files="$(SentryCocoaFramework).sanitized.stamp" />
67+
6568
<!-- Clean cache if version does not exist to get rid of old versions -->
6669
<RemoveDir
6770
Condition="!Exists('$(SentryCocoaFramework).zip')"

0 commit comments

Comments
 (0)