Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.markdown - github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be759797e759de0c523d91ed9274a9c11b75ef69 (plain)
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
41
42
43
44
45
46
Mumble for iOS (iPhone, iPod touch and iPad)
============================================

**Note:** This repo and the app for iOS are unmaintained.
If you are interested in taking over development of the app, write a comment in [#129](https://github.com/mumble-voip/mumble-iphoneos/issues/129).


This is the source code of Mumble (a voice chat application) for iOS-based devices.

The [desktop version](https://github.com/mumble-voip/mumble) of Mumble runs on Windows, Mac OS X, Linux
and various other Unix-like systems. 

Visit our website at:
<https://mumble.info/>

Building it
===========

To build this you need Xcode 4 and the latest iOS SDK from Apple.

The easiest way to get a working source tree is to check out
the mumble-iphoneos repository recursively (his will recursively
fetch all submodules), because there are quite a few submodules.

To fetch the repository:

    $ git clone --recursive http://github.com/mumble-voip/mumble-iphoneos.git

Once this is done, you should be able to open up the Xcode
project file for Mumble (Mumble.xcodeproj) in the root of
the source tree and hit Cmd-B to build!

Extra tips for advanced users
=============================

When launching Mumble.xcodeproj for the first time, you're recommended to
remove all schemes but the Mumble one. Xcode will automatically populate
it with the schemes of all .xcodeprojs in the workspace.

Schemes can be configured using the dropdown box right of the start and stop
buttons in the default Xcode 4 UI.

We also recommend you to edit the default scheme for the Mumble target
and change the Archive configuration to BetaDist, and the Test configuration
to Release (debug builds pretty slow for devices, but for the Simulator, they're
OK!)