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

Commit 24fcfb4

Browse files
author
Paul Balaji
authored
Unshare Apple ID from fastlane Matchfile (#98)
1 parent 6669122 commit 24fcfb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fastlane/Matchfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
app_identifier("io.improbable.*")
12
git_url("[email protected]:improbable/apple-codesigning.git")
3+
keychain_name("login.keychain")
4+
readonly(true)
25
storage_mode("git")
36
type("development")
4-
app_identifier("io.improbable.*")
5-
keychain_name("login.keychain")
6-
username("[email protected]")
77

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

0 commit comments

Comments
 (0)