From ac8dd40f2fd68c4703cac1dc82321d8c21af8464 Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Wed, 18 Mar 2020 22:48:29 -0700 Subject: [PATCH] Add match shortcuts identifier in Fastfile --- fastlane/Fastfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 80ce94e..973c2c3 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -38,6 +38,13 @@ platform :ios do keychain_password: ENV["MATCH_KEYCHAIN_PASSWORD"], readonly: true ) + match( + type: "appstore", + app_identifier: "me.mssun.passforios.shortcuts", + keychain_name: ENV["MATCH_KEYCHAIN_NAME"], + keychain_password: ENV["MATCH_KEYCHAIN_PASSWORD"], + readonly: true + ) increment_build_number( build_number: latest_testflight_build_number(version: get_version_number(target: "pass"), initial_build_number: 0) + 1, xcodeproj: "pass.xcodeproj"