From 19d0763d57dc50cb44630b95d14b7df5e9aee0e5 Mon Sep 17 00:00:00 2001
From: osakila <osaki@lassic.co.jp>
Date: Thu, 16 Nov 2023 12:03:52 +0900
Subject: [PATCH] Updated lock files for 1.0.0

---
 .../ios/DemoReactNative.xcodeproj/project.pbxproj          | 7 +++++++
 demos/demo-react-native/ios/Podfile.lock                   | 6 +++++-
 demos/demo-react-native/yarn.lock                          | 4 +++-
 react-native/example/ios/Podfile.lock                      | 6 +++++-
 4 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/demos/demo-react-native/ios/DemoReactNative.xcodeproj/project.pbxproj b/demos/demo-react-native/ios/DemoReactNative.xcodeproj/project.pbxproj
index 5f7152c..22c6e65 100644
--- a/demos/demo-react-native/ios/DemoReactNative.xcodeproj/project.pbxproj
+++ b/demos/demo-react-native/ios/DemoReactNative.xcodeproj/project.pbxproj
@@ -578,6 +578,7 @@
 				GCC_PREPROCESSOR_DEFINITIONS = (
 					"DEBUG=1",
 					"$(inherited)",
+					_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
 				);
 				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -604,6 +605,7 @@
 					"-DFOLLY_MOBILE=1",
 					"-DFOLLY_USE_LIBCPP=1",
 				);
+				OTHER_LDFLAGS = "$(inherited)  ";
 				REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
 				SDKROOT = iphoneos;
 			};
@@ -645,6 +647,10 @@
 				"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
 				GCC_C_LANGUAGE_STANDARD = gnu99;
 				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"$(inherited)",
+					_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
+				);
 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 				GCC_WARN_UNDECLARED_SELECTOR = YES;
@@ -668,6 +674,7 @@
 					"-DFOLLY_MOBILE=1",
 					"-DFOLLY_USE_LIBCPP=1",
 				);
+				OTHER_LDFLAGS = "$(inherited)  ";
 				REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
 				SDKROOT = iphoneos;
 				VALIDATE_PRODUCT = YES;
diff --git a/demos/demo-react-native/ios/Podfile.lock b/demos/demo-react-native/ios/Podfile.lock
index aa391b8..b0cbe34 100644
--- a/demos/demo-react-native/ios/Podfile.lock
+++ b/demos/demo-react-native/ios/Podfile.lock
@@ -423,6 +423,8 @@ PODS:
   - SocketRocket (0.6.1)
   - theta-ble-client-react-native (1.0.0):
     - React-Core
+    - THETABleClient (= 1.0.0)
+  - THETABleClient (1.0.0)
   - Yoga (1.14.0)
   - YogaKit (1.18.1):
     - Yoga (~> 1.14)
@@ -508,6 +510,7 @@ SPEC REPOS:
     - libevent
     - OpenSSL-Universal
     - SocketRocket
+    - THETABleClient
     - YogaKit
 
 EXTERNAL SOURCES:
@@ -639,7 +642,8 @@ SPEC CHECKSUMS:
   RNDefaultPreference: 08bdb06cfa9188d5da97d4642dac745218d7fb31
   RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581
   SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
-  theta-ble-client-react-native: ea3ae8821eb463d2612e1be01adbce33b436bb9c
+  theta-ble-client-react-native: f88e25cae7959fa817f30df02481682edcacda46
+  THETABleClient: 3508915ade12b51203dd95ffe641d14b89dd01ab
   Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9
   YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
 
diff --git a/demos/demo-react-native/yarn.lock b/demos/demo-react-native/yarn.lock
index 8736fb9..27f8df1 100644
--- a/demos/demo-react-native/yarn.lock
+++ b/demos/demo-react-native/yarn.lock
@@ -6426,8 +6426,10 @@ text-table@^0.2.0:
   resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
   integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
 
-theta-ble-client-react-native@../../react-native/package:
+theta-ble-client-react-native@1.0.0:
   version "1.0.0"
+  resolved "https://registry.yarnpkg.com/theta-ble-client-react-native/-/theta-ble-client-react-native-1.0.0.tgz#defd5503b5a241fef242868802d7b3ff1e7c086e"
+  integrity sha512-FUkrlB/cdj3dvaWmw/lahDw7UCKGzQjP3JYaQZBH4xkQtbsw1jsUg/kmYG9iKxxVkfeFdzfhHQvZJKOslDJKdw==
 
 throat@^5.0.0:
   version "5.0.0"
diff --git a/react-native/example/ios/Podfile.lock b/react-native/example/ios/Podfile.lock
index 854ba8c..e71b1a8 100644
--- a/react-native/example/ios/Podfile.lock
+++ b/react-native/example/ios/Podfile.lock
@@ -427,6 +427,8 @@ PODS:
   - SocketRocket (0.6.1)
   - theta-ble-client-react-native (1.0.0):
     - React-Core
+    - THETABleClient (= 1.0.0)
+  - THETABleClient (1.0.0)
   - Yoga (1.14.0)
   - YogaKit (1.18.1):
     - Yoga (~> 1.14)
@@ -512,6 +514,7 @@ SPEC REPOS:
     - libevent
     - OpenSSL-Universal
     - SocketRocket
+    - THETABleClient
     - YogaKit
 
 EXTERNAL SOURCES:
@@ -643,7 +646,8 @@ SPEC CHECKSUMS:
   RNDefaultPreference: 08bdb06cfa9188d5da97d4642dac745218d7fb31
   RNScreens: 218801c16a2782546d30bd2026bb625c0302d70f
   SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
-  theta-ble-client-react-native: ea3ae8821eb463d2612e1be01adbce33b436bb9c
+  theta-ble-client-react-native: f88e25cae7959fa817f30df02481682edcacda46
+  THETABleClient: 3508915ade12b51203dd95ffe641d14b89dd01ab
   Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9
   YogaKit: f782866e155069a2cca2517aafea43200b01fd5a