MNGA

A refreshing NGA Forum App in SwiftUI.

Make NGA Great Again.

Get the App

Features

Screenshots

iOS

iPadOS

Build the Project

  1. Install Xcode and Rust toolchains. Make sure you have set your command line tools location correctly by

    安装 Xcode 及 Rust 相关工具链。确保 CLI 工具的路径设置正确:

    $ sudo xcode-select --switch /Applications/Xcode.app
    
  2. Install other prerequisites.

    安装其他依赖。

    $ brew install swift-protobuf tuist xcbeautify
    $ cargo install xcraft
    
    $ rustup target add aarch64-apple-ios
    $ rustup target add aarch64-apple-ios-sim
    
  3. Clone the repository and run at the project root:

    克隆仓库到本地,在项目的根目录,运行

    $ make ios
    $ make build
    

Statements