element-ios/Gemfile
manuroe e68c2f158e bundle update to use the latest cocoapods version
With cocoapods 1.10.0 and Realm 10.1.2, we are full compliant with arm64 simulator. We do not need any trick anymore
2020-11-16 10:35:03 +01:00

8 lines
226 B
Ruby

source "https://rubygems.org"
gem "xcode-install"
gem "fastlane"
gem "cocoapods", '~>1.10.0'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)