添加 '其他/ios远程编译.md'

This commit is contained in:
iProbe 2023-10-08 10:12:43 +08:00
parent 05b78cf276
commit 590418c92c

View file

@ -0,0 +1,8 @@
```shell
echo >> ~/.profile <<EOF
export LANG=en_US.UTF-8
EOF
source ~/.profile
security unlock-keychain -p "登录密码" ~/Library/Keychains/login.keychain
```