dluffymonkey / iOS

MEGA for iOS

Home Page:https://apps.apple.com/app/mega/id706857885?mt=8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEGA for iOS

Download on the App Store

A fully-featured client to access your Secure Cloud Storage and Communication provided by MEGA.

Testing MEGA with TestFlight

If you want to be the first one to receive the updates, join the MEGA beta following this link: MEGA TestFlight

Build & Run the application

This document will guide you to build the application on a Mac machine with Xcode.

Prerequisites

In order to build MEGA for iOS locally, it is necessary to install the following tools on the local machine:

Clone the project

If you are the general public user, please open .gitmodules file and:

  1. Change url for karere submodule, use this one
  2. Change url for SDK submodule, use this one

Update submodule

git submodule update --init --recursive

Download 3rdparty packages

  1. Download the prebuilt third party dependencies from this link: https://mega.nz/file/IAMjTJxB#fGxYIA1YhrXmcFZ9h6VEUNGSuX0uLRIog4X10XqEjZQ
  2. Uncompress that file and move the folders webrtc , include and lib into Modules/DataSource/MEGASDK/Sources/MEGASDK/bindings/ios/3rdparty.

Open and Run the project

  1. Open iMEGA.xcworkspace.
  2. Make sure the MEGA target is selected.
  3. Build and run (⌘R).

Build 3rdparty packages manually

If you want to build the third party dependencies by yourself:

  1. Open a terminal in the directory Modules/DataSource/MEGASDK/Sources/MEGASDK/bindings/ios/3rdparty.
  2. Run sh build-all.sh --enable-chat (Wait until the process ends, it will take some time, ~30 minutes).

About

MEGA for iOS

https://apps.apple.com/app/mega/id706857885?mt=8

License:Other


Languages

Language:Swift 67.3%Language:Objective-C 28.7%Language:PHP 2.5%Language:Python 0.8%Language:Groovy 0.3%Language:Ruby 0.1%Language:Perl 0.1%Language:C 0.1%Language:Shell 0.0%