update ios project

update ios project
This commit is contained in:
Zeus
2024-07-24 11:51:39 +08:00
parent 876d355b18
commit 1bf69048f3
275 changed files with 3372 additions and 1015 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -x
WD=`pwd`
curl -OL 'https://github.com/v2ray/domain-list-community/releases/latest/download/dlc.dat' && mv dlc.dat PacketTunnel/site.dat
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
set -x
WD=`pwd`
curl -OL 'https://github.com/eycorsican/leaf/releases/latest/download/libleaf-ios.zip' \
&& mv libleaf-ios.zip /tmp/ \
&& unzip -o /tmp/libleaf-ios.zip -d /tmp \
&& mv /tmp/libleaf.a PacketTunnel/libleaf/ \
&& mv /tmp/leaf.h PacketTunnel/libleaf/