1
0
Fork 0
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:
Mikhail 2024-12-11 11:25:05 +01:00 committed by GitHub
parent 3e34be5447
commit 5e1b964529
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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/*