diff --git a/.gitignore b/.gitignore index d552a87..05f11e6 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ build/ spec/fixtures/*.itmsp/*.png /integration Gemfile.lock +fastlane/report.xml diff --git a/fastlane/Fastfile b/fastlane/Fastfile new file mode 100644 index 0000000..c2d5691 --- /dev/null +++ b/fastlane/Fastfile @@ -0,0 +1,2 @@ +# this requires fastlane to be checked out in the same folder +import "../../fastlane/fastlane/Fastfile"