Skip to content

Commit be58f77

Browse files
committed
f Add swiftc commands for testing
1 parent 9e4a724 commit be58f77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

uniffi_bindgen_generate.sh

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ uniffi-bindgen generate uniffi/ldk_lite.udl --language kotlin
44

55
uniffi-bindgen generate uniffi/ldk_lite.udl --language swift
66
#swiftc -module-name ldk_lite -emit-library -o libldk_lite.dylib -emit-module -emit-module-path ./uniffi -parse-as-library -L ./target/release/ -lldk_lite -Xcc -fmodule-map-file=./uniffi/ldk_liteFFI.modulemap ./uniffi/ldk_lite.swift -v
7+
#swiftc -module-name ldk_lite -emit-library -o libldk_lite.dylib -emit-module -emit-module-path ./uniffi -parse-as-library -L ./target/debug/ -lldk_lite -Xcc -fmodule-map-file=./uniffi/ldk_liteFFI.modulemap ./uniffi/ldk_lite.swift -v
8+
#swiftc -module-name ldk_lite -emit-library -o libldk_lite.dylib -emit-module -emit-module-path ./uniffi -parse-as-library -L ./target/x86_64-apple-darwin/release/ -lldk_lite -Xcc -fmodule-map-file=./uniffi/ldk_liteFFI.modulemap ./uniffi/ldk_lite.swift -v

0 commit comments

Comments
 (0)