forked from alvincrisuy/clashX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee16cc9
commit c5fa5cc
Showing
6 changed files
with
35 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// | ||
// Use this file to import your target's public headers that you would like to expose to Swift. | ||
// | ||
#import "clash.h" | ||
#import "ClashX.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
module github.com/yichengchen/clashX/ClashX | ||
|
||
require github.com/Dreamacro/clash v0.7.2-0.20181006071344-40a94be2089d | ||
require ( | ||
github.com/Dreamacro/clash v0.7.1 | ||
github.com/Dreamacro/go-shadowsocks2 v0.1.1 // indirect | ||
github.com/Yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 // indirect | ||
github.com/eapache/queue v1.1.0 // indirect | ||
github.com/go-chi/chi v3.3.3+incompatible // indirect | ||
github.com/go-chi/cors v1.0.0 // indirect | ||
github.com/go-chi/render v1.0.1 // indirect | ||
github.com/gofrs/uuid v3.1.0+incompatible // indirect | ||
github.com/oschwald/geoip2-golang v1.2.1 // indirect | ||
github.com/oschwald/maxminddb-golang v1.3.0 // indirect | ||
github.com/sirupsen/logrus v1.1.1 // indirect | ||
golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4 // indirect | ||
gopkg.in/eapache/channels.v1 v1.1.0 // indirect | ||
gopkg.in/ini.v1 v1.38.3 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters