Sinum iOS is a versatile traffic redirection tool designed to streamline URL modification within your application. It achieves this by harnessing a custom NSURLProtocol, enabling the seamless redirection of traffic from one URL, such as https://example.com, to a specified destination—in this case, https://api.novafn.dev.
-
Open Terminal:
- Launch the Terminal application on your MacOS system.
-
Clone Sinum:
-
Employ
git
to clone Sinum into your present directory.git clone https://github.com/projectnovafn/Sinum.git
-
-
Navigate to the Sinum iOS Directory:
-
Change into the Sinum iOS directory using the following command:
cd Sinum/iOS
-
-
Run the Build Script:
-
Execute the build script by running the following command:
./build-mac.sh
-
-
Open Terminal:
- Launch the Linux terminal on Native Linux or via WSL.
-
Install and Set Up cctools-port:
- To use cctools-port, follow the installation and setup instructions provided in the cctools-port GitHub repository. Note that this tutorial does not include the distribution of proprietary Apple files.
-
Clone Sinum:
-
Employ
git
to clone Sinum into your present directory.git clone https://github.com/projectnovafn/Sinum.git
-
-
Navigate to the Sinum iOS Directory:
-
Change into the Sinum iOS directory using the following command:
cd Sinum/iOS
-
-
Run the Build Script:
-
Execute the build script:
./build-linux.sh
-