We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280966c commit a99f846Copy full SHA for a99f846
.gitignore
@@ -62,6 +62,7 @@ Carthage/Build
62
# For more information about the recommended setup visit:
63
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
64
65
+fastlane/README.md
66
fastlane/report.xml
67
fastlane/Preview.html
68
fastlane/screenshots
fastlane/Appfile
@@ -0,0 +1,4 @@
1
+app_identifier ENV["APP_IDENTIFIER"]
2
+apple_id ENV["APPLE_ID"]
3
+team_id ENV["TEAM_ID"]
4
+itc_team_id ENV["ITC_TEAM_ID"]
0 commit comments