From 90fdf41c31f1904390e4b0785334c27f597aec7d Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Sun, 28 Jan 2024 23:01:42 +0100 Subject: [PATCH] Remove match cert specification --- fastlane/Gymfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fastlane/Gymfile b/fastlane/Gymfile index af29d5fbd..47d85e251 100644 --- a/fastlane/Gymfile +++ b/fastlane/Gymfile @@ -7,5 +7,4 @@ scheme("Kiwix") output_directory("./builds") export_method("app-store") -export_team_id("L7HWM3SP3L") -codesigning_identity("match AppStore self.Kiwix") \ No newline at end of file +export_team_id("L7HWM3SP3L") \ No newline at end of file