Skip to content

Commit ab17727

Browse files
committed
Fix: symbol errors in NearBee StaticLibrary
1 parent 02cf7c9 commit ab17727

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

RNNearbee.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Pod::Spec.new do |s|
2525
s.dependency 'React-RCTNetwork'
2626
s.dependency 'React-RCTText'
2727

28-
s.dependency 'NearBee', '~>0.4.1'
28+
s.dependency 'NearBee', '~>0.4.4'
2929
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nearbee",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "NearBee SDK for your react native applications",
55
"main": "index.js",
66
"scripts": {

sample_app/ios/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PODS:
2020
- DoubleConversion
2121
- glog
2222
- glog (0.3.5)
23-
- NearBee (0.4.1):
23+
- NearBee (0.4.4):
2424
- EddystoneScanner
2525
- Socket.IO-Client-Swift
2626
- Permission-BluetoothPeripheral (2.1.5):
@@ -260,7 +260,7 @@ PODS:
260260
- RNCAsyncStorage (1.6.2):
261261
- React
262262
- RNNearBee (3.3.3):
263-
- NearBee (~> 0.4.1)
263+
- NearBee (~> 0.4.4)
264264
- React-Core
265265
- React-cxxreact
266266
- React-RCTAnimation
@@ -402,7 +402,7 @@ SPEC CHECKSUMS:
402402
FBReactNativeSpec: dc7fa9088f0f2a998503a352b0554d69a4391c5a
403403
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
404404
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
405-
NearBee: e8465d66bb90bf04c748ebc0c35029e1b7e1b525
405+
NearBee: 92421cda11a9643a2c0a893f5e1c419a1d986b29
406406
Permission-BluetoothPeripheral: 4663a8373072abfe3099c44cb06bf10b0c16c110
407407
Permission-LocationAlways: 155e6251b757b380f6354737cae8e8d59c472495
408408
Permission-LocationWhenInUse: 3624cf08c12c6019926aba3054efee7f4f8ee91e
@@ -428,7 +428,7 @@ SPEC CHECKSUMS:
428428
React-RCTVibration: 4d2e726957f4087449739b595f107c0d4b6c2d2d
429429
ReactCommon: a0a1edbebcac5e91338371b72ffc66aa822792ce
430430
RNCAsyncStorage: 60a80e72d95bf02a01cace55d3697d9724f0d77f
431-
RNNearBee: 29a05b816cb27bed20e906e17b2f927db5fb6a1d
431+
RNNearBee: b34b525439f4fb11da98f86b4e80a003333fa19e
432432
RNPermissions: ad71dd4f767ec254f2cd57592fbee02afee75467
433433
RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4
434434
Socket.IO-Client-Swift: 1e3e3a1f09f3312a167f0d781eb2f383d477357c

0 commit comments

Comments
 (0)