TorbenK / Xamarin.iOS.ClusterKit

Xamarin.iOS Bindings of https://github.com/hulab/ClusterKit
MIT License
0 stars 2 forks source link

iOS Simulator Platform #1

Open geoffwc opened 6 years ago

geoffwc commented 6 years ago

Hi Toben, I've updated TK.CustomMaps to latest build and it's looking great on Android, but I can't test in iOS because I'm using MacInCloud and want to debug in the Simulator, but because the ClusterKit external ref target platform, it won't compile. I expect you are extremely busy, but I was wondering if you could do an update to this library to support the Simulator (x86?) and I can will use the code direct instead of NuGet. Many Thanks, Geoff

geoffwc commented 6 years ago

Managed to create a FAT binary for ClusterKit and it seems to work straight-swapping for the existing lib (runs in simulator now). @TorbenK do you want me to do a pull request and add the Static xcode project and make file?

TorbenK commented 6 years ago

PR is very much welcome

geoffwc commented 6 years ago

Done