Skip to content

Commit 304f24d

Browse files
committed
chore: update c++/ios ET libs
1 parent 4ad408b commit 304f24d

33 files changed

+14
-14
lines changed
-694 KB
Binary file not shown.
-694 KB
Binary file not shown.

ios/libs/libbackend_coreml_ios.a

757 KB
Binary file not shown.
757 KB
Binary file not shown.

ios/libs/libbackend_mps-ios-release.a

-314 KB
Binary file not shown.
-313 KB
Binary file not shown.

ios/libs/libbackend_mps_ios.a

403 KB
Binary file not shown.

ios/libs/libbackend_mps_simulator.a

402 KB
Binary file not shown.
-2.22 MB
Binary file not shown.
-2.22 MB
Binary file not shown.

ios/libs/libbackend_xnnpack_ios.a

2.26 MB
Binary file not shown.
2.28 MB
Binary file not shown.

ios/libs/libexecutorch-ios-release.a

-161 KB
Binary file not shown.
-160 KB
Binary file not shown.

ios/libs/libexecutorch_ios.a

325 KB
Binary file not shown.

ios/libs/libexecutorch_simulator.a

325 KB
Binary file not shown.
-158 KB
Binary file not shown.
-154 KB
Binary file not shown.

ios/libs/libkernels_custom_ios.a

169 KB
Binary file not shown.
164 KB
Binary file not shown.
-8.36 MB
Binary file not shown.
-8.66 MB
Binary file not shown.

ios/libs/libkernels_optimized_ios.a

8.11 MB
Binary file not shown.
8.53 MB
Binary file not shown.
-2.52 MB
Binary file not shown.
-2.55 MB
Binary file not shown.

ios/libs/libkernels_portable_ios.a

3.11 MB
Binary file not shown.
3.17 MB
Binary file not shown.
-116 KB
Binary file not shown.
Binary file not shown.

ios/libs/libkernels_quantized_ios.a

149 KB
Binary file not shown.
145 KB
Binary file not shown.

react-native-executorch.podspec

+14-14
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Pod::Spec.new do |s|
2222
'-framework "Metal"',
2323
'-framework "MetalPerformanceShaders"',
2424
'-framework "MetalPerformanceShadersGraph"',
25-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libbackend_coreml-ios-release.a"',
26-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libbackend_mps-ios-release.a"',
27-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libbackend_xnnpack-ios-release.a"',
28-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libexecutorch-ios-release.a"',
29-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libkernels_custom-ios-release.a"',
30-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libkernels_optimized-ios-release.a"',
31-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libkernels_quantized-ios-release.a"'
25+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libbackend_coreml_ios.a"',
26+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libbackend_mps_ios.a"',
27+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libbackend_xnnpack_ios.a"',
28+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libexecutorch_ios.a"',
29+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libkernels_custom_ios.a"',
30+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libkernels_optimized_ios.a"',
31+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libkernels_quantized_ios.a"'
3232
].join(' '),
3333

3434
"OTHER_LDFLAGS[sdk=iphonesimulator*][arch=*]" => [
@@ -38,13 +38,13 @@ Pod::Spec.new do |s|
3838
'-framework "Metal"',
3939
'-framework "MetalPerformanceShaders"',
4040
'-framework "MetalPerformanceShadersGraph"',
41-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libbackend_coreml-simulator-release.a"',
42-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libbackend_mps-simulator-release.a"',
43-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libbackend_xnnpack-simulator-release.a"',
44-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libexecutorch-simulator-release.a"',
45-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libkernels_custom-simulator-release.a"',
46-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libkernels_optimized-simulator-release.a"',
47-
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libkernels_quantized-simulator-release.a"'
41+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libbackend_coreml_simulator.a"',
42+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libbackend_mps_simulator.a"',
43+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libbackend_xnnpack_simulator.a"',
44+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libexecutorch_simulator.a"',
45+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libkernels_custom_simulator.a"',
46+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libkernels_optimized_simulator.a"',
47+
'-force_load "$(PODS_ROOT)/../../node_modules/react-native-executorch/ios/libs/libkernels_quantized_simulator.a"'
4848
].join(' ')
4949
}
5050

0 commit comments

Comments
 (0)