- prepare for AppStore, GitHub
This commit is contained in:
parent
d3ff815acc
commit
33efb4d285
5 changed files with 59 additions and 3 deletions
|
|
@ -19,11 +19,17 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<string>2</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSBluetoothPeripheralUsageDescription</key>
|
||||
<string>Bluefruit would like to make data available to connected bluetooth devices while the app is in background</string>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string></string>
|
||||
<key>NSLocationWhenInUseUsageDescription - 2</key>
|
||||
<string></string>
|
||||
<key>NSUserActivityTypes</key>
|
||||
<array>
|
||||
<string>com.adafruit.bluefruitconnect.scan</string>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<string>2</string>
|
||||
<key>NSExtension</key>
|
||||
<dict>
|
||||
<key>NSExtensionAttributes</key>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<string>2</string>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
|
|
|
|||
21
LICENSE
Normal file
21
LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016 Adafruit Industries
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
29
README.md
Normal file
29
README.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Bluefruit LE Connect v2
|
||||
|
||||
iOS and OS X app for use with Bluefruit Bluetooth LE modules and dev boards from Adafruit.
|
||||
|
||||
This is version 2.0 of the app. The source code for version 1.0 (iOS only) is available at [Bluefruit_LE_Connect](https://github.com/adafruit/Bluefruit_LE_Connect).
|
||||
|
||||
**Important:** Open this project in Xcode by using the .xcworkspace file and not the .xcodeproj file
|
||||
|
||||
Work in progress!
|
||||
|
||||
## Supported Hardware
|
||||
|
||||
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
|
||||
|
||||
This application works with the following Bluefruit LE devices from Adafruit:
|
||||
|
||||
- [Bluefruit LE Friend](https://www.adafruit.com/product/2267)
|
||||
- [Bluefruit LE UART Friend](https://www.adafruit.com/product/2479)
|
||||
- [Bluefruit LE SPI Friend](https://www.adafruit.com/product/2633)
|
||||
- [Bluefruit LE Shield](https://www.adafruit.com/products/2746)
|
||||
- [Bluefruit LE Micro](https://www.adafruit.com/product/2661) (Retired)
|
||||
- [Feather 32u4 Bluefruit LE](https://www.adafruit.com/product/2829)
|
||||
- [Feather M0 Bluefruit LE](https://www.adafruit.com/products/2995)
|
||||
|
||||
## License
|
||||
|
||||
Unless otherwise specified, all files produced by Adafruit are covered by an [MIT license](https://github.com/adafruit/Bluefruit_LE_Connect_Android/blob/master/license.txt).
|
||||
|
||||
Files produced by Nordic Semiconductors are covered by their own license terms, as detailed in the file headers and appropriate folders. Please carefully review the license requirements before using this source code in your own application.
|
||||
Loading…
Reference in a new issue