2018-03-26 10:56:25 +00:00
|
|
|
# iOS
|
|
|
|
|
2019-09-21 09:44:03 +00:00
|
|
|
app_identifier('im.status.ethereum') # The bundle identifier of your app
|
|
|
|
apple_id(ENV['FASTLANE_APPLE_ID']) # Your Apple email address
|
|
|
|
itc_team_id('118430139') # iTunes Connect Team ID
|
2018-03-26 10:56:25 +00:00
|
|
|
|
2020-06-24 15:54:28 +00:00
|
|
|
for_platform :ios do
|
|
|
|
for_lane :pr do
|
|
|
|
app_identifier('im.status.ethereum.pr')
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
2018-03-26 10:56:25 +00:00
|
|
|
# Android
|
|
|
|
|
2019-09-21 09:44:03 +00:00
|
|
|
# json_key_file('') # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
|
|
|
|
package_name('im.status.ethereum') # e.g. com.krausefx.app
|
2018-03-26 10:56:25 +00:00
|
|
|
|
|
|
|
# For more information about the Appfile, see:
|
|
|
|
# https://docs.fastlane.tools/advanced/#appfile
|