From 70a254f32e24e017d1d2d0ee3a7c3c902de61f19 Mon Sep 17 00:00:00 2001 From: Alexander von Below Date: Fri, 29 Oct 2021 18:39:50 +0200 Subject: [PATCH] Xcode 13 support (#900) * Updated iOS MultiplatformBleAdapter Dependency to 0.1.9 or higher to support Xcode 13 Bumped Version Number to 2.0.3 * Bumped Podfile --- ios/Podfile | 2 +- package.json | 2 +- react-native-ble-plx.podspec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index b6d89232..0adad0c2 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -6,5 +6,5 @@ target 'BleClient' do use_frameworks! # Pods for BleClient - pod 'MultiplatformBleAdapter', '~> 0.1.7' + pod 'MultiplatformBleAdapter', '~> 0.1.9' end diff --git a/package.json b/package.json index f473052a..f4acd1ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ble-plx", - "version": "2.0.2", + "version": "2.0.3", "description": "React Native Bluetooth Low Energy library", "main": "index.js", "scripts": { diff --git a/react-native-ble-plx.podspec b/react-native-ble-plx.podspec index aa707933..97b2bae9 100644 --- a/react-native-ble-plx.podspec +++ b/react-native-ble-plx.podspec @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.compiler_flags = '-DMULTIPLATFORM_BLE_ADAPTER' s.dependency 'React-Core' - s.dependency 'MultiplatformBleAdapter', '0.1.7' -end \ No newline at end of file + s.dependency 'MultiplatformBleAdapter', '0.1.9' +end