diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index df6d9f8f..2e6b5a98 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -65,7 +65,7 @@ platform :ios do type: "appstore", app_identifier: "swiss.realunit.app", api_key: get_api_key, - git_url: "git@github.com:DFXswiss/fastlane-certificates.git" + git_url: "git@github.com:RealUnitCH/fastlane-certificates.git" ) # CFBundleShortVersionString must be three integers (App Store ITMS-90060). diff --git a/ios/fastlane/Matchfile b/ios/fastlane/Matchfile index afc0d14e..337624a4 100644 --- a/ios/fastlane/Matchfile +++ b/ios/fastlane/Matchfile @@ -1,4 +1,4 @@ -git_url("git@github.com:DFXswiss/fastlane-certificates.git") +git_url("git@github.com:RealUnitCH/fastlane-certificates.git") storage_mode("git")