-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes rust-nostr/nostr-sdk-swift#3 Signed-off-by: Yuki Kishimoto <[email protected]>
- Loading branch information
Showing
8 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
bindings/nostr-sdk-ffi/swift/nostr_sdkFFI.xcframework/ios-arm64/Headers/module.modulemap
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
bindings/nostr-sdk-ffi/swift/nostr_sdkFFI.xcframework/ios-arm64/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
framework module nostr_sdkFFI { | ||
umbrella header "nostr_sdkFFI-umbrella.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
4 changes: 0 additions & 4 deletions
4
...dk-ffi/swift/nostr_sdkFFI.xcframework/ios-arm64_x86_64-simulator/Headers/module.modulemap
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
...dk-ffi/swift/nostr_sdkFFI.xcframework/ios-arm64_x86_64-simulator/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
framework module nostr_sdkFFI { | ||
umbrella header "nostr_sdkFFI-umbrella.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
4 changes: 0 additions & 4 deletions
4
.../nostr-sdk-ffi/swift/nostr_sdkFFI.xcframework/macos-arm64_x86_64/Headers/module.modulemap
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
.../nostr-sdk-ffi/swift/nostr_sdkFFI.xcframework/macos-arm64_x86_64/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
framework module nostr_sdkFFI { | ||
umbrella header "nostr_sdkFFI-umbrella.h" | ||
|
||
export * | ||
module * { export * } | ||
} |