add Matchfile

This commit is contained in:
Fin 2021-06-23 18:34:10 +08:00
parent d7e3e77358
commit 6eca97677e
No known key found for this signature in database
GPG Key ID: CFB59B99D87A7B93
2 changed files with 15 additions and 0 deletions

View File

@ -22,6 +22,8 @@ platform :ios do
if !build.nil? && !build.empty?
increment_build_number(build_number: build.to_i)
end
match(type: "appstore", readonly: is_ci, keychain_name: "login.keychain", keychain_password: "bark")
build_app(workspace: "Bark.xcworkspace", scheme: "Bark")

13
fastlane/Matchfile Normal file
View File

@ -0,0 +1,13 @@
git_url("git@github.com:Finb/match.git")
storage_mode("git")
type("development") # The default type, can be: appstore, adhoc, enterprise or development
# app_identifier(["tools.fastlane.app", "tools.fastlane.app2"])
# username("user@fastlane.tools") # Your Apple Developer Portal username
# For all available options run `fastlane match --help`
# Remove the # in the beginning of the line to enable the other options
# The docs are available on https://docs.fastlane.tools/actions/match