Skip to content

Commit a99f846

Browse files
committed
Update Fastfile for CD
1 parent 280966c commit a99f846

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Carthage/Build
6262
# For more information about the recommended setup visit:
6363
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
6464

65+
fastlane/README.md
6566
fastlane/report.xml
6667
fastlane/Preview.html
6768
fastlane/screenshots

fastlane/Appfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)