dmsurti / AssimpKit

A library (macOS, iOS) that converts the files supported by Assimp to Scene Kit scenes.
http://assimpkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
474 stars 54 forks source link

Fix clang formatting #22

Closed dmsurti closed 7 years ago

dmsurti commented 7 years ago

After upgrade to Xcode 8, clang formatting is broken as 3rd party extensions are not allowed due to SIP.

dmsurti commented 7 years ago

Fixed in #21