Categorygithub.com/lestar348/xray-core-mobile-wrapper
repositorypackage
0.0.0-20241112151531-0d5ec753bfce
Repository: https://github.com/lestar348/xray-core-mobile-wrapper.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Mobile wrapper XrayCore ( https://github.com/XTLS/Xray-core ) for ios, ios simulator, android and macos.

Build steps:

  1. Check for kernel update
  2. 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
  1. to clean build folder use:
make clean