-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search paths are taken in the order they are written so we can't use them as a mechanism to choose the target. The user should copy the framework related to his specific architecture to the binding.framework folder. This enable the automatic build also to use this mechanism when building for release.
- Loading branch information
Showing
2 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
brew install ideviceinstaller ios-deploy | ||
git clone https://github.com/flutter/flutter.git -b stable | ||
cp -r $GOPATH/src/github.com/breez/breez/build/ios/bindings.xcframework $GITHUB_WORKSPACE/ios/bindings.framework | ||
cp -r $GOPATH/src/github.com/breez/breez/build/ios/bindings.xcframework/ios-arm64/Bindings.framework $GITHUB_WORKSPACE/ios/bindings.framework | ||
rm -rf $GITHUB_WORKSPACE/conf | ||
git clone [email protected]:configuration -b production $GITHUB_WORKSPACE/temp_config | ||
cp -r $GITHUB_WORKSPACE/temp_config/conf $GITHUB_WORKSPACE/conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters