JASidePanels icon indicating copy to clipboard operation
JASidePanels copied to clipboard

Xamarin

Open einsteinx2 opened this issue 11 years ago • 5 comments

I'm using JASidePanels with Xamarin.iOS and I've created a C# binding project that produces a single DLL file that can be used in Xamarin.iOS projects. I've created a new branch but feel free to merge into the master as all I'm doing is adding a build target to your Xcode project and adding a Xamarin Studio project.

einsteinx2 avatar Aug 30 '13 00:08 einsteinx2

Please consider my changes as public domain, so feel free to license as you wish.

einsteinx2 avatar Aug 30 '13 00:08 einsteinx2

Hei einstein2x, was about to import your xamarin branch into Xamarin.Studio is it just me beeing a beginner or did you forget to add libJASidePanelsStatic.a ? Any help appreciated

schmidan avatar Sep 13 '13 09:09 schmidan

I didn't commit the static lib since it's a binary, but I added a make file that creates it if you want to build it and include it in the repo. To build it, cd into the root of the repo and run make and it will build the "fat" (i.e. armv7, armv7s, and i386 together in one file) static lib. Also, once I do some testing, I'll add support for including the 64bit arm version as well for the new iPhone, should be as simple as adding another line to the MakeFile.

einsteinx2 avatar Sep 13 '13 15:09 einsteinx2

Thanks for the info/help. I built my own library and in the process realised that i could have just run your makefile.

schmidan avatar Sep 13 '13 16:09 schmidan

:)

einsteinx2 avatar Sep 13 '13 16:09 einsteinx2