diff --git a/ios/.gitignore b/ios/.gitignore index 0a83b927..c7f0a11b 100644 --- a/ios/.gitignore +++ b/ios/.gitignore @@ -46,3 +46,5 @@ Pods/ libs Flutter/flutter_export_environment.sh + +fastlane/report.xml diff --git a/ios/Gemfile b/ios/Gemfile new file mode 100644 index 00000000..7a118b49 --- /dev/null +++ b/ios/Gemfile @@ -0,0 +1,3 @@ +source "https://rubygems.org" + +gem "fastlane"