Skip to content

Modernize - #1299

Open
takemiyamakoto wants to merge 5 commits into
developfrom
modernize
Open

Modernize#1299
takemiyamakoto wants to merge 5 commits into
developfrom
modernize

Conversation

@takemiyamakoto

@takemiyamakoto takemiyamakoto commented May 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Move the project fully onto Swift Package Manager by removing CocoaPods/Jenkins artifacts and updating workspace/project package wiring.
  • Add first-party local packages for shared foundation, UI, secure storage, dependency aggregation, test support, and build tooling.
  • Modernize dependency contracts and CI scripts for SPM stability, native crypto/shared-features compatibility, Codecov v6, local package verification, test matrix, archive smoke, and runtime key injection.
  • Update app imports/adapters and refresh unit/integration tests for the new package boundaries and dependency APIs.

Validation

  • CI now runs bootstrap, local package verification, simulator test matrix, unsigned archive smoke, and Codecov upload through GitHub Actions.
  • Added package-level tests for the new local packages and refreshed app/integration tests around changed compatibility layers.

Review Notes

  • Large mechanical diff due to moving shared code into SPM packages and replacing CocoaPods wiring.
  • No user-facing feature change is intended; main risk is build, package-resolution, or CI regression.
  • Review focus: package manifests/resolved pins, dependency-contract scripts, runtime key handling, and updated dependency API adapters.

@takemiyamakoto

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Breezy!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant