Update NdrFfi vendored artifacts to 0.0.100

This commit is contained in:
Dev 2026-04-26 15:26:11 +03:00
parent 60d03f82eb
commit 424b809720
5 changed files with 21 additions and 21 deletions

View File

@ -20,6 +20,23 @@
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>libndr_ffi_macos.a</string>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>libndr_ffi_macos.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>libndr_ffi_sim.a</string>
@ -39,23 +56,6 @@
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>libndr_ffi_macos.a</string>
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>libndr_ffi_macos.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>

View File

@ -4,9 +4,9 @@ Current vendored `NdrFfi` artifacts in this package correspond to:
- Upstream repository: `git@github.com:mmalmi/nostr-double-ratchet.git`
- Upstream crate: `rust/crates/ndr-ffi`
- Upstream version: `v0.0.97`
- Upstream source revision: `v0.0.97-3-g5fa8dbb`
- Upstream commit: `5fa8dbb7d4a2ea21e448e5fa220f655030de12f2`
- Upstream version: `v0.0.100`
- Upstream source revision: `v0.0.100-1-gb8f0cc2`
- Upstream commit: `b8f0cc2ef9dd651d5eb4a6d9e1236532c9b414a4`
- Rebuild script: `build-apple.sh`
- Static archive post-processing: `xcrun strip -S` to remove DWARF debug info while preserving link symbols
- Rust toolchain used for the vendored refresh: `rustc 1.94.1 (e408947bf 2026-03-25)`
@ -16,4 +16,4 @@ Vendored outputs updated from that source:
- `Sources/NdrFfi/NdrFfi.swift`
- `Frameworks/NdrFfi.xcframework` (`macos-arm64_x86_64`, `ios-arm64`, `ios-arm64_x86_64-simulator`)
Recorded on `2026-04-25T09:00:04Z`.
Recorded on `2026-04-26T12:14:44Z`.