Uncodin / bypass

Skip the HTML, Bypass takes markdown and renders it directly on Android and iOS.
http://uncodin.github.com/bypass/
Apache License 2.0
1.52k stars 193 forks source link

Issues with installing bypass with xcode 5/iOS 7 on mountain lion #142

Closed ajeet2511 closed 11 years ago

ajeet2511 commented 11 years ago

Hi

I am experimenting with markdown as a personal project and bypass seems to be the exact fit for me. But, i am not able to install boost itself. I have tried their tutorials and others i could google without much of progress.

has anyone else faced the same issue? Any idea how to get it working?

heydamianc commented 11 years ago

I have extracted and split up the build for the iOS portion of this library. Essentially, this repo consists of an iOS and Android library that has a bit of shared code between them. I took the iOS version and the shared core and made a bypass-ios repo and a bypass-core repo.

For your purposes, you can try bypass-ios instead. It should be a drop in replacement and does not depend on Boost. You can even get it through CocoaPods if that's your style.

ajeet2511 commented 11 years ago

Thanks @damiancarrillo ! :)