diff --git a/.gitignore b/.gitignore index 234fc00..82c3e53 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,7 @@ Carthage/Build # For more information about the recommended setup visit: # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md +fastlane/README.md fastlane/report.xml fastlane/Preview.html fastlane/screenshots diff --git a/fastlane/Appfile b/fastlane/Appfile new file mode 100644 index 0000000..8a3ad8c --- /dev/null +++ b/fastlane/Appfile @@ -0,0 +1,4 @@ +app_identifier ENV["APP_IDENTIFIER"] +apple_id ENV["APPLE_ID"] +team_id ENV["TEAM_ID"] +itc_team_id ENV["ITC_TEAM_ID"]