2
0
mirror of https://github.com/status-im/status-mobile.git synced 2025-02-13 00:56:52 +00:00

10 lines
417 B
Plaintext
Raw Normal View History

2019-09-21 11:44:03 +02:00
git_url('git@github.com:status-im/ios-certificates.git')
2019-09-21 11:44:03 +02:00
type('development') # The default type, can be: appstore, adhoc, enterprise or development
app_identifier(['im.status.ethereum', 'im.status.ethereum.pr'])
2019-09-21 11:44:03 +02:00
username(ENV['FASTLANE_APPLE_ID']) # 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