diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 471857e92..6498ac5f4 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -34,7 +34,7 @@ platform :ios do increment_build_number ensure_git_branch() increment_version_number(bump_type: "patch") - localize + #localize cert match(type: "appstore", readonly: true) gym(scheme: "Trust")