fix(drive): node id not changed
[!IMPORTANT]
Review skipped
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yamlfile in this repository. To trigger a single review, invoke the@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
✨ Finishing touches
🧪 Generate unit tests (beta)
- [ ] Create PR with unit tests
- [ ] Post copyable unit tests in a comment
- [ ] Commit unit tests in branch
fix/nodeIDChange
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
Comment @coderabbitai help to get the list of available commands and usage tips.
✅ DashSDKFFI.xcframework built for this PR.
- Workflow run: https://github.com/dashpay/platform/actions/runs/18900336577
- Artifacts: DashSDKFFI.xcframework (folder), DashSDKFFI.xcframework.zip, xc_checksum.txt
SwiftPM (host the zip at a stable URL, then use):
.binaryTarget(
name: "DashSDKFFI",
url: "https://your.cdn.example/DashSDKFFI.xcframework.zip",
checksum: "3199a8ad3b505bd833f1bc247438546f69ff82169047cbe0af4d36063da72bd0"
)
Xcode manual integration:
- Download 'DashSDKFFI.xcframework' artifact from the run link above.
- Drag it into your app target (Frameworks, Libraries & Embedded Content) and set Embed & Sign.
- If using the Swift wrapper package, point its binaryTarget to the xcframework location or add the package and place the xcframework at the expected path.