Skip to content

Commit

Permalink
Xcode 13 support (#900)
Browse files Browse the repository at this point in the history
* Updated iOS MultiplatformBleAdapter Dependency to 0.1.9 or higher to
support Xcode 13
Bumped Version Number to 2.0.3

* Bumped Podfile
  • Loading branch information
below authored Oct 29, 2021
1 parent 408e0e4 commit 70a254f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ target 'BleClient' do
use_frameworks!

# Pods for BleClient
pod 'MultiplatformBleAdapter', '~> 0.1.7'
pod 'MultiplatformBleAdapter', '~> 0.1.9'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions react-native-ble-plx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
s.dependency 'MultiplatformBleAdapter', '0.1.9'
end

0 comments on commit 70a254f

Please sign in to comment.