You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# WordPressKit for iOS
2
2
3
+
<!-- red -->
4
+
> [!CAUTION]
5
+
> This library is no longer fit for external contribution and community usage.
6
+
>
7
+
> [WordPress iOS](https://github.com/wordpress-mobile/WordPress-iOS) is its only consumer.
8
+
> The repo exists standalone rather than as part of the WordPress codebase because it's convenient to fetch this lump of code that rarely changes as a binary XCFramework dependency.
9
+
> See [#816](https://github.com/wordpress-mobile/WordPressKit-iOS/pull/816).
10
+
11
+
## XCFramework release instructions
12
+
13
+
- Run `.buildkite/create-xcframeworks.sh` to create binaries
14
+
- Upload `.build/xcframeworks/WordPressKit.zip` to this repo
15
+
- Update binary target in `Package.swift` with a new URL and checksum<sup>*</sup>
16
+
- Push the new changes to your branch
17
+
- After testing is done, merge changes into `trunk`
18
+
19
+
<sup>*</sup>_checksum is echoed at the end of the `create-xcframeworks.sh` script_
20
+
3
21
## About
4
22
5
23
WordPressKit offers a clean and simple WordPress.com and WordPress.org API.
0 commit comments