EqUiNoX
EqUiNoX
Got past problem and have added a pull request with a semi working version of my apple tv build scripts
@zilongshanren, Sorry took a while to reply, looking good so far, one problem I've found with libCurl is ssl seems to be disabled... == Info: Protocol "https" not supported or...
Just thought I’d add some of my own feedback, the reason why I use embeddinator is we provide our application as a framework. One of our clients have a standard...
See http://nsomar.com/modular-framework-creating-and-using-them/
@chamons as stated above I came across the issue trying to use the generated framework in a swift based application. Since then I have switched to objective c where the...
I thought I added bit code support a while back to objc gen, with the bit code command line switch and was working at time. Has it since been removed...
@tritao is there any way I can update Embeddinator to not do above?
@chamons I've created a Xamarin test solution "PNI.Mobile.sln" that creates and copies an embedded framework to an Xcode project. "PNIPhotoProjectDemo.xcodeproj" if you run both in sequence you should see problem...
@chamons have you been able to look into why this happens? For now as a work around I’m using sed to remove chunks of code from header.
@mellinoe sorry I meant ResourceSet as per example https://github.com/mellinoe/veldrid-samples/blob/master/src/TexturedCube/Application/Shaders/Cube.cs Teaches me not to try and guess things from memory :)