mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 21:33:12 +08:00 
			
		
		
		
	v10
This commit is contained in:
		| @@ -1,5 +1,7 @@ | ||||
| require 'json' | ||||
|  | ||||
| new_arch_enabled = ENV['RCT_NEW_ARCH_ENABLED'] == '1' | ||||
|  | ||||
| package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) | ||||
|  | ||||
| Pod::Spec.new do |s| | ||||
| @@ -40,5 +42,25 @@ Pod::Spec.new do |s| | ||||
|                        'android/jni/lzma/C/Lzma2Dec.{h,c}'] | ||||
|     ss.private_header_files = 'ios/RCTPushy/HDiffPatch/**/*.h' | ||||
|   end | ||||
|   install_modules_dependencies(s) | ||||
|    | ||||
|   if defined?(install_modules_dependencies()) != nil | ||||
|     install_modules_dependencies(s); | ||||
|   else | ||||
|     if new_arch_enabled | ||||
|       folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32' | ||||
|  | ||||
|       s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1" | ||||
|  | ||||
|       s.pod_target_xcconfig = { | ||||
|           "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"", | ||||
|           "CLANG_CXX_LANGUAGE_STANDARD" => "c++17" | ||||
|       } | ||||
|  | ||||
|       s.dependency "React-Codegen" | ||||
|       s.dependency "RCT-Folly" | ||||
|       s.dependency "RCTRequired" | ||||
|       s.dependency "RCTTypeSafety" | ||||
|       s.dependency "ReactCommon/turbomodule/core" | ||||
|     end | ||||
|   end | ||||
| end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sunnylqm
					sunnylqm