Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
2.0.0
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
# For more information about the Appfile, see:
# https://docs.fastlane.tools/advanced/#appfile
for_platform :ios do
# for all iOS related things
apple_id ENV["ITUNES_USER"]
team_id ENV["TEAM_ID"]
for_lane :nightly do
app_identifier 'com.cliqz.ios.newCliqz'
end
for_lane :beta do
app_identifier 'com.evidon.Ghostery'
end
for_lane :release do
app_identifier 'com.evidon.Ghostery'
end
end