From fa9ccef66befbd31c4573535a5c417c60fcfbc86 Mon Sep 17 00:00:00 2001 From: Vlad Suhomlinov <> Date: Thu, 13 May 2021 17:47:15 +0300 Subject: [PATCH] refactor: correct typo --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 2210ad8..52a1906 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -438,7 +438,7 @@ end # Build phases -def run_code_generation_phase_if_needed: +def run_code_generation_phase_if_needed() code_generation_script_path = File.expand_path "../.githooks/scripts/CodeGen.sh" workspace_path = File.expand_path "../#{appName}.xcworkspace"