duanhai / Frpc-iOS

gomobile bind -target=ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frpc-iOS

How 2 build

 1. Put the frp resource code under gopath  e.g. github.com/fatedier/frp/cmd/frpc and other related 3rd code or lib under the related path
 
 2. Change the main.go's(under path frp/cmd/frpc) package name(!= "main"),you can custom the package name,e.g. FRPManager 
 
 3. gomobile bind -target=ios 
 
 4. Change the Project frpc.ini with your information,then have fun.

About

gomobile bind -target=ios


Languages

Language:Objective-C 89.8%Language:C 10.2%