Last active
January 17, 2018 13:55
-
-
Save FranzBusch/55b06b57ffb9505cdd4af27d1c4d697d to your computer and use it in GitHub Desktop.
Sixt CI Appfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
team_id "XXX" | |
apple_id "XXX" | |
itunes_connect_id "XXX" | |
itc_team_name "XXX" | |
itc_team_id "XXX" | |
for_lane :alpha do | |
app_identifier "com.sixt.MediumTest-alpha" | |
end | |
for_lane :production do | |
app_identifier "com.sixt.MediumTest" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment