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

Add framework target for iOS #35

Closed dmsurti closed 7 years ago

dmsurti commented 7 years ago

Fixes #34.

This adds a framework target which builds the AssimpKit.framework that wraps the assimp lib dependency as well.

With this framework, one just needs to add the framework to the project without being bothered about setting up assimp and other build settings to get assimp lib working correctly.

codecov-io commented 7 years ago

Current coverage is 80.19% (diff: 100%)

Merging #35 into master will decrease coverage by 1.92%

@@             master        #35   diff @@
==========================================
  Files             7          8     +1   
  Lines          1197       1202     +5   
  Methods          73         75     +2   
  Messages          0          0          
  Branches        100        100          
==========================================
- Hits            983        964    -19   
- Misses          160        179    +19   
- Partials         54         59     +5   

Powered by Codecov. Last update bd50e15...81897a0