AppBlade / AppBladeSDK

The SDK for AppBlade; iOS and Android
https://appblade.com
MIT License
23 stars 14 forks source link

Explore making AppBlade a framework module. (@import AppBlade) #91

Closed andrewtremblay closed 10 years ago

andrewtremblay commented 10 years ago

This could heavily improve/simplify our setup process. Currently only Apple's own frameworks are automatically available for the @import feature, but the module map language shows that implementing your own modules is not impossible.

http://clang.llvm.org/docs/Modules.html#module-map-language

andrewtremblay commented 10 years ago

Meh. Not worth it.