Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Unshare Apple ID from fastlane Matchfile (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Balaji authored Apr 7, 2020
1 parent 6669122 commit 24fcfb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fastlane/Matchfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
app_identifier("io.improbable.*")
git_url("git@github.com:improbable/apple-codesigning.git")
keychain_name("login.keychain")
readonly(true)
storage_mode("git")
type("development")
app_identifier("io.improbable.*")
keychain_name("login.keychain")
username("imp-apple-dev@improbable.io")

# For all available options run `fastlane match --help`
# The docs are available on https://docs.fastlane.tools/actions/match

0 comments on commit 24fcfb4

Please sign in to comment.