mirror of
https://github.com/standardnotes/mobile.git
synced 2026-01-04 13:58:09 -05:00
12 lines
294 B
Ruby
12 lines
294 B
Ruby
# Autogenerated by fastlane
|
|
#
|
|
# Ensure this file is checked in to source control!
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem 'fastlane'
|
|
gem 'fastlane-plugin-bundletool'
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|