Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilNatonek committed Oct 16, 2023
1 parent d4a0271 commit f64d529
Show file tree
Hide file tree
Showing 215 changed files with 15 additions and 528 deletions.
6 changes: 5 additions & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ PODS:
- hermes-engine/Pre-built (= 0.72.4)
- hermes-engine/Pre-built (0.72.4)
- libevent (2.1.12)
- MultiplatformBleAdapter (0.2.0)
- OpenSSL-Universal (1.1.1100)
- RCT-Folly (2021.07.22.00):
- boost
Expand Down Expand Up @@ -376,6 +377,7 @@ PODS:
- React-logger (0.72.4):
- glog
- react-native-ble-plx (3.0.0):
- MultiplatformBleAdapter (= 0.2.0)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-safe-area-context (4.7.2):
Expand Down Expand Up @@ -579,6 +581,7 @@ SPEC REPOS:
- FlipperKit
- fmt
- libevent
- MultiplatformBleAdapter
- OpenSSL-Universal
- SocketRocket
- YogaKit
Expand Down Expand Up @@ -688,6 +691,7 @@ SPEC CHECKSUMS:
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 81191603c4eaa01f5e4ae5737a9efcf64756c7b2
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
MultiplatformBleAdapter: ea8bac405ec200d0ca9de0f89afef6f06fb2abbc
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: c0569ecc035894e4a68baecb30fe6a7ea6e399f9
Expand All @@ -704,7 +708,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: c7f826e40fa9cab5d37cab6130b1af237332b594
React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f
React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77
react-native-ble-plx: f5b526c0ac9a1d15a72a756f04379ec78e4a72ae
react-native-ble-plx: 6f7f7d6e57bb109ff5751b8e5fce2654a9d7c033
react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284
React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f
React-perflogger: 496a1a3dc6737f964107cb3ddae7f9e265ddda58
Expand Down
518 changes: 0 additions & 518 deletions ios/BlePlx-Swift.h

This file was deleted.

14 changes: 7 additions & 7 deletions ios/BlePlx.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@
8E28B5562AD9BA2C009D487C /* RxCBCentralManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RxCBCentralManager.swift; sourceTree = "<group>"; };
8E28B5572AD9BA2C009D487C /* BluetoothState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BluetoothState.swift; sourceTree = "<group>"; };
8E28B5582AD9BA2C009D487C /* BluetoothManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BluetoothManager.swift; sourceTree = "<group>"; };
8E28B57B2AD9BAC3009D487C /* BlePlx-Swift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "BlePlx-Swift.h"; sourceTree = "<group>"; };
D73A55C120BBFA8100BB1C1E /* BleEvent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BleEvent.swift; sourceTree = "<group>"; };
D73A55C220BBFA8100BB1C1E /* BleError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BleError.swift; sourceTree = "<group>"; };
D73A55C320BBFA8100BB1C1E /* BleClientManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BleClientManager.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -705,9 +704,11 @@
path = Disposables;
sourceTree = "<group>";
};
D73A55C020BBFA8100BB1C1E /* BleClientManager */ = {
D73A55C020BBFA8100BB1C1E /* MultiplatformBleAdapter */ = {
isa = PBXGroup;
children = (
D73A585420BBFE0D00BB1C1E /* RxBluetoothKit */,
D73A59CC20BBFEC800BB1C1E /* RxSwift */,
D73A55C320BBFA8100BB1C1E /* BleClientManager.h */,
8E28B5332AD9B9A8009D487C /* BleAdapter.swift */,
8E28B5322AD9B9A8009D487C /* BleAdapterFactory.swift */,
Expand All @@ -718,7 +719,7 @@
D73A55C820BBFA8100BB1C1E /* BleUtils.swift */,
D73A55C420BBFA8100BB1C1E /* Utils */,
);
path = BleClientManager;
path = MultiplatformBleAdapter;
sourceTree = "<group>";
};
D73A55C420BBFA8100BB1C1E /* Utils */ = {
Expand Down Expand Up @@ -811,13 +812,10 @@
D73F06DF1D48E17B00AD5963 = {
isa = PBXGroup;
children = (
D73A59CC20BBFEC800BB1C1E /* RxSwift */,
D73A585420BBFE0D00BB1C1E /* RxBluetoothKit */,
D73A55C020BBFA8100BB1C1E /* BleClientManager */,
D73A55C020BBFA8100BB1C1E /* MultiplatformBleAdapter */,
D7D202771D4F614D00E10F6A /* BlePlx.m */,
D7D202781D4F614D00E10F6A /* BlePlx.h */,
D760681620BBEEA10005ECAF /* BlePlx-Bridging-Header.h */,
8E28B57B2AD9BAC3009D487C /* BlePlx-Swift.h */,
D73F06E91D48E17B00AD5963 /* Products */,
);
sourceTree = "<group>";
Expand Down Expand Up @@ -1208,6 +1206,7 @@
CLANG_ENABLE_MODULES = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../react-native/React/**";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1225,6 +1224,7 @@
CLANG_ENABLE_MODULES = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../react-native/React/**";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions react-native-ble-plx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Pod::Spec.new do |s|
s.platforms = { :ios => "11.0" }
s.source = { :git => "https://github.com/dotintent/react-native-ble-plx.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"
s.source_files = "ios/**/*.{h,m,mm}"
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.
Expand All @@ -39,4 +40,4 @@ Pod::Spec.new do |s|
s.dependency "ReactCommon/turbomodule/core"
end
end
end
end

0 comments on commit f64d529

Please sign in to comment.