AppBlade / AppBladeSDK

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

Separate iOS build target for removing Crash Reporting. #72

Open andrewtremblay opened 11 years ago

andrewtremblay commented 11 years ago

We'll need a separate target for the case where our crash reporting is pulled out. (so people can use other SDKs that embed plcrashreporter)

Also, we'll need an ifdef or something to make sure that none of our code breaks.

andrewtremblay commented 10 years ago

This was actually fixed a while ago. It's in the new branch (SDK_rewrite_blocks). #82