mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
GO-4639 Fix ios 15 rights (#1930)
This commit is contained in:
parent
3e34be5447
commit
5e1b964529
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -137,10 +137,12 @@ endif
|
|||
@cp pkg/lib/bundle/internal*.json dist/ios/json/
|
||||
@go mod tidy
|
||||
@echo 'Repacking iOS framework...'
|
||||
chmod -R 755 dist/ios/Lib.xcframework
|
||||
@go run cmd/iosrepack/main.go
|
||||
|
||||
install-dev-ios: setup-go build-ios protos-swift
|
||||
@echo 'Installing iOS framework locally at $(CLIENT_IOS_PATH)...'
|
||||
@chmod -R 755 $(CLIENT_IOS_PATH)/Dependencies/Middleware/Lib.xcframework
|
||||
@rm -rf $(CLIENT_IOS_PATH)/Dependencies/Middleware/*
|
||||
@cp -r dist/ios/Lib.xcframework $(CLIENT_IOS_PATH)/Dependencies/Middleware
|
||||
@rm -rf $(CLIENT_IOS_PATH)/Modules/ProtobufMessages/Sources/Protocol/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue