Skip to content

Commit

Permalink
Update README.md (#473)
Browse files Browse the repository at this point in the history
* Update README.md

Signed-off-by: mueller-ma <[email protected]>

* Add bitrise badge

Signed-off-by: mueller-ma <[email protected]>

* Remove bitrise badge

Signed-off-by: mueller-ma <[email protected]>

* Remove "Send voice commands to openHAB"

Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma authored and timbms committed Oct 13, 2019
1 parent e291cd5 commit d0dabda
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
<p align="center">
<a href="https://www.bountysource.com/teams/openhab/issues?tracker_ids=860186"><img alt="Bountysource" src="https://www.bountysource.com/badge/tracker?tracker_id=860186"></a>
<br>
<img alt="Logo" src="openHAB/Images.xcassets/AppIcon.appiconset/icon-120x120.png" width="100">
<br>
<b>openHAB client for iOS</b>
</p>

## Introduction

openHAB iOS application is a native client for openHAB. It uses REST API of openHAB to render
sitemaps of your openHAB. It also supports [myopenhab.org](https://myopenhab.org) including push notifications.
This app is a native client for openHAB which allows easy access to your sitemaps.

<a href="https://itunes.apple.com/us/app/openhab/id492054521?ls=1&mt=8"><img src="https://developer.apple.com/app-store/marketing/guidelines/images/badge-example-preferred.png" alt="Download on the App Store"></a>

## Download
Beta releases are available on [Test Flight](https://testflight.apple.com/join/563WBakc).

* Release
* [App Store](https://itunes.apple.com/us/app/openhab/id492054521?ls=1&mt=8)
* Beta
* [Test Flight](https://testflight.apple.com/join/563WBakc)
## Features
* Control your openHAB server and [openHAB Cloud instance](https://github.com/openhab/openhab-cloud)
* Receive notifications from openHAB Cloud
* Supports wall mounted tablets

## Setting up development environment

Expand All @@ -19,7 +28,7 @@ The iOS application is based on the iOS 7 SDK and has several CocoaPods dependen
To start developing you need an [Apple Developer](https://developer.apple.com/devcenter/ios/index.action) account.

- Download and install [Xcode](https://developer.apple.com/xcode/downloads/)
- Check out the latest iOS application code from github
- Check out the latest iOS application code from GitHub
- Install [CocoaPods](http://cocoapods.org/)
- Install CocoaPods dependencies: `pod install` (openHAB app now uses CocoaPods 1.0!)
- Open the project workspace, generated by CocoaPods in Xcode - openHAB.xcworkspace
Expand All @@ -33,4 +42,5 @@ Before producing any amount of code please have a look at the [contribution guid
Product names, logos, brands and other trademarks referred to within the openHAB website are the
property of their respective trademark holders. These trademark holders are not affiliated with
openHAB or our website. They do not sponsor or endorse our materials.
`

Apple, the Apple logo, iPhone, and iPad are trademarks of Apple Inc., registered in the U.S. and other countries and regions. App Store is a service mark of Apple Inc.

0 comments on commit d0dabda

Please sign in to comment.