From a99f846d304832e93534f7a96e2de547dfc696ae Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Tue, 28 Mar 2017 09:50:39 -0700 Subject: [PATCH] Update Fastfile for CD --- .gitignore | 1 + fastlane/Appfile | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 fastlane/Appfile 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"]