Skip to content

Commit

Permalink
fix: remove MultiplatformBleAdapter static code
Browse files Browse the repository at this point in the history
remove MultiplatformBleAdapter
  • Loading branch information
aliberski committed Dec 20, 2024
1 parent e874991 commit 0e889c5
Show file tree
Hide file tree
Showing 218 changed files with 3,145 additions and 27,594 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [3.3.0] - XXXX-XX-XX
## [3.3.0] - 2024-12-20

### Changed

Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>react-native-ble-plx 3.2.1 | Documentation</title>
<title>react-native-ble-plx 3.3.0 | Documentation</title>
<meta name='description' content='React Native Bluetooth Low Energy library'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>react-native-ble-plx</h3>
<div class='mb1'><code>3.2.1</code></div>
<div class='mb1'><code>3.3.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -1995,7 +1995,7 @@ <h4>Ex.1</h4>

<span class="hljs-comment">// create your own singleton class</span>
<span class="hljs-keyword">class</span> BLEServiceInstance {
manager: BleManage
manager: BleManager

<span class="hljs-keyword">constructor</span>(<span class="hljs-params"></span>) {
<span class="hljs-keyword">this</span>.manager = <span class="hljs-keyword">new</span> BleManager()
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ SPEC CHECKSUMS:
hermes-engine: 16b8530de1b383cdada1476cf52d1b52f0692cbc
MMKV: 36a22a9ec84c9bb960613a089ddf6f48be9312b0
MMKVCore: 158e61c8516401a9fac730288acb29e6fc19bbf9
MultiplatformBleAdapter: ea8bac405ec200d0ca9de0f89afef6f06fb2abbc
MultiplatformBleAdapter: b1fddd0d499b96b607e00f0faa8e60648343dc1d
RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47
RCTDeprecation: efb313d8126259e9294dc4ee0002f44a6f676aba
RCTRequired: f49ea29cece52aee20db633ae7edc4b271435562
Expand Down
974 changes: 0 additions & 974 deletions ios/BlePlx.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

228 changes: 0 additions & 228 deletions ios/MultiplatformBleAdapter/BleAdapter.swift

This file was deleted.

24 changes: 0 additions & 24 deletions ios/MultiplatformBleAdapter/BleAdapterFactory.swift

This file was deleted.

15 changes: 0 additions & 15 deletions ios/MultiplatformBleAdapter/BleClientManager.h

This file was deleted.

Loading

0 comments on commit 0e889c5

Please sign in to comment.