diff --git a/example/ios/Podfile b/example/ios/Podfile index c12f2ed4..98566fb1 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -27,7 +27,7 @@ end target 'BlePlxExample' do config = use_native_modules! - pod 'MultiplatformBleAdapter', :git => 'https://github.com/Polidea/MultiPlatformBleAdapter.git', :branch => 'RxBluetooth-update' + # pod 'MultiplatformBleAdapter', :git => 'https://github.com/Polidea/MultiPlatformBleAdapter.git', :branch => 'RxBluetooth-update' # Flags change depending on the env values. flags = get_default_flags() diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index dad8f5f7..1fa801a2 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -74,7 +74,7 @@ PODS: - hermes-engine/Pre-built (= 0.72.4) - hermes-engine/Pre-built (0.72.4) - libevent (2.1.12) - - MultiplatformBleAdapter (0.1.9) + - MultiplatformBleAdapter (0.2.0) - OpenSSL-Universal (1.1.1100) - RCT-Folly (2021.07.22.00): - boost @@ -377,7 +377,7 @@ PODS: - React-logger (0.72.4): - glog - react-native-ble-plx (3.0.0): - - MultiplatformBleAdapter (= 0.1.9) + - MultiplatformBleAdapter (= 0.2.0) - RCT-Folly (= 2021.07.22.00) - React-Core - react-native-safe-area-context (4.7.2): @@ -528,7 +528,6 @@ DEPENDENCIES: - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`) - libevent (~> 2.1.12) - - MultiplatformBleAdapter (from `https://github.com/Polidea/MultiPlatformBleAdapter.git`, branch `RxBluetooth-update`) - OpenSSL-Universal (= 1.1.1100) - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`) @@ -582,6 +581,7 @@ SPEC REPOS: - FlipperKit - fmt - libevent + - MultiplatformBleAdapter - OpenSSL-Universal - SocketRocket - YogaKit @@ -600,9 +600,6 @@ EXTERNAL SOURCES: hermes-engine: :podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec" :tag: hermes-2023-08-07-RNv0.72.4-813b2def12bc9df02654b3e3653ae4a68d0572e0 - MultiplatformBleAdapter: - :branch: RxBluetooth-update - :git: https://github.com/Polidea/MultiPlatformBleAdapter.git RCT-Folly: :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec" RCTRequired: @@ -676,11 +673,6 @@ EXTERNAL SOURCES: Yoga: :path: "../node_modules/react-native/ReactCommon/yoga" -CHECKOUT OPTIONS: - MultiplatformBleAdapter: - :commit: 46dbede0d21229bba7b2c6c19e24926f8dcc11f7 - :git: https://github.com/Polidea/MultiPlatformBleAdapter.git - SPEC CHECKSUMS: boost: 57d2868c099736d80fcd648bf211b4431e51a558 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 @@ -699,7 +691,7 @@ SPEC CHECKSUMS: glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b hermes-engine: 81191603c4eaa01f5e4ae5737a9efcf64756c7b2 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 - MultiplatformBleAdapter: 5a6a897b006764392f9cef785e4360f54fb9477d + MultiplatformBleAdapter: ea8bac405ec200d0ca9de0f89afef6f06fb2abbc OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 RCTRequired: c0569ecc035894e4a68baecb30fe6a7ea6e399f9 @@ -716,7 +708,7 @@ SPEC CHECKSUMS: React-jsiexecutor: c7f826e40fa9cab5d37cab6130b1af237332b594 React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77 - react-native-ble-plx: 7f4d4334e071190d091faafc387ddcc3b217c6c5 + react-native-ble-plx: 6f7f7d6e57bb109ff5751b8e5fce2654a9d7c033 react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284 React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f React-perflogger: 496a1a3dc6737f964107cb3ddae7f9e265ddda58 @@ -740,6 +732,6 @@ SPEC CHECKSUMS: Yoga: 3efc43e0d48686ce2e8c60f99d4e6bd349aff981 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 0f5087902db593c5807c52c7b1504d858d13b986 +PODFILE CHECKSUM: 6feae82b4eb57d57f47702fe9fcbd91195f2b789 -COCOAPODS: 1.12.1 +COCOAPODS: 1.13.0 diff --git a/react-native-ble-plx.podspec b/react-native-ble-plx.podspec index 4fca40a0..e8294f77 100644 --- a/react-native-ble-plx.podspec +++ b/react-native-ble-plx.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/dotintent/react-native-ble-plx.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,mm}" - s.dependency "MultiplatformBleAdapter", "0.1.9" + s.dependency "MultiplatformBleAdapter", "0.2.0" s.compiler_flags = "-DMULTIPLATFORM_BLE_ADAPTER -fmodules -fcxx-modules" # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.