[Freeswitch-svn] [commit] r2148 - in freeswitch/trunk/mac/xcode: . FreeSWITCH.xcodeproj
Freeswitch SVN
brian at freeswitch.org
Tue Jul 25 20:47:19 EDT 2006
Author: brian
Date: Tue Jul 25 20:47:18 2006
New Revision: 2148
Added:
freeswitch/trunk/mac/xcode/portaudio.plist
Modified:
freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj
Log:
Woops forgot this one.
Modified: freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj
==============================================================================
--- freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj (original)
+++ freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj Tue Jul 25 20:47:18 2006
@@ -898,14 +898,14 @@
isa = PBXContainerItemProxy;
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D301514E0A76EB5D00117F59 /* speex */;
+ remoteGlobalIDString = D301514E0A76EB5D00117F59;
remoteInfo = speex;
};
D315301A0A76F28800549119 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = D3152FA70A76F21400549119 /* mod_portaudio */;
+ remoteGlobalIDString = D3152FA70A76F21400549119;
remoteInfo = mod_portaudio;
};
D33DFADB0A76E0A200E49B16 /* PBXContainerItemProxy */ = {
Added: freeswitch/trunk/mac/xcode/portaudio.plist
==============================================================================
--- (empty file)
+++ freeswitch/trunk/mac/xcode/portaudio.plist Tue Jul 25 20:47:18 2006
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.yourcompany.portaudio</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+</dict>
+</plist>
More information about the Freeswitch-svn
mailing list