ShadowsocksR-Live / iShadowsocksR

ShadowsocksR (SSRoT) client for iOS
GNU General Public License v3.0
574 stars 326 forks source link

有没有可直接编译的工程啊 #59

Closed DockLle closed 3 years ago

DockLle commented 3 years ago

放网盘给下一下啊老哥,pod realm 过不去,心塞

ssrlive commented 3 years ago

这没办法,原作者爱死垃圾 realm 了,你能指望有人彻底改写工程,去掉 realm 吗?

免费享用代码的人99%的人不是能力不够就是极其鸡贼,想找我这样的实诚人万不及一。

自己想办法吧。没空做这个。

ssrlive commented 3 years ago

https://github.com/ShadowsocksR-Live/iShadowsocksR#tips

DockLle commented 3 years ago

这样吧老哥,我付费给你拿直接可编译的工程,我自己翻墙用,加个微信吧

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: ssrlive <notifications@github.com> 发送时间: 2020年10月31日 13:55 收件人: ShadowsocksR-Live/iShadowsocksR <iShadowsocksR@noreply.github.com> 抄送: DockLle <1024799300@qq.com>, Author <author@noreply.github.com> 主题: 回复:[ShadowsocksR-Live/iShadowsocksR] 有没有可直接编译的工程啊 (#59)

这没办法,原作者爱死垃圾 realm 了,你能指望有人彻底改写工程,去掉 realm 吗?

免费享用代码的人99%的人不是能力不够就是极其鸡贼,想找我这样的实诚人万不及一。

自己想办法吧。没空做这个。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ssrlive commented 3 years ago

那我怀疑你是中共盖世太保克格勃来钓鱼的。自己弄吧!

DockLle commented 3 years ago

算了算了,老哥你是真的狠,你这没啥影响力,盖世太保没空吊你😂

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: ssrlive <notifications@github.com> 发送时间: 2020年10月31日 14:01 收件人: ShadowsocksR-Live/iShadowsocksR <iShadowsocksR@noreply.github.com> 抄送: DockLle <1024799300@qq.com>, Author <author@noreply.github.com> 主题: 回复:[ShadowsocksR-Live/iShadowsocksR] 有没有可直接编译的工程啊 (#59)

那我怀疑你是中共盖世太保克格勃来钓鱼的。自己弄吧!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ssrlive commented 3 years ago

这也直接证明你属于那99%中极其鸡贼的人了。

ssrlive commented 3 years ago

最后再帮你一把:在 VPS 的 linux 上安装 git 和 cocoapods 软件,然后在vps上拉取所有源代码,然后 zip 打包,然后在 vps 上安装 web 服务器, 在它帮助下载下来这个 zip 包。

# 在普通賬戶 (非 root 賬戶) 下執行以下兩條命令
sudo apt  install git ruby ruby-dev zip nginx -y
sudo gem install cocoapods

# 以下命令運行在非 root 的普通账户下,因为 cocoapods 不允许在 root 账号下运行.
git clone --recursive https://github.com/ShadowsocksR-Live/iShadowsocksR.git
cd iShadowsocksR
pod install