Update Fastfile for CD
This commit is contained in:
parent
280966cbcd
commit
a99f846d30
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -62,6 +62,7 @@ Carthage/Build
|
||||||
# For more information about the recommended setup visit:
|
# For more information about the recommended setup visit:
|
||||||
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
|
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
|
||||||
|
|
||||||
|
fastlane/README.md
|
||||||
fastlane/report.xml
|
fastlane/report.xml
|
||||||
fastlane/Preview.html
|
fastlane/Preview.html
|
||||||
fastlane/screenshots
|
fastlane/screenshots
|
||||||
|
|
|
||||||
4
fastlane/Appfile
Normal file
4
fastlane/Appfile
Normal file
|
|
@ -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"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue