Merge pull request #5842 from hsjoberg/gomobile-ios-xcframework

build: make gomobile iOS build to .xcframework folder
This commit is contained in:
Oliver Gugger 2021-10-08 09:58:03 +02:00 committed by GitHub
commit c30152c1c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -22,7 +22,7 @@ GOFUZZ_BIN := $(GO_BIN)/go-fuzz
MOBILE_BUILD_DIR :=${GOPATH}/src/$(MOBILE_PKG)/build
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 := $(ANDROID_BUILD_DIR)/Lndmobile.aar

View File

@ -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**
@ -467,6 +473,7 @@ change](https://github.com/lightningnetwork/lnd/pull/5613).
* Elle Mouton
* ErikEk
* Eugene Siegel
* Hampus Sjöberg
* Harsha Goli
* Jesse de Wit
* Martin Habovstiak