Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

bugfix/readme headers #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@ Get Started
----------------
To get started programming with the hue Apple SDK there are 2 main approaches you can take:

###Integrate the SDK into an existing or new project
### Integrate the SDK into an existing or new project
Depending on your choice of platform, use either _HueSDK\_iOS.framework_ or the _HueSDK\_OSX.framework_ folder from this repository.

After downloading, drag the framework folder to your Xcode project and add ‘-ObjC’ to your linker flags under your project Build Settings.
Next download the files from the Lumberjack folder from this repository and add them to your project.

###Use our QuickStart app as your base
### Use our QuickStart app as your base
Our QuickStart app is a bare bones application with minimal code for connecting and authenticating to a bridge and updating a lightstate. A good starting point for creating your own app. Depending on your choice of platform, use either the project available in the _QuickStart iOS_ or the _QuickStart OS X_ folder from this repository.

###Acknowledgements
Acknowledgements
----------------
Please adhere to any third party licenses that are applicable on this SDK when building applications with our SDK or using the QuickStart applications as your base (see ACKNOWLEDGEMENTS file in this repository, for applicable licenses).

Swift Integration
Expand Down