@@ -30,26 +30,26 @@ zig_source_files = [
3030 "ios/ReactNative/FileHashBridgeHelpers.h" ,
3131 "ios/ReactNative/FileHashPromiseTypes.h" ,
3232 "ios/ReactNative/FileHashBridgeHelpers.mm" ,
33- "ios/FileHashBridgeZig.h" ,
34- "ios/FileHashBridgeZig.mm" ,
35- "ios/FileHashZigHelpers.h" ,
36- "ios/FileHashZigHelpers.mm"
33+ "ios/Engines/Zig/ FileHashBridgeZig.h" ,
34+ "ios/Engines/Zig/ FileHashBridgeZig.mm" ,
35+ "ios/Engines/Zig/ FileHashZigHelpers.h" ,
36+ "ios/Engines/Zig/ FileHashZigHelpers.mm"
3737]
3838
3939zig_private_header_files = [
4040 "ios/ReactNative/FileHash.h" ,
4141 "ios/ReactNative/FileHashBridgeHelpers.h" ,
4242 "ios/ReactNative/FileHashPromiseTypes.h" ,
43- "ios/FileHashBridgeZig.h" ,
44- "ios/FileHashZigHelpers.h"
43+ "ios/Engines/Zig/ FileHashBridgeZig.h" ,
44+ "ios/Engines/Zig/ FileHashZigHelpers.h"
4545]
4646
4747native_source_files = [
4848 "ios/ReactNative/FileHash.h" ,
4949 "ios/ReactNative/FileHash.mm" ,
50- "ios/NativeSwift /FileHash.swift" ,
51- "ios/NativeCore /HashNative.h" ,
52- "ios/NativeCore /HashNative.mm" ,
50+ "ios/Engines/Native/Swift /FileHash.swift" ,
51+ "ios/Engines/Native/Core /HashNative.h" ,
52+ "ios/Engines/Native/Core /HashNative.mm" ,
5353 "ios/ReactNative/FileHashBridgeHelpers.h" ,
5454 "ios/ReactNative/FileHashPromiseTypes.h" ,
5555 "ios/ReactNative/FileHashBridgeHelpers.mm" ,
@@ -76,8 +76,8 @@ Pod::Spec.new do |s|
7676 s . source = { :git => "https://github.com/Preeternal/react-native-file-hash.git" , :tag => "#{ s . version } " }
7777
7878 s . swift_version = "5.9"
79- native_header_search_paths = "$(inherited) $(PODS_TARGET_SRCROOT)/ios/NativeCore $(PODS_TARGET_SRCROOT)/third_party/xxhash $(PODS_TARGET_SRCROOT)/third_party/blake3/c"
80- zig_header_search_paths = "$(inherited) $(PODS_TARGET_SRCROOT)/third_party/zig-files-hash/src"
79+ native_header_search_paths = "$(inherited) $(PODS_TARGET_SRCROOT)/ios/Engines/Native/Core $(PODS_TARGET_SRCROOT)/third_party/xxhash $(PODS_TARGET_SRCROOT)/third_party/blake3/c"
80+ zig_header_search_paths = "$(inherited) $(PODS_TARGET_SRCROOT)/ios $(PODS_TARGET_SRCROOT)/ios/Engines/Zig $(PODS_TARGET_SRCROOT)/ third_party/zig-files-hash/src"
8181
8282 ios_header_search_paths = if is_zig
8383 zig_header_search_paths
@@ -132,7 +132,7 @@ Pod::Spec.new do |s|
132132 # FileHash.h imports the C++ codegen spec and must not be pulled into the
133133 # Swift module. FileHash.swift only needs this C API from HashNative.h.
134134 s . ios . public_header_files = [
135- "ios/NativeCore /HashNative.h"
135+ "ios/Engines/Native/Core /HashNative.h"
136136 ]
137137 s . ios . private_header_files = [
138138 "ios/ReactNative/FileHash.h" ,
0 commit comments