@bennyblader/ddk-rn 0.3.40 → 0.3.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/DdkRn.podspec CHANGED
@@ -17,6 +17,9 @@ Pod::Spec.new do |s|
17
17
 
18
18
  s.source_files = "ios/**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm}", "cpp/**/*.{hpp,cpp,c,h}", "cpp/**/*.{hpp,cpp,c,h}"
19
19
  s.vendored_frameworks = "ios/DdkRn.xcframework"
20
+ s.xcconfig = {
21
+ 'LIBRARY_SEARCH_PATHS' => '$(SRCROOT)/../node_modules/@bennyblader/ddk-rn/ios/DdkRn.xcframework/ios-arm64-simulator $(SRCROOT)/../node_modules/@bennyblader/ddk-rn/ios/DdkRn.xcframework/ios-arm64 $(SRCROOT)/../node_modules/@bennyblader/ddk-rn/ios/DdkRn.xcframework/ios-x86_64-simulator $(SRCROOT)/../node_modules/@bennyblader/ddk-rn/ios/DdkRn.xcframework/ios-x86_64'
22
+ }
20
23
  s.dependency "uniffi-bindgen-react-native", "0.29.3-1"
21
24
 
22
25
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
@@ -1,6 +1,6 @@
1
1
  // Generated by uniffi-bindgen-react-native
2
2
  #include "bennyblader-ddk-rn.h"
3
- #include "/ddk_ffi.hpp"
3
+ #include "ddk_ffi.hpp"
4
4
 
5
5
  namespace bennyblader_ddkrn {
6
6
  using namespace facebook;