mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
add Matchfile
This commit is contained in:
parent
d7e3e77358
commit
6eca97677e
@ -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
13
fastlane/Matchfile
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user