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

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2012-01-15 01:25:55 +0400
committerMikkel Krautz <mikkel@krautz.dk>2012-01-15 01:25:55 +0400
commitcf80e6093dbbd905f6f5b8cebd9c2ed46dd8c00f (patch)
treea76d92a89c30f361d4e85d3e085e9d0629967db0 /MumbleKit.xcodeproj
parent6f14fb35499a0b93b50897ba0cf544fb5989cd49 (diff)
Add MKTextMessage implementation.
Diffstat (limited to 'MumbleKit.xcodeproj')
-rw-r--r--MumbleKit.xcodeproj/project.pbxproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/MumbleKit.xcodeproj/project.pbxproj b/MumbleKit.xcodeproj/project.pbxproj
index 5fabb8f..285e087 100644
--- a/MumbleKit.xcodeproj/project.pbxproj
+++ b/MumbleKit.xcodeproj/project.pbxproj
@@ -94,6 +94,10 @@
28492365132ED67E00B4EAAC /* ProtocolBuffers.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 28492360132ED67E00B4EAAC /* ProtocolBuffers.dylib */; };
28492366132ED67E00B4EAAC /* Speex.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 28492361132ED67E00B4EAAC /* Speex.dylib */; };
28492367132ED67E00B4EAAC /* SpeexDSP.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 28492362132ED67E00B4EAAC /* SpeexDSP.dylib */; };
+ 2879526414C1BAB900567430 /* MKTextMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2879526114C1BAB900567430 /* MKTextMessage.m */; };
+ 2879526514C1BAB900567430 /* MKTextMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2879526114C1BAB900567430 /* MKTextMessage.m */; };
+ 2879526814C1BDD800567430 /* MKTextMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2879526714C1BDD800567430 /* MKTextMessage.h */; };
+ 2879526914C1BDD800567430 /* MKTextMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2879526714C1BDD800567430 /* MKTextMessage.h */; };
28CC36EB132ED87100241269 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28CC36EA132ED87000241269 /* Security.framework */; };
28CC36ED132ED88200241269 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28CC36EC132ED88200241269 /* Foundation.framework */; };
28CC36EF132ED88A00241269 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28CC36EE132ED88A00241269 /* Cocoa.framework */; };
@@ -333,6 +337,8 @@
28492360132ED67E00B4EAAC /* ProtocolBuffers.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = ProtocolBuffers.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
28492361132ED67E00B4EAAC /* Speex.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = Speex.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
28492362132ED67E00B4EAAC /* SpeexDSP.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = SpeexDSP.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
+ 2879526114C1BAB900567430 /* MKTextMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MKTextMessage.m; path = src/MKTextMessage.m; sourceTree = SOURCE_ROOT; };
+ 2879526714C1BDD800567430 /* MKTextMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MKTextMessage.h; path = src/MumbleKit/MKTextMessage.h; sourceTree = SOURCE_ROOT; };
28BCF2C1132AE3B40003AEC1 /* libMumbleKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libMumbleKit.a; sourceTree = BUILT_PRODUCTS_DIR; };
28CC36EA132ED87000241269 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; };
28CC36EC132ED88200241269 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
@@ -441,6 +447,7 @@
2845A791132D9C220034D631 /* MKUser.m */,
2845A792132D9C220034D631 /* MKVersion.m */,
2845A793132D9C220034D631 /* MulticastDelegate.m */,
+ 2879526114C1BAB900567430 /* MKTextMessage.m */,
);
name = Sources;
sourceTree = "<group>";
@@ -458,6 +465,7 @@
2845A7D5132D9C520034D631 /* MKServices.h */,
2845A7D6132D9C520034D631 /* MKUser.h */,
2845A7D8132D9C520034D631 /* MKVersion.h */,
+ 2879526714C1BDD800567430 /* MKTextMessage.h */,
);
name = "Public Headers";
sourceTree = "<group>";
@@ -607,6 +615,7 @@
2845A7C6132D9C460034D631 /* CryptState.h in Headers */,
28F2FAD613E37BA000034BF2 /* MKAudioOutputUserPrivate.h in Headers */,
2808DD9413E4D8C0008448EA /* MKPacketDataStream.h in Headers */,
+ 2879526914C1BDD800567430 /* MKTextMessage.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -638,6 +647,7 @@
28F2FAD513E37BA000034BF2 /* MKAudioOutputUserPrivate.h in Headers */,
283363DD13EF535B00A04F04 /* MKChannelPrivate.h in Headers */,
283363DF13EF536C00A04F04 /* MKUserPrivate.h in Headers */,
+ 2879526814C1BDD800567430 /* MKTextMessage.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -847,6 +857,7 @@
28CC36FB132ED92500241269 /* Mumble.pb.m in Sources */,
28CC36FD132ED92500241269 /* ObjectivecDescriptor.pb.m in Sources */,
282F6B0B13624187008F555B /* MKServerPinger.m in Sources */,
+ 2879526514C1BAB900567430 /* MKTextMessage.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -875,6 +886,7 @@
28CC36FA132ED92500241269 /* Mumble.pb.m in Sources */,
28CC36FC132ED92500241269 /* ObjectivecDescriptor.pb.m in Sources */,
282F6B0A13624187008F555B /* MKServerPinger.m in Sources */,
+ 2879526414C1BAB900567430 /* MKTextMessage.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};