From 3d532a06454992d7dd2fd316b8722e62910a7047 Mon Sep 17 00:00:00 2001 From: mplorentz Date: Fri, 20 Dec 2024 07:13:39 -0500 Subject: [PATCH] Change repository fastlane uses to store certs --- fastlane/Matchfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/Matchfile b/fastlane/Matchfile index 28ed8f931..e2378ed4f 100644 --- a/fastlane/Matchfile +++ b/fastlane/Matchfile @@ -1,8 +1,8 @@ -git_url("git@github.com:planetary-social/nos-ios-appstore-certificates.git") +git_url("git@github.com:verse-pbc/fastlane_certs.git") storage_mode("git") -type("development") # The default type, can be: appstore, adhoc, enterprise or development +type("appstore") # The default type, can be: appstore, adhoc, enterprise or development app_identifier(["com.verse.Nos", "com.verse.Nos-dev", "com.verse.Nos-staging"])