Closed jamie94bc closed 8 years ago
The issue to which this PR originally relates (#13) has since been fixed, but I this PR also contains the updated library.
I've also updated the dependencies in the project (not required for compiling, but were previously using Xamarin.SwiftSupport.2.2).
Xamarin.SwiftSupport.2.2
Also 3.0.1 of the Charts lib now seems to require libswiftQuartzCore.dylib too, so I've added a dependency on Xamarin.Swift3.QuartzCore.
libswiftQuartzCore.dylib
Xamarin.Swift3.QuartzCore
Looks like there are a couple of things we need to add to the API definition too.
The issue to which this PR originally relates (#13) has since been fixed, but I this PR also contains the updated library.
I've also updated the dependencies in the project (not required for compiling, but were previously using
Xamarin.SwiftSupport.2.2
).Also 3.0.1 of the Charts lib now seems to require
libswiftQuartzCore.dylib
too, so I've added a dependency onXamarin.Swift3.QuartzCore
.