2 Star 0 Fork 0

mirrors_spotify/XCMetrics

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gen_proto.sh 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
Patrick Balestra 提交于 2021-01-19 22:23 +08:00 . Initial commit
#!/bin/sh
set -e
PATH=$PATH:./tools
rm -rf Sources/XCMetricsProto
mkdir Sources/XCMetricsProto
# Only works on macOS for now.
# TODO: add support for Linux and remove checked-in files from repo.
./tools/bin/protoc proto/xcmetrics/**/*.proto \
--swift_out=Sources/XCMetricsProto/ \
--swift_opt=Visibility=Public \
--grpc-swift_opt=Visibility=Public \
--grpc-swift_out=Sources/XCMetricsProto/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_spotify/XCMetrics.git
git@gitee.com:mirrors_spotify/XCMetrics.git
mirrors_spotify
XCMetrics
XCMetrics
main

搜索帮助