From 4892ebe20136dc148d87cda8b7a2a99dc264762d Mon Sep 17 00:00:00 2001 From: "Dawid Wyrkowski (Dawqss)" Date: Sat, 28 Sep 2024 14:55:13 +0200 Subject: [PATCH] chore(): add Matchfile --- ios/fastlane/Matchfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ios/fastlane/Matchfile diff --git a/ios/fastlane/Matchfile b/ios/fastlane/Matchfile new file mode 100644 index 0000000..6290435 --- /dev/null +++ b/ios/fastlane/Matchfile @@ -0,0 +1,5 @@ +git_url("git@github.com:Dawqss/fastlane-Certificates.git") + +storage_mode("git") + +type("adhoc")