This repository was archived by the owner on Sep 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
WordPress-iOS Edition [Do Not Merge] #816
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generated by 🚫 Danger |
Versions:
|
14 tasks
ed81029
to
7ab0ebe
Compare
This will allow adopting an improved default pipeline upload step on the CI infrastructure side of the setup. It also makes it clear what queue is in use just by looking at the pipeline file. Notice it does not introduce the standard `shared-pipeline-vars` file because to use that we first need the default pipeline upload step in the IaC configuration.
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.9. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.6...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
This is an attempt to address the 500 error we got from the API when trying to publish version 17.3.0. See https://buildkite.com/automattic/wordpresskit-ios/builds/1908#01934d17-d6b4-43c7-9005-0fcb799f5222
In the context of linear.app/a8c/issue/AINFRA-283 and as discussed in pbArwn-7sp-p2, I'm going to merge this into #816 and then #816 into In short: WordPress-Jetpack-Reader iOS is now the only client of WordPressKit, so it's okay to have all this on We can let the fact the tests don't pass slide for the moment. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This branch contains an archived version of WordPressKit designed to be used exclusively by WordPress-iOS. Consider it a release branch.
This version of WordPressKit is distributed using SwiftPM as a binary target. It has no dependencies to
WordPressShared
andUIDeviceIdentifier
, and it importswpxmlrpc
andNSObject_SafeExtensions
as@_implementationOnly
, so there are not exposed in the public interface.Updating WordPressKit
On an off chance that the WordPressKit version used by WordPress-iOS needs a patch, please submit it by targeting this branch.
Deployment Instructions
The deployment currently requires a few manual steps, but we don't expect it to be needed often.
.buildkite/create-xcframeworks.sh
to create binaries.build/xcframeworks/WordPressKit.zip
to this repoPackage.swift
with a new URL and checksum*wpios-edition