Fix ios_add2app Podfile (#131263)

Fixes:

* https://github.com/flutter/flutter/issues/131261
This commit is contained in:
Daco Harkes 2023-07-27 18:37:41 +02:00 committed by GitHub
parent cfafb9105f
commit 4e609f1abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ target 'ios_add2app' do
end
target 'ios_add2appTests' do
install_flutter_engine_pod
install_flutter_engine_pod(flutter_application_path)
pod 'EarlGreyTest'
end