[LOCAL] Fix React-perflogger.podspec conflict

This commit is contained in:
Riccardo Cipolleschi
2024-07-15 16:24:47 +02:00
parent d0c94d6de1
commit 0e56bce6ba
2 changed files with 2 additions and 8 deletions
+2 -1
View File
@@ -103,5 +103,6 @@
},
"resolutions": {
"react-is": "19.0.0-rc-fb9a90fa48-20240614"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
@@ -34,11 +34,4 @@ Pod::Spec.new do |s|
s.header_dir = "reactperflogger"
s.pod_target_xcconfig = { "CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard() }
s.compiler_flags = folly_compiler_flags
s.pod_target_xcconfig = {
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
"HEADER_SEARCH_PATHS" => header_search_paths.join(' '),
}
s.dependency "RCT-Folly", folly_version
s.dependency "DoubleConversion"
end