From 5adaf059c8b829a99e2c2264d6fd5f81e0770311 Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Sat, 22 Apr 2023 01:18:56 -0400 Subject: [PATCH] chore(fastlane): update match repository url [skip ci] --- ios/fastlane/Matchfile | 2 +- macos/fastlane/Matchfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/fastlane/Matchfile b/ios/fastlane/Matchfile index c02d42e6..60c10a81 100644 --- a/ios/fastlane/Matchfile +++ b/ios/fastlane/Matchfile @@ -1,4 +1,4 @@ -git_url("git@github.com:RoninComputer/fastlane-match-storage.git") +git_url("git@github.com:JagandeepBrar/fastlane-match-storage.git") storage_mode("git") app_identifier(["app.lunasea.lunasea", "app.lunasea.lunasea.ImageNotification"]) platform("ios") diff --git a/macos/fastlane/Matchfile b/macos/fastlane/Matchfile index 9b77777b..5a2b8acd 100644 --- a/macos/fastlane/Matchfile +++ b/macos/fastlane/Matchfile @@ -1,4 +1,4 @@ -git_url("git@github.com:RoninComputer/fastlane-match-storage.git") +git_url("git@github.com:JagandeepBrar/fastlane-match-storage.git") storage_mode("git") app_identifier("app.lunasea.lunasea") platform("macos")