Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronaldmannak/connecteddrive
https://github.com/ronaldmannak/connecteddrive
automotive bmw bmw-idrive ios macos macosx
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronaldmannak/connecteddrive
- Owner: ronaldmannak
- License: mit
- Created: 2015-12-23T20:25:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T15:49:01.000Z (over 6 years ago)
- Last Synced: 2024-12-29T13:45:01.646Z (9 days ago)
- Topics: automotive, bmw, bmw-idrive, ios, macos, macosx
- Language: Swift
- Size: 282 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConnectedDrive
Access to the ConnectedDrive server for iOS, OSX and Apple TV apps.
ConnectedDrive is based on [Edent's i-Remote API](https://github.com/edent/BMW-i-Remote)To use ConnectedDrive, you will need a valid ConnectedDrive account
*and* the secret API key hidden in the original i-Remote app. To find the API key, see
[authorization](https://github.com/edent/BMW-i-Remote#authorisation) or use [Charles Proxy](https://charlesproxy.com/).Includes an OSX example menu bar app.
![OSX menu screenshot](Documentation/OSX-Screenshot.png)
![OSX notification screenshot](/Documentation/OSX-Notification.png)
# Installation
To integrate ConnectedDrive into your Xcode project using CocoaPods, add the following lines to your `Podfile`:
```ruby
use_frameworks!pod 'ConnectedDrive', '~> 0.1'
```