Skip to content
/ MNGA Public

💬 A refreshing NGA Forum App in SwiftUI. Make NGA Great Again! aka "NGA 论坛 iOS 开源客户端"

Notifications You must be signed in to change notification settings

BugenZhao/MNGA

Repository files navigation

MNGA

A refreshing NGA Forum App in SwiftUI.

Make NGA Great Again.

Get the App

  • App Store

  • Find the TestFlight link in the "About & Feedback" page in the app.
  • Or build the project yourself, check instructions below.

Features

  • Built with SwiftUI which provides awesome UX feelings for multiple platforms including iOS, iPadOS and macOS
  • High-performance logic layer energized by Rust (and can be ported to other platforms with ease, check Android Instructions)

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
    $ cargo install cargo-lipo
    
    $ 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 tuist

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

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

  4. Open the Xcode project app/NGA.xcodeproj. Build and run the app after you set the correct Developer Profile.

    打开 Xcode 工程 app/NGA.xcodeproj,重新设置 Developer Profile 后,编译运行 MNGA。

Statements

  • 本项目中涉及的 NGA 等文字,NGA 版块、帖子、用户等数据,AC 娘表情等资源,其版权均归 NGA BBS (https://ngabbs.com) 所有。
  • This project currently has NO LICENSE. You MAY NOT modify or redistribute this code without explicit permission.

About

💬 A refreshing NGA Forum App in SwiftUI. Make NGA Great Again! aka "NGA 论坛 iOS 开源客户端"

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •