Signal-iOS/Gemfile
2020-01-02 12:03:57 -08:00

10 lines
411 B
Ruby

source 'https://rubygems.org'
gem 'cocoapods'
gem 'fastlane'
gem 'anbt-sql-formatter'
# The current head of cocoapods-binary doesn't support schemes with spaces in them.
# There is an open PR addressing this issue, but for now we use our fork that fixes
# this is when archiving for App Store Release.
gem 'cocoapods-binary', git: 'https://github.com/signalapp/cocoapods-binary.git', branch: 'nt/fix-readlink'