This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
17 lines (13 sloc)
355 Bytes
| # 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 :beta do | |
| app_identifier 'com.cliqz.ios.newCliqz' | |
| end | |
| for_lane :release do | |
| app_identifier 'com.evidon.Ghostery' | |
| end | |
| end |