From 0acdfac72bfdc124c86106761c6d2b12aa61554f Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 10 Jul 2015 23:29:37 +0200 Subject: [PATCH] fix markup --- platforms/ios/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/platforms/ios/README.md b/platforms/ios/README.md index d0c6440c4..37ab80aaf 100644 --- a/platforms/ios/README.md +++ b/platforms/ios/README.md @@ -1,5 +1,5 @@ -=== BTstack for iOS === +# BTstack for iOS BTstack for iOS provides an alternative Bluetooth stack for iOS devices with a public API. @@ -15,19 +15,19 @@ Note: As BTstack directly uses the Bluetooth hardware, the iOS Bluetooth is auto Please visit the [project page at GitHub](https://github.com/bluekitchen/btstack/) for technical information and check the platform/ios subfolder. -== How to develop == +## How to develop To write BTstack-based applications, you don't need to compile the BTstack Cydia package. You can just install it on your JB iOS device and copy /usr/lib/libBTstack.dylib into your project and add btstack/include to your project includes. See btstack/platforms/example/WiiMoteOpenGLDemo for a Xcode-base example. In general, I highly recommend to use theos to create apps & daemons for JB iOS devices instead of using Xcode. -== Compile Instructions == +## Compile Instructions Install the following tools: -- Xcode 6.4 as /Applications/Xcode.app -- Xcode 4.4.1 as /Applications/Xcode-4.4.1.app/ -- [rpetrich's theos fork](https://github.com/rpetrich/theos) with "lippoplastic" support +* Xcode 6.4 as /Applications/Xcode.app +* Xcode 4.4.1 as /Applications/Xcode-4.4.1.app/ +* [rpetrich's theos fork](https://github.com/rpetrich/theos) with "lippoplastic" support Set the $THEOS environment variable to the location of theos, e.g. like: