Skip to content

meganz/iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b2bdeb · Mar 14, 2025
Nov 15, 2024
Apr 6, 2021
Mar 13, 2024
Jul 20, 2023
Mar 5, 2025
Feb 19, 2025
Feb 27, 2025
Mar 8, 2024
Jun 6, 2023
Mar 10, 2025
Mar 12, 2025
Dec 2, 2022
Feb 21, 2025
Feb 28, 2025
Mar 12, 2025
Oct 14, 2024
Nov 11, 2024
Mar 5, 2025
Apr 30, 2024
Jan 31, 2025
Mar 7, 2024
Oct 10, 2024
Aug 21, 2024
Dec 19, 2023
Aug 22, 2024
Jun 27, 2022
Aug 22, 2024
Dec 5, 2024
Sep 2, 2016
Apr 11, 2024
Aug 2, 2023
Aug 17, 2023

Repository files navigation

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 Xcode on the local machine:

Configure the project - for public users

  1. Open the .gitmodules file and update the URL for the "karere" submodule to https://github.com/meganz/MEGAchat.git, and the URL for the "SDK" submodule to https://github.com/meganz/SDK.git.
  2. In the SPM dependencies, replace the current package with the URL https://code.developers.mega.co.nz/mobile/kmm/mobile-analytics-ios and instead use https://github.com/meganz/mobile-analytics-ios.git.

Run the project

  1. Use the terminal to execute ./configure.sh
  2. Open iMEGA.xcworkspace.
  3. Make sure the MEGA target is selected.
  4. Build and run (⌘R).

Build 3rdparty packages manually (Optional)

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).