Update Fastfile

This commit is contained in:
Feng 2021-06-23 22:01:22 +08:00 committed by GitHub
parent 7b0d525e6d
commit a3aae2e389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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