MNGA

Logic

A refreshing NGA Forum App in SwiftUI.

Make NGA Great Again.

Get the App

Donation

如果你喜欢 MNGA,欢迎通过下面的二维码捐赠支持。由于 NGA 官方封锁限制不断加深,我们只能尽最大努力来维持 App 的基本可用性,对于一些无能为力的问题还请谅解,谢谢。

Features

Screenshots

iOS

iPadOS

macOS

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
    $ cargo install cargo-lipo
    
    $ rustup target add aarch64-apple-ios
    $ rustup target add aarch64-apple-ios-sim  # optional: Simulator target for Apple Silicon
    $ rustup target add x86_64-apple-ios       # optional: Simulator target for Intel
    $ rustup target add aarch64-apple-darwin   # optional: macOS target for Apple Silicon
    $ rustup target add x86_64-apple-darwin    # optional: macOS target for Intel
    
  3. Clone the repository and run at the project root:

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

    $ make ios
    $ make macos
    

    You'll find logic-ios.xcframework and logic-macos.xcframework under out.

    检查 out 目录,将会生成 logic-ios.xcframeworklogic-macos.xcframework 两个 Xcode Framework.

  4. Open the Xcode project app/NGA.xcodeproj. Run the app after you set the correct Apple ID.

    打开 Xcode 工程 app/NGA.xcodeproj,重新设置签名 Apple ID 后,编译运行 MNGA。

Statements