Skip to content

Update link to vendoring 3rd parties #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec

gem 'xcodeproj', '~> 1.4'
gem 'cocoapods', '1.7.0'
gem 'cocoapods', '1.10.2'

gem 'bacon'
gem 'rake'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $ [bundle exec] rake pod:update
## Options

If necessary, you can pass `vendor_project` options to the `pods` configuration
method. These options are described [here](http://www.rubymotion.com/developer-center/guides/project-management/#_vendoring_3rd_party_libraries).
method. These options are described [here](http://www.rubymotion.com/developers/guides/manuals/cocoa/project-management/#:~:text=bar.rb.-,2.6.%20Vendoring%203rd%2DParty%20Libraries).
For instance, to only generate BridgeSupport metadata for a single pod, which
might be needed if a dependency that you’re not using directly is causing issues
(such as C++ headers), you can specify that like so:
Expand Down