10 lines
411 B
Ruby
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'
|