Master in licard-dev #10

Merged
bogdan.terehov merged 323 commits from merge_master_in_licard_dev into licard-dev 2023-09-04 19:22:24 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 43485eb8f5 - Show all commits

View File

@ -434,7 +434,7 @@ def run_code_generation_phase_if_needed(options)
xcodeproj_path = File.expand_path options[:xcodeproj_path]
if File.exists? code_generation_script_path
sh("code_generation_script_path ${xcodeproj_path}")
sh("#{code_generation_script_path} #{xcodeproj_path}")
end
end