Lock flipper to 0.74.0

This commit is contained in:
Marc Rousavy 2021-02-19 16:53:21 +01:00
parent 55bf5ecd43
commit 2dbddd09a7

View File

@ -14,7 +14,7 @@ target 'VisionCameraExample' do
# #
# Note that if you have use_frameworks! enabled, Flipper will not work and # Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines. # you should disable these next few lines.
use_flipper! use_flipper!({ 'Flipper' => '0.74.0' })
post_install do |installer| post_install do |installer|
flipper_post_install(installer) flipper_post_install(installer)
end end