react-native-fs-turbo 0.3.5 → 0.3.6

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/RNFSTurbo.podspec CHANGED
@@ -16,11 +16,11 @@ Pod::Spec.new do |s|
16
16
  "ios/**/*.{h,m,mm}",
17
17
  "cpp/**/*.{hpp,cpp,c,h}",
18
18
  ]
19
- s.resource_bundles = { 'RNFS_PrivacyInfo' => 'ios/PrivacyInfo.xcprivacy' }
19
+ s.resource_bundles = { 'RNFSTurbo_PrivacyInfo' => 'ios/PrivacyInfo.xcprivacy' }
20
20
  s.compiler_flags = '-x objective-c++'
21
21
  s.frameworks = 'Photos', 'AVFoundation'
22
22
  s.pod_target_xcconfig = {
23
23
  "CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
24
24
  }
25
25
  install_modules_dependencies(s)
26
- end
26
+ end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-fs-turbo",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "React-Native library for working with Android/iOS file system, written using JSI and C++ TurboModules",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",