From 46fc75ad47fa0176285f86dbac222be5c7a874ff Mon Sep 17 00:00:00 2001 From: Erkki Silvola Date: Fri, 5 Apr 2019 14:46:41 +0300 Subject: [PATCH] readme updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 769043d1..f3d4b912 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ dependencies yourself. 1. In the project properties __General__ tab, add `PolarBleSdk.framework` , `RxSwift.framework` and `RxAtomic.framework` to __Embedded binaries__ and __Linked Frameworks and Libraries__. -2. In project target settings enable __Background Modes__, add __External accessory communication__ and __Uses Bluetooth LE accessories__ +2. In project target settings enable __Background Modes__, add __Uses Bluetooth LE accessories__ ## Code example: Heart rate See the [example](examples/example-ios) folder for the full project