mirror of
https://github.com/chenasraf/pantry-flutter.git
synced 2026-05-17 17:28:03 +00:00
11 lines
340 B
Ruby
11 lines
340 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'cocoapods'
|
|
|
|
# Pin xcodeproj to a commit on master that supports objectVersion 70
|
|
# (generated by Xcode 16+). Drop this override once a release > 1.27.0
|
|
# is published on rubygems.
|
|
gem 'xcodeproj',
|
|
git: 'https://github.com/CocoaPods/Xcodeproj.git',
|
|
ref: 'c12d2ae619ae42f947a6b07d865f69948c752df5'
|