BlueWallet / rn-ldk

Lightweight lightning node for React Native
MIT License
136 stars 25 forks source link

Bump LDK iOS to 110 #54

Closed jurvis closed 2 years ago

jurvis commented 2 years ago

Crucially, we drop LightningDevKit.xcframework into RnLdk.xcodeproj instead of just exposing it via vendored_framework in .podspec.

I only got as far as to test that pod install works for the example app. I reckon the actual project itself (the Swift file) needs updating.

image image
Overtorment commented 2 years ago

changes should be applied to branch in https://github.com/BlueWallet/rn-ldk/pull/52 but nevertheless. @marcosrdz maybe you can just port changes from this PR there..?

jurvis commented 2 years ago

@Overtorment I swapped the base branch for this PR to ldk-110 so it can be part of #52.

jurvis commented 2 years ago

though it's looking like you all may have fixed it?

Overtorment commented 2 years ago

merged