Conversation
The trunk session token expired during the 4.0.0 release and the trunk becomes read-only on 2026-12-02 anyway, so the breaking major is the natural cutoff: 3.0.0 stays the last published pod version. Removed: the podspec, the pod lint CI job, the trunk push job in release.yml, the pod fastlane lanes and run.sh entries, the cocoapods gems, and the pod-only EXPANDED_* signing workarounds.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #82 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 3 3
Lines 237 237
=======================================
Hits 234 234
Misses 3 3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
checkout v7, configure-pages v6, deploy-pages v5, upload-pages-artifact v5, codecov-action v7. Silences the Node.js 20 deprecation annotations on every run; codecov inputs (token, fail_ci_if_error, verbose) are unchanged across v4 to v7.
Owner
Author
|
Added |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
The trunk session token expired during the 4.0.0 release, and the trunk becomes read-only on 2026-12-02 regardless — the breaking 4.0.0 major is the natural cutoff. 3.0.0 remains the last version published as the
Punycodepod; 4.0.0+ is SPM (and best-effort Carthage) only.Removed:
Punycode.podspecPodslint jobs from CI (CI Successgate updated)release.yml(now GitHub Release only)lint_cocoapods/push_cocoapodsfastlane lanes, run.sh entries, cocoapods gems, and the pod-onlyEXPANDED_*signing workaroundsDocs updated: README install section (pod marked ended, SPM 4.0.0 entry added), CLAUDE.md, CONTRIBUTING.md, CHANGELOG (Unreleased → Removed).
Test plan