Closed sdebruyn closed 7 years ago
hi @gshackles, this PR builds fine on my machine. Could you send me the logs of the PR build so I can make sure the build succeeds?
I'm going to close this out for now but I'm still happy to consider this in the future! 😄
Xamarin.tvOS is using a different project type GUID so it was not possible to use different build configurations to switch between the targets. Instead, I created a new project for tvOS and a shared project where I moved all the existing code to. This way we can easily build two projects, get two DLL files and still share the code.