From d221302b113dddfcf3a8ae330159f62f205b3741 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Wed, 13 Nov 2024 17:26:25 -0400 Subject: [PATCH] Update Fastfile --- fastlane/Fastfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index cb157a3f8..1f9292b41 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -440,7 +440,7 @@ lane :build_app_lane do end end end - +end # =========================== # Global Lanes # =========================== @@ -589,3 +589,5 @@ lane :update_release_notes do |options| UI.error("No localization found for locale #{locale}") end end +end +end \ No newline at end of file