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.
2 parents 3ba500f + 4eedecf commit cef53efCopy full SHA for cef53ef
src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj
@@ -91,6 +91,7 @@
91
<!-- Generate bindings -->
92
<Target Name="_GenerateSentryCocoaBindings" AfterTargets="SetupCocoaSDK"
93
Condition="$([MSBuild]::IsOSPlatform('OSX')) and Exists('$(SentryCocoaFrameworkHeaders)')"
94
+ Inputs="../../modules/sentry-cocoa.properties"
95
Outputs="ApiDefinitions.cs;StructsAndEnums.cs">
96
<MSBuild Projects="$(MSBuildProjectFile)" Targets="_InnerGenerateSentryCocoaBindings" Properties="TargetFramework=once" />
97
</Target>
0 commit comments