Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Prev Previous commit
Next Next commit
Remove test target from Podfile
  • Loading branch information
mvanbeusekom committed May 12, 2021
commit fd98524ffacd2a444a3ff85d0f12b4ac16247be9
6 changes: 0 additions & 6 deletions packages/in_app_purchase/in_app_purchase/example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ flutter_ios_podfile_setup
target 'Runner' do
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

target 'in_app_purchase_pluginTests' do
inherit! :search_paths

# Matches in_app_purchase test_spec dependency.
pod 'OCMock','3.5'
end
end

post_install do |installer|
Expand Down