mirror of
https://github.com/zhigang1992/shadowsocks-iOS.git
synced 2026-04-19 00:57:03 +08:00
8 lines
107 B
Bash
Executable File
8 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd AppProxyCap/
|
|
git submodule init
|
|
git submodule update
|
|
cd ..
|
|
xcodebuild -sdk iphonesimulator
|