Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rn): add iOS support #1210

Merged
merged 1 commit into from
Jan 7, 2025
Merged

feat(rn): add iOS support #1210

merged 1 commit into from
Jan 7, 2025

Conversation

moldy530
Copy link
Collaborator

@moldy530 moldy530 commented Dec 12, 2024

Pull Request Checklist


PR-Codex overview

This PR focuses on updating the account-kit/react-native-signer library, including new implementations in Swift and Objective-C, changes to project configurations, and updates to dependencies.

Detailed summary

  • Added NativeTEKStamperImpl class in NativeTEKStamperImpl.swift.
  • Updated package.json with new author and description.
  • Modified NativeTEKStamper interface and implementation in Objective-C.
  • Added new XML workspace configuration for ReactNativeSignerExample.
  • Updated Podfile.lock with new dependency versions.
  • Changed source URL in account-kit-react-native-signer.podspec.
  • Adjusted header search paths and compiler flags in Podfile.
  • Removed obsolete files in ios directory.
  • Updated Gemfile.lock with new dependencies.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

vercel bot commented Dec 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
aa-sdk-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2025 7:54pm
aa-sdk-ui-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2025 7:54pm

Copy link
Collaborator Author

moldy530 commented Dec 12, 2024


How to use the Graphite Merge Queue

Add the label graphite-merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@moldy530 moldy530 mentioned this pull request Dec 13, 2024
7 tasks
@moldy530 moldy530 marked this pull request as ready for review December 17, 2024 16:11
Copy link

graphite-app bot commented Jan 7, 2025

Merge activity

  • Jan 7, 2:32 PM EST: A user added this pull request to the Graphite merge queue.
  • Jan 7, 2:36 PM EST: A user removed this pull request from the Graphite merge queue.
  • Jan 7, 2:36 PM EST: The merge label 'graphite-merge-queue' was removed. This PR will no longer be merged by the Graphite merge queue
  • Jan 7, 7:36 PM UTC: The merge label 'graphite-merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Jan 7, 7:36 PM UTC: A user added this pull request to the Graphite merge queue.
  • Jan 7, 7:55 PM UTC: A user merged this pull request with the Graphite merge queue.

# Pull Request Checklist

- [ ] Did you add new tests and confirm existing tests pass? (`yarn test`)
- [ ] Did you update relevant docs? (docs are found in the `site` folder, and guidelines for updating/adding docs can be found in the [contribution guide](https://github.com/alchemyplatform/aa-sdk/blob/main/CONTRIBUTING.md))
- [ ] Do your commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard?
- [ ] Does your PR title also follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard?
- [ ] If you have a breaking change, is it [correctly reflected in your commit message](https://www.conventionalcommits.org/en/v1.0.0/#examples)? (e.g. `feat!: breaking change`)
- [ ] Did you run lint (`yarn lint:check`) and fix any issues? (`yarn lint:write`)
- [ ] Did you follow the [contribution guidelines](https://github.com/alchemyplatform/aa-sdk/blob/main/CONTRIBUTING.md)?

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating the `account-kit/react-native-signer` library, including the addition of new functionality, improvements in the iOS implementation, and updates to project dependencies and configurations.

### Detailed summary
- Added `NativeTEKStamperImpl` class with `create` method.
- Enhanced `NativeTEKStamper` implementation with new methods.
- Updated `package.json` with new author and description.
- Modified `Podspec` to point to the new repository.
- Added new files to the iOS project structure.
- Updated `Gemfile.lock` with new dependencies.
- Adjusted `xcodeproj` settings and identifiers.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants