Skip to content

Commit

Permalink
iOS related README update
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Nov 23, 2020
1 parent ddd5960 commit da615d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is the official repository of Polar's software development kit. With this S

This SDK uses ReactiveX. You can read more about ReactiveX from their website [reactivex](http://reactivex.io)

3rd party software lincense listing [ThirdPartySoftwareListing](ThirdPartySoftwareListing.txt)
3rd party software license listing [ThirdPartySoftwareListing](ThirdPartySoftwareListing.txt)

By exploiting the SDK, you indicate your acceptance of [License](Polar_SDK_License.txt).

Expand All @@ -27,7 +27,7 @@ Most accurate Heart rate sensor in the markets. The H10 is used in the Getting s
* From version 3.0.35 onwards.
* Heart rate as beats per minute. RR Interval in ms and 1/1024 format.
* Electrocardiography (ECG) data in µV. Default epoch for timestamp is 1.1.2000
* Accelerometer data with samplerates of 25Hz, 50Hz, 100Hz and 200Hz and range of 2G, 4G and 8G. Axis specific acceleration data in mG. Default epoch for timestamp is 1.1.2000
* Accelerometer data with sample rates of 25Hz, 50Hz, 100Hz and 200Hz and range of 2G, 4G and 8G. Axis specific acceleration data in mG. Default epoch for timestamp is 1.1.2000
* Start and stop of internal recording and request for internal recording status. Recording supports RR, HR with one second sampletime or HR with five second sampletime.
* List, read and remove for stored internal recording (sensor supports only one recording at the time).

Expand Down Expand Up @@ -248,8 +248,7 @@ public void onDestroy() {
Detailed documentation [Full Documentation](polar-sdk-ios/docs/). Minimum iOS version is 10.
## Installation
Compiled Sdk and dependencies can be found from [polar-sdk-ios](polar-sdk-ios/)
Precompiled 5.1.1 RxSwift is added to sdk package. All iOS demos and examples contains Cartfile if you desire to compile
dependencies yourself.
Precompiled 5.1.1 RxSwift is added to sdk package. iOS example contains `Cartfile if you desire to compile dependency yourself.

1. In the project properties __General__ tab, add `PolarBleSdk.framework` , `RxSwift.framework` to __Embedded binaries__ and __Linked Frameworks and Libraries__.

Expand Down
5 changes: 2 additions & 3 deletions sources/iOS/ios-communications/README
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
3. Run Carthage
> **Note**: As Carthage doesn't work out of the box with Xcode 12. The recommended [workaround](https://github.com/Carthage/Carthage/blob/master/Documentation/Xcode12Workaround.md) is used and Carthage is wrapped into script `carthage.sh`

3.1. Make the script executable
3.1. Make the script executable
```bash
chmod +x carthage.sh
```
3.2. Run the script
3.2. Run the script
```bash
$ ./carthage.sh update --platform iOS,watchOS
```

0 comments on commit da615d2

Please sign in to comment.