File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,7 @@ def shared
3636 end
3737
3838 inherit! :search_paths
39- post_install do |installer |
40- # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
41- react_native_post_install (
42- installer ,
43- config [ :reactNativePath ] ,
44- :mac_catalyst_enabled => false ,
45- )
46- __apply_Xcode_12_5_M1_post_install_workaround ( installer )
47- end
39+
4840end
4941
5042target 'OnnxruntimeModule' do
@@ -55,3 +47,12 @@ target 'OnnxruntimeModuleTest' do
5547 shared
5648end
5749
50+ post_install do |installer |
51+ # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
52+ react_native_post_install (
53+ installer ,
54+ config [ :reactNativePath ] ,
55+ :mac_catalyst_enabled => false ,
56+ )
57+ __apply_Xcode_12_5_M1_post_install_workaround ( installer )
58+ end
You can’t perform that action at this time.
0 commit comments