mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-14 02:15:29 +02:00
Merge pull request #5842 from hsjoberg/gomobile-ios-xcframework
build: make gomobile iOS build to .xcframework folder
This commit is contained in:
2
Makefile
2
Makefile
@@ -22,7 +22,7 @@ GOFUZZ_BIN := $(GO_BIN)/go-fuzz
|
|||||||
|
|
||||||
MOBILE_BUILD_DIR :=${GOPATH}/src/$(MOBILE_PKG)/build
|
MOBILE_BUILD_DIR :=${GOPATH}/src/$(MOBILE_PKG)/build
|
||||||
IOS_BUILD_DIR := $(MOBILE_BUILD_DIR)/ios
|
IOS_BUILD_DIR := $(MOBILE_BUILD_DIR)/ios
|
||||||
IOS_BUILD := $(IOS_BUILD_DIR)/Lndmobile.framework
|
IOS_BUILD := $(IOS_BUILD_DIR)/Lndmobile.xcframework
|
||||||
ANDROID_BUILD_DIR := $(MOBILE_BUILD_DIR)/android
|
ANDROID_BUILD_DIR := $(MOBILE_BUILD_DIR)/android
|
||||||
ANDROID_BUILD := $(ANDROID_BUILD_DIR)/Lndmobile.aar
|
ANDROID_BUILD := $(ANDROID_BUILD_DIR)/Lndmobile.aar
|
||||||
|
|
||||||
|
@@ -227,6 +227,12 @@ you.
|
|||||||
* [All integration tests (except the ARM itests) were moved from Travis CI to
|
* [All integration tests (except the ARM itests) were moved from Travis CI to
|
||||||
GitHub Actions](https://github.com/lightningnetwork/lnd/pull/5811).
|
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
|
## Documentation
|
||||||
|
|
||||||
* [Outdated warning about unsupported pruning was replaced with clarification that LND **does**
|
* [Outdated warning about unsupported pruning was replaced with clarification that LND **does**
|
||||||
@@ -467,6 +473,7 @@ change](https://github.com/lightningnetwork/lnd/pull/5613).
|
|||||||
* Elle Mouton
|
* Elle Mouton
|
||||||
* ErikEk
|
* ErikEk
|
||||||
* Eugene Siegel
|
* Eugene Siegel
|
||||||
|
* Hampus Sjöberg
|
||||||
* Harsha Goli
|
* Harsha Goli
|
||||||
* Jesse de Wit
|
* Jesse de Wit
|
||||||
* Martin Habovstiak
|
* Martin Habovstiak
|
||||||
|
Reference in New Issue
Block a user