We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b81b4d commit 812dfc0Copy full SHA for 812dfc0
1 file changed
react-native-update.podspec
@@ -91,9 +91,8 @@ Pod::Spec.new do |s|
91
s.source = { :git => 'https://github.com/reactnativecn/react-native-update.git', :tag => '#{s.version}' }
92
93
s.libraries = 'bz2', 'z'
94
- s.vendored_libraries = 'RCTPushy/libRCTPushy.a'
95
s.pod_target_xcconfig = {
96
- 'USER_HEADER_SEARCH_PATHS' => "#{podspec_dir}/ios",
+ 'USER_HEADER_SEARCH_PATHS' => "#{podspec_dir}/ios \"$(PODS_ROOT)/Headers/Public/SSZipArchive\" \"$(PODS_ROOT)/Headers/Public/React-Codegen/RCTPushySpec\"",
97
"DEFINES_MODULE" => "YES"
98
}
99
s.resource = 'ios/pushy_build_time.txt'
0 commit comments