FluentLayout / Cirrious.FluentLayout

FluentLayout for Xamarin.iOS - sample uses MvvmCross
Microsoft Public License
148 stars 54 forks source link

Add tvOS as target for FluentLayout #38

Closed sdebruyn closed 6 years ago

sdebruyn commented 7 years ago

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.

sdebruyn commented 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?

gshackles commented 6 years ago

I'm going to close this out for now but I'm still happy to consider this in the future! 😄