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 03e08fb commit 0bc1850Copy full SHA for 0bc1850
src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj
@@ -88,7 +88,7 @@
88
<!-- Build the Sentry Cocoa SDK from source -->
89
<Target Name="_BuildCocoaSDK"
90
Condition="$([MSBuild]::IsOSPlatform('OSX')) And Exists('$(SentryCocoaCache).git')"
91
- Inputs="..\..\modules\modules\sentry-cocoa\.git\HEAD" Outputs="..\..\modules\sentry-cocoa\Carthage\.built-from-sha">
+ Inputs="..\..\modules\sentry-cocoa\.git\HEAD" Outputs="..\..\modules\sentry-cocoa\Carthage\.built-from-sha">
92
93
<Message Importance="High" Text="Building the Cocoa SDK from source." />
94
<Exec Command="bash ../../scripts/build-sentry-cocoa.sh" IgnoreStandardErrorWarningFormat="true" />
0 commit comments