Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Conversation

@jtreanor
Copy link
Contributor

@jtreanor jtreanor commented Mar 29, 2019

Description

This PR makes a few updates to make WordPressKit compatible with Xcode 10.2:

  1. Updates CocoaPods to 1.6.1.
  2. Fixes various new Xcode warnings.
  3. Updates the CircleCI config to use Xcode 10.2.

It still works fine with Xcode 10.1.

Testing Details

  • Please check here if your pull request includes additional test coverage.

@jtreanor jtreanor changed the title Cocoapods 1 6 xcode 10 2 Xcode 10.2 compatibility Mar 29, 2019
@jtreanor jtreanor requested a review from jkmassel March 29, 2019 16:45
Copy link
Contributor

@jkmassel jkmassel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all looks solid, and still works great in Xcode 10.1

:shipit:

@@ -1,5 +1,4 @@
source 'https://rubygems.org' do
gem 'cocoapods', '1.5.3'
gem 'cocoapods', '1.6.1'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

public extension BlogJetpackSettingsServiceRemote {

public enum Keys {
enum Keys {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm presuming these were removed because it's duplicate visibility given BlogJetpackSettingsServiceRemote is public?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. This was the warning:

image

@jtreanor jtreanor merged commit 78a0a0e into develop Mar 29, 2019
@jtreanor jtreanor deleted the cocoapods-1-6-xcode-10-2 branch March 29, 2019 17:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants