mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
2400353de9
With cocoapods 1.10.0 and Realm 10.1.2, we are full compliant with arm64 simulator. We do not need any trick anymore
9 lines
226 B
Ruby
9 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)
|