Skip to content

Commit b330165

Browse files
committedFeb 25, 2018
re-start it.
0 parents  commit b330165

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+7970
-0
lines changed
 

‎.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
build
2+
.idea/
3+
ssrMac.xcodeproj/project.xcworkspace/
4+
ssrMac.xcodeproj/xcuserdata/
5+
.DS_STORE
6+
*.dmg
7+
zxing-objc/ZXingObjC.xcodeproj/xcuserdata/

‎.gitmodules

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[submodule "GCDWebServer"]
2+
path = GCDWebServer
3+
url = https://github.com/swisspol/GCDWebServer.git
4+
branch = master
5+
[submodule "GZIP"]
6+
path = GZIP
7+
url = https://github.com/nicklockwood/GZIP.git
8+
branch = master
9+
[submodule "AFNetworking"]
10+
path = AFNetworking
11+
url = https://github.com/AFNetworking/AFNetworking.git
12+
branch = master
13+
[submodule "shadowsocksr-native"]
14+
path = shadowsocksr-native
15+
url = https://github.com/ShadowsocksR-Live/shadowsocksr-native.git
16+
branch = master

0 commit comments

Comments
 (0)