ios: Add fastlane gemfile

This commit is contained in:
Vishesh Handa
2019-10-09 00:28:50 +02:00
parent a1fee440ba
commit 5ba7713494
2 changed files with 5 additions and 0 deletions

2
ios/.gitignore vendored
View File

@ -46,3 +46,5 @@ Pods/
libs
Flutter/flutter_export_environment.sh
fastlane/report.xml

3
ios/Gemfile Normal file
View File

@ -0,0 +1,3 @@
source "https://rubygems.org"
gem "fastlane"