From 5567bb5b2c8f09f3aa86dafd8c2d2d3a37e63ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20K=C3=B6rber?= <56073945+jakobkoerber@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:00:39 +0200 Subject: [PATCH] Update Match Repository --- ios/fastlane/Matchfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/fastlane/Matchfile b/ios/fastlane/Matchfile index a8854722..3dc2ccc6 100644 --- a/ios/fastlane/Matchfile +++ b/ios/fastlane/Matchfile @@ -1,4 +1,4 @@ -git_url("git@github.com:TUM-Dev/Campus-Flutter-Match.git") +git_url("git@github.com:TUM-Dev/campus_flutter_match.git") storage_mode("git") type("appstore") app_identifier(["de.tum.tca", "de.tum.tca.calendarWidget"])