Skip to content

Commit

Permalink
iOS SDK 5.0.0-alpha.3 Pre-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjuda committed Oct 16, 2017
1 parent f218e17 commit 80c126a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.0.0-alpha.3 (October 13, 2017)

Bugfixes:

- Fixed issue with CoreBluetooth scanning that caused occasional crashes on iOS 11.

## 5.0.0-alpha.2 (October 6, 2017)

Features:
Expand Down
4 changes: 2 additions & 2 deletions EstimoteSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "EstimoteSDK"
s.version = "5.0.0-alpha.2"
s.version = "5.0.0-alpha.3"
s.summary = "iOS library for Estimote devices"
s.homepage = "https://estimote.com"
s.author = { "Estimote, Inc" => "[email protected]" }
s.platform = :ios
s.source = { :git => "https://github.com/Estimote/iOS-SDK.git", :tag => "5.0.0-alpha.2" }
s.source = { :git => "https://github.com/Estimote/iOS-SDK.git", :tag => "5.0.0-alpha.3" }
s.source_files = 'EstimoteSDKv5/EstimoteSDKv5.framework/Versions/A/Headers/*.h'
s.vendored_frameworks = 'EstimoteSDKv5/EstimoteSDKv5.framework'
s.ios.deployment_target = '8.0'
Expand Down
Binary file modified EstimoteSDKv5/EstimoteSDKv5.framework/Versions/A/EstimoteSDKv5
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// |______|___/\__|_|_| |_| |_|\___/ \__\___| |_____/|_____/|_|\_\
//
//
// Version: 5.0.0-alpha.2
// Version: 5.0.0-alpha.3
// Copyright (c) 2017 Estimote. All rights reserved.

#import "ESTCloudCredentials.h"
Expand Down
4 changes: 3 additions & 1 deletion Examples/swift/DeskObserver/DeskObserver/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationAlwaysAndWhenInUsageDescription</key>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>We'll show you different content based on which beacon you're in range of. (You can change this message in the Info.plist file.)</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>We'll show you different content based on which beacon you're in range of. (You can change this message in the Info.plist file.)</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>We'll show you different content based on which beacon you're in range of. (You can change this message in the Info.plist file.)</string>
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-central</string>
Expand Down

0 comments on commit 80c126a

Please sign in to comment.