File: README.md

package info (click to toggle)
megacmd 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 32,592 kB
  • sloc: cpp: 326,437; ansic: 34,524; python: 4,630; java: 3,965; sh: 2,869; objc: 2,459; makefile: 197; xml: 113
file content (40 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# iOS Example app


Xcode project for developing a MEGA app for iOS.

Target OS: iOS 7.0

Demo application that allows:

- Login into user account

- List folders and files stored into the user account

- Navigate along the folders structure (forward and backward)

- Download files, upload photos, create folders

- Delete, rename and export nodes

- View contacts

- Logout

## How to build and run the project:

To build and run the project, follow theses steps:

1. Download or clone the whole SDK

2. Download the prebuilt third party dependencies from this link: https://mega.nz/#!gN9w0I7Q!-OPUWBoEnvXeZWkkC5oUho2MFm_49nwBwN6q07sxKII

3. Uncompress the content and move `include`and `lib`to the directory `sdk/bindings/ios/3rdparty`

4. Go to `sdk/examples/iOS` and open `MEGA.xcworkspace`

5. Make sure the `Demo` target is selected

6. Build and run the application

If you want to build the third party dependencies by yourself: open a terminal in the directory `sdk/bindings/ios/3rdparty`. Run	`sh build-all.sh` (Wait until the process ends, it will take some minutes ~20)