mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-20 21:30:06 +02:00
build: make gomobile iOS build to .xcframework folder
Recent gomobile versions are now building for the `xcframework` packaging format instead of `framework`. This commit addresses this by outputting to a `.xcframework` folder.
This commit is contained in:
@@ -227,6 +227,12 @@ you.
|
||||
* [All integration tests (except the ARM itests) were moved from Travis CI to
|
||||
GitHub Actions](https://github.com/lightningnetwork/lnd/pull/5811).
|
||||
|
||||
* [The LndMobile iOS build has been updated to work
|
||||
with newer gomobile versions](https://github.com/lightningnetwork/lnd/pull/5842)
|
||||
that output in the `xcframework` packaging format.
|
||||
Applications that use the iOS build will have to be updated to include
|
||||
an `xcframework` instead of a `framework`.
|
||||
|
||||
## Documentation
|
||||
|
||||
* [Outdated warning about unsupported pruning was replaced with clarification that LND **does**
|
||||
@@ -456,6 +462,7 @@ change](https://github.com/lightningnetwork/lnd/pull/5613).
|
||||
* Elle Mouton
|
||||
* ErikEk
|
||||
* Eugene Siegel
|
||||
* Hampus Sjöberg
|
||||
* Harsha Goli
|
||||
* Jesse de Wit
|
||||
* Martin Habovstiak
|
||||
|
Reference in New Issue
Block a user