Mobile wrapper XrayCore ( https://github.com/XTLS/Xray-core ) for ios, ios simulator, android and macos.
Build steps:
- Check for kernel update
- build: for ios use:
make ios
for android ( this feature will be in future ) use:
make android
for ios + macos + ios simulator use:
make allios
for macos use:
make macos
for create all ios and android use:
make all
- to clean build folder use:
make clean