Skip to content

Commit

Permalink
⚡ Update podfile for better index speed in Jetbrains AppCode.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Feb 19, 2020
1 parent 6647f99 commit 43aa4f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ target 'Runner' do
system('mkdir -p .symlinks/plugins')
plugin_pods = parse_KV_file('../.flutter-plugins')
plugin_pods.each do |name, path|
symlink = File.join('.symlinks', 'plugins', name)
File.symlink(path, symlink)
pod name, :path => File.join(symlink, 'ios')
specPath = "#{path}/ios/#{name}.podspec"
pod name,:path=>specPath
end
end

Expand Down

0 comments on commit 43aa4f9

Please sign in to comment.