enabled flipper in pod file

This commit is contained in:
Nouman Tahir 2022-11-25 16:37:24 +05:00
parent 9cdcce1a5f
commit a7d2f50fdc

View File

@ -28,7 +28,7 @@ target 'Ecency' do
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable the next line.
:flipper_configuration => FlipperConfiguration.disabled,
:flipper_configuration => FlipperConfiguration.enabled(["Debug"], { 'Flipper' => '0.174.0' }),
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)