Skip to content

Commit

Permalink
Revert "try enabling cocoapods-binary"
Browse files Browse the repository at this point in the history
This reverts commit 4249f4d.
  • Loading branch information
Codel1417 committed Jun 10, 2024
1 parent 4249f4d commit a1d177d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source "https://rubygems.org"
gem "fastlane"
gem "cocoapods"
gem 'fastlane-plugin-sentry'
gem 'cocoapods-binary'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
3 changes: 1 addition & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe

flutter_ios_podfile_setup
Pod::PICKER_MEDIA = false
plugin 'cocoapods-binary'

target 'Runner' do
use_frameworks!
use_modular_headers!
all_binary!

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

Expand Down

0 comments on commit a1d177d

Please sign in to comment.