Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit d74ec38

Browse files
committed
Quick update for iOS 13 and Xcode 11
In your own projects, all you need to do is run pod update EstimoteProximitySDK inside the `ios` directory, thus updating the native EstimoteProximitySDK library to version 1.5.0.
1 parent 723d0e3 commit d74ec38

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

estimote-react-native-proximity.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/**/*.{h,m}"
1717

1818
s.dependency 'React'
19-
s.dependency 'EstimoteProximitySDK', '~> 1.0'
19+
s.dependency 'EstimoteProximitySDK', '~> 1.5'
2020
end

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ PODS:
44
- estimote-react-native-proximity (0.6.0):
55
- EstimoteProximitySDK (~> 1.0)
66
- React
7-
- EstimoteBluetoothScanning (1.0.5)
8-
- EstimoteProximitySDK (1.4.1):
9-
- EstimoteBluetoothScanning (>= 0.2)
7+
- EstimoteBluetoothScanning (1.0.6)
8+
- EstimoteProximitySDK (1.5.0):
9+
- EstimoteBluetoothScanning (~> 1.0.6)
1010
- Folly (2018.10.22.00):
1111
- boost-for-react-native
1212
- DoubleConversion
@@ -171,9 +171,9 @@ EXTERNAL SOURCES:
171171
SPEC CHECKSUMS:
172172
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
173173
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
174-
estimote-react-native-proximity: bba65e276c1a16dcb2c24e7b6214a284c172610e
175-
EstimoteBluetoothScanning: 8aae20369d7d9008deb8429b9c83c11e948bd7be
176-
EstimoteProximitySDK: ff97b13e674ebe82ceaf0cd46a29422211c52d85
174+
estimote-react-native-proximity: d567ac92120a97afcb09d68a10bfdf438c0456d7
175+
EstimoteBluetoothScanning: a8bfa6dfb36d0e7a2a811adbcfb3b87b3e343482
176+
EstimoteProximitySDK: b8b4d96ed872431e7941863d009bb99d28ceaf99
177177
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
178178
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
179179
React: 4b3c068e793e96672dcd186a2b572fac43e4b031

0 commit comments

Comments
 (0)