Skip to content

Commit c31df0f

Browse files
committed
Fix name of script in react native codegen phase
1 parent 964a3c1 commit c31df0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/react_native_pods.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def use_react_native_codegen!(spec, options={})
142142
:name => 'Generate Specs',
143143
:input_files => [srcs_dir],
144144
:output_files => ["$(DERIVED_FILE_DIR)/codegen.log"],
145-
:script => "sh '#{File.join(__dir__, "generate-specs.sh")}' | tee \"${SCRIPT_OUTPUT_FILE_0}\"",
145+
:script => "sh '#{File.join(__dir__, "generate-native-modules-specs.sh")}' | tee \"${SCRIPT_OUTPUT_FILE_0}\"",
146146
:execution_position => :before_compile
147147
}
148148

0 commit comments

Comments
 (0)