We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa476f1 commit 87ed5c7Copy full SHA for 87ed5c7
Sources/NostrSDK/NostrSDK.swift
@@ -7,8 +7,8 @@ import Foundation
7
// Depending on the consumer's build setup, the low-level FFI code
8
// might be in a separate module, or it might be compiled inline into
9
// this module. This is a bit of light hackery to work with both.
10
-#if canImport(nostr_sdk_ffiFFI)
11
-import nostr_sdk_ffiFFI
+#if canImport(nostr_sdkFFI)
+import nostr_sdkFFI
12
#endif
13
14
fileprivate extension RustBuffer {
@@ -33374,4 +33374,4 @@ private func uniffiEnsureInitialized() {
33374
}
33375
33376
33377
-// swiftlint:enable all
+// swiftlint:enable all
0 commit comments