xamarin / binding-tools-for-swift

MIT License
157 stars 21 forks source link

fix macOS references and libraries #813

Closed stephen-hawley closed 7 months ago

stephen-hawley commented 7 months ago

This PR does 3 small things:

  1. adds LinkMode=SdkOnly and AllowUnsafeBlocks=true to the build The first corrects issues at runtime with store kit
  2. copies dylibs from the build into the target app in the MonoBundle folder
  3. copies XamGlue into the Frameworks folder

This allows 15 new tests to pass

rolfbjarne commented 7 months ago

CC @kotlarmilos in case you need this PR