Currently the ApiDefinitions.cs and StructsAndEnums.cs files are being regenerated every time the src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj project is built... changing the timestamp on these and showing as "changes" that aren't really changes in git.
This PR uses the MS Build Incremental Build features to ensure these files only get regenerated if/when the CocoaSDK version changes.
Currently the
ApiDefinitions.cs
andStructsAndEnums.cs
files are being regenerated every time thesrc/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj
project is built... changing the timestamp on these and showing as "changes" that aren't really changes in git.This PR uses the MS Build Incremental Build features to ensure these files only get regenerated if/when the CocoaSDK version changes.
skip-changelog