Skip to content

Commit

Permalink
Add Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Jun 11, 2021
1 parent abbf253 commit 337e12b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fastlane/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
report.*
test_output
README.md

5 changes: 5 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fastlane_version "2.69.0"

lane :hello do
UI.message "Hello"
end

0 comments on commit 337e12b

Please sign in to comment.