mumblekit

Objective-C-based Mumble client framework for iOS and Mac OS X

  • Owner: mumble-voip/mumblekit
  • Platform:
  • License:: BSD 3-Clause "New" or "Revised" License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

MumbleKit - A Mumble client framework for iOS and Mac OS X

What's this?

This is the source code of MumbleKit - a Mumble client framework
for iOS-based devices and computers running Mac OS X.

Mumble is gaming-focused social voice chat utility. The desktop
version runs of Windows, Mac OS X, Linux and various other Unix-like
systems. Visit its website at:

http://mumble.info/

Fetching dependencies

To build this you need the latest version of Xcode from Apple.
These days, Xcode is distributed through the Mac App Store.

Before starting your build, you will need to check out the re-
quired submodules.

$ git submodule init
$ git submodule update

This will fetch known "working" snapshot of CELT, Speex and
Protocol Buffers for Objective C.

How do I include this into my Xcode project? (iOS, Xcode 4)

The easiest way to include MumbleKit with your application on iOS
is to drag the MumbleKit.xcodeproj project inside your application's project,
or workspace.

Then, do the following:

  • Make MumbleKit (iOS) direct dependency of your application's main
    executable target.

  • Drag libMumbleKit.a into the 'Link Binary With Libraries' section of your
    application target's build phases.

  • Add MumbleKit's src directory as a header search path for your application's
    main executable target.

  • Add MumbleKit's dependencies as linked libraries to the executable target:

    • AudioToolbox.framework
    • CFNetwork.framework
    • Security.framework
  • The build should now work.

How do I include this into my Xcode project? (Mac OS X, Xcode 4)

One way to do this is to include MumbleKit.xcodeproj inside your main project. Then:

  • Make MumbleKit (Mac) a direct dependency of your chosen target.

  • Add MumbleKit.framework to the 'Link Binary With Libraries' section of your chosen target's
    build phases.

  • Add a copy build phase. Copy MumbleKit.framework into 'Frameworks'.

Main metrics

Overview
Name With Ownermumble-voip/mumblekit
Primary LanguageObjective-C
Program languageC (Language Count: 5)
Platform
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2010-04-14 15:48:45
Pushed At2025-05-08 12:10:20
Last Commit At2025-05-08 14:09:44
Release Count0
用户参与
Stargazers Count155
Watchers Count18
Fork Count71
Commits Count388
Has Issues Enabled
Issues Count45
Issue Open Count24
Pull Requests Count16
Pull Requests Open Count4
Pull Requests Close Count10
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private