A fully-featured client to access your Secure Cloud Storage and Communication provided by MEGA.
If you want to be the first one to receive the updates, join the MEGA beta following this link: MEGA TestFlight
This document will guide you to build the application on a Mac machine with Xcode.
Get the source code
git clone https://github.com/meganz/ios.git
cd ios
git submodule update --init --recursive
-
Install Xcode in your system.
-
Clone this repo.
-
Download the prebuilt third party dependencies from this link: https://mega.nz/#!ZZlSzKCQ!pCnK7UKbV3bjZvnRxkHkudcHGQcoarEE8bNlN2WDGfM.
-
Uncompress that file and move the folders
webrtc
,include
andlib
intoiMEGA/Vendor/sdk/bindings/ios/3rdparty
. -
Open
iMEGA.xcworkspace
. -
Make sure the
MEGA
target is selected. -
Build and run (⌘R).
-
Enjoy!
If you want to build the third party dependencies by yourself:
- Open a terminal in the directory
iMEGA/sdk/bindings/ios/3rdparty
. - Run sh build-all.sh --enable-chat (Wait until the process ends, it will take some time, ~30 minutes).
To build all third party dependencies, you need to have installed: autoconf
, automake
, cmake
and libtool
.
To build webrtc visit: https://webrtc.org/native-code/ios/