forked from lightningdevkit/ldk-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename Swift modules to
LDKNode
/LDKNodeFFI
- Loading branch information
Showing
13 changed files
with
45 additions
and
42 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
2 changes: 1 addition & 1 deletion
2
....framework/Headers/ldk_nodeFFI-umbrella.h → ...I.framework/Headers/LDKNodeFFI-umbrella.h
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// This is the "umbrella header" for our combined Rust code library. | ||
// It needs to import all of the individual headers. | ||
|
||
#import "ldk_nodeFFI.h" | ||
#import "LDKNodeFFI.h" |
6 changes: 6 additions & 0 deletions
6
...ings/swift/LDKNodeFFI.xcframework/ios-arm64/LDKNodeFFI.framework/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 LDKNodeFFI { | ||
umbrella header "LDKNodeFFI-umbrella.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
2 changes: 1 addition & 1 deletion
2
....framework/Headers/ldk_nodeFFI-umbrella.h → ...I.framework/Headers/LDKNodeFFI-umbrella.h
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// This is the "umbrella header" for our combined Rust code library. | ||
// It needs to import all of the individual headers. | ||
|
||
#import "ldk_nodeFFI.h" | ||
#import "LDKNodeFFI.h" |
6 changes: 6 additions & 0 deletions
6
...eFFI.xcframework/ios-arm64_x86_64-simulator/LDKNodeFFI.framework/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 LDKNodeFFI { | ||
umbrella header "LDKNodeFFI-umbrella.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
2 changes: 1 addition & 1 deletion
2
....framework/Headers/ldk_nodeFFI-umbrella.h → ...I.framework/Headers/LDKNodeFFI-umbrella.h
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// This is the "umbrella header" for our combined Rust code library. | ||
// It needs to import all of the individual headers. | ||
|
||
#import "ldk_nodeFFI.h" | ||
#import "LDKNodeFFI.h" |
6 changes: 6 additions & 0 deletions
6
...t/LDKNodeFFI.xcframework/macos-arm64_x86_64/LDKNodeFFI.framework/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 LDKNodeFFI { | ||
umbrella header "LDKNodeFFI-umbrella.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
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
6 changes: 0 additions & 6 deletions
6
...gs/swift/ldk_nodeFFI.xcframework/ios-arm64/ldk_nodeFFI.framework/Modules/module.modulemap
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...FFI.xcframework/ios-arm64_x86_64-simulator/ldk_nodeFFI.framework/Modules/module.modulemap
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...ldk_nodeFFI.xcframework/macos-arm64_x86_64/ldk_nodeFFI.framework/Modules/module.modulemap
This file was deleted.
Oops, something went wrong.
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