getsentry / sentry-dotnet

Sentry SDK for .NET
https://docs.sentry.io/platforms/dotnet
MIT License
599 stars 206 forks source link

fix: MAUI samples config - enable iOS/MAC deployment and debug for Windows #3695

Closed bricefriha closed 1 month ago

bricefriha commented 1 month ago

As mentioned on Discord, I think it would be handy to allow Windows machines to deploy the iOS sample app using a paired Mac for testing purposes.

Resources

in case you need some guidance to Pair a Mac to your Windows PC, Microsoft has some excellent documentation for this

skip-changelog

jamescrosswell commented 1 month ago

@bricefriha would this then require people using the solution on Windows to have a paired Mac? We probably wouldn't want to do that as it would limit the number of people who could contribute to the repo... so it'd be good to "allow" people to work on Windows with a paired Mac but not "require" a paired Mac when working on Windows.

bricefriha commented 1 month ago

so it'd be good to "allow" people to work on Windows with a paired Mac but not "require" a paired Mac when working on Windows

sorry for the confusion, you are not required to pair it to a mac with this config. The changes allows people to pair a mac but they don't have to.

e.g: I have a project with a similar configuration and I was able to work on it while in Germany away from my Mac

bruno-garcia commented 1 month ago

Thanks. @jamescrosswell unless this breaks your workflow somehow, otherwise please merge