We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d8e61f + fc43986 commit f1cf513Copy full SHA for f1cf513
.github/workflows/build.yml
@@ -233,8 +233,9 @@ jobs:
233
go install go.uber.org/mock/[email protected]
234
make test-deps
235
gomobile bind -tags "envproduction nogrpcserver gomobile nowatchdog nosigar nomutexdeadlockdetector timetzdata" -ldflags "$FLAGS" -v -target=ios -o Lib.xcframework github.com/anyproto/anytype-heart/clientlibrary/service github.com/anyproto/anytype-heart/core || true
236
+ mkdir -p dist/ios/ && mv Lib.xcframework dist/ios/
237
go run cmd/iosrepack/main.go
- gtar --exclude ".*" -czvf ios_framework.tar.gz Lib.xcframework protobuf json
238
+ gtar --exclude ".*" -czvf ios_framework.tar.gz dist/ios/Lib.xcframework protobuf json
239
gradle publish
240
mv ios_framework.tar.gz .release/ios_framework_${VERSION}.tar.gz
241
env:
0 commit comments