GLTFKit icon indicating copy to clipboard operation
GLTFKit copied to clipboard

Fixed nullability and xcode conformance

Open otri opened this issue 5 years ago • 0 comments

I noticed that the -initWithURL:bufferAllocator: could return nil, without nullability checks swift gets a bit confused about what is Optional.

Also fixed a couple xcode 11 compiler nags about supported platforms and arches.

Thanks for the great framework!!

otri avatar Feb 19 '20 19:02 otri