@@ -58,9 +58,11 @@ def self.set_gcc_preprocessor_definition_for_React_hermes(installer)
5858
5959 def self . set_gcc_preprocessor_definition_for_debugger ( installer )
6060 self . add_build_settings_to_pod ( installer , "GCC_PREPROCESSOR_DEFINITIONS" , "REACT_NATIVE_DEBUGGER_ENABLED=1" , "React-jsinspector" , :debug )
61+ self . add_build_settings_to_pod ( installer , "GCC_PREPROCESSOR_DEFINITIONS" , "REACT_NATIVE_DEBUGGER_ENABLED=1" , "React-jsinspectornetwork" , :debug )
6162 self . add_build_settings_to_pod ( installer , "GCC_PREPROCESSOR_DEFINITIONS" , "REACT_NATIVE_DEBUGGER_ENABLED=1" , "React-RCTNetwork" , :debug )
6263 self . add_build_settings_to_pod ( installer , "GCC_PREPROCESSOR_DEFINITIONS" , "REACT_NATIVE_DEBUGGER_ENABLED=1" , "React-networking" , :debug )
6364 self . add_build_settings_to_pod ( installer , "GCC_PREPROCESSOR_DEFINITIONS" , "REACT_NATIVE_DEBUGGER_ENABLED_DEVONLY=1" , "React-jsinspector" , :debug )
65+ self . add_build_settings_to_pod ( installer , "GCC_PREPROCESSOR_DEFINITIONS" , "REACT_NATIVE_DEBUGGER_ENABLED_DEVONLY=1" , "React-jsinspectornetwork" , :debug )
6466 self . add_build_settings_to_pod ( installer , "GCC_PREPROCESSOR_DEFINITIONS" , "REACT_NATIVE_DEBUGGER_ENABLED_DEVONLY=1" , "React-RCTNetwork" , :debug )
6567 self . add_build_settings_to_pod ( installer , "GCC_PREPROCESSOR_DEFINITIONS" , "REACT_NATIVE_DEBUGGER_ENABLED_DEVONLY=1" , "React-networking" , :debug )
6668 end
0 commit comments