Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
ControlCenter
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"]
for_lane :beta do
app_identifier 'com.cliqz.ios.newCliqz'
end
end