Core icon indicating copy to clipboard operation
Core copied to clipboard

The models used within the CocoaPods gem

Results 17 Core issues
Sort by recently updated
recently updated
newest added

Following discussions in #669, @dcvz has volunteered a Buildkite agent running on an M1 Mac. This PR adds the pipeline that runs tests on it (currently failing because of Typhoeus)....

This year, git and GitHub have added support for [sparse checkouts](https://github.blog/2020-01-17-bring-your-monorepo-down-to-size-with-sparse-checkout/) and [partial clones](https://about.gitlab.com/blog/2020/03/13/partial-clone-for-massive-repositories/). This PR adds support for these features in the spec repos. If a spec repo is...

If a dependency was already defined using an external source, reuse that definition: ```ruby # define an external source target 'TargetA' do pod 'JSONKit', :podspec => 'https://example.com/JSONKit.podspec' end # reuse...

Raise the default deployment target for macOS from 10.6 to 10.9. This gets rid of a warning in Xcode 12 with pods that did not explicitly specify a deployment target....