Update Fastfile

This commit is contained in:
Feng 2021-06-23 19:48:56 +08:00 committed by GitHub
parent 5df4ec4b0c
commit 4daff06b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ platform :ios do
increment_build_number(build_number: build.to_i)
end
match(type: "appstore", readonly: is_ci, keychain_name: "login.keychain", keychain_password: "bark")
match(type: "appstore", readonly: is_ci)
build_app(workspace: "Bark.xcworkspace", scheme: "Bark")