Skip to content

Commit 0e56bce

Browse files
committed
[LOCAL] Fix React-perflogger.podspec conflict
1 parent d0c94d6 commit 0e56bce

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,6 @@
103103
},
104104
"resolutions": {
105105
"react-is": "19.0.0-rc-fb9a90fa48-20240614"
106-
}
106+
},
107+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
107108
}

packages/react-native/ReactCommon/reactperflogger/React-perflogger.podspec

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,4 @@ Pod::Spec.new do |s|
3434
s.header_dir = "reactperflogger"
3535
s.pod_target_xcconfig = { "CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard() }
3636
s.compiler_flags = folly_compiler_flags
37-
s.pod_target_xcconfig = {
38-
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
39-
"HEADER_SEARCH_PATHS" => header_search_paths.join(' '),
40-
}
41-
42-
s.dependency "RCT-Folly", folly_version
43-
s.dependency "DoubleConversion"
4437
end

0 commit comments

Comments
 (0)