[Freeswitch-svn] [commit] r2149 - in freeswitch/trunk/mac/xcode: . FreeSWITCH.xcodeproj

Freeswitch SVN brian at freeswitch.org
Tue Jul 25 21:05:32 EDT 2006


Author: brian
Date: Tue Jul 25 21:05:31 2006
New Revision: 2149

Modified:
   freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj
   freeswitch/trunk/mac/xcode/iax.plist
   freeswitch/trunk/mac/xcode/ilbc.plist
   freeswitch/trunk/mac/xcode/portaudio.plist

Log:


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 21:05:31 2006
@@ -1195,6 +1195,13 @@
 			remoteGlobalIDString = D3BC34E50A76B0FC00DE971E;
 			remoteInfo = mod_console;
 		};
+		D3D43FA00A76F41200FDA7FC /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = D3152F7C0A76F0A100549119;
+			remoteInfo = portaudio;
+		};
 		D3DEC8140A75D8D3002001CF /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
@@ -4554,6 +4561,7 @@
 			buildRules = (
 			);
 			dependencies = (
+				D3D43FA10A76F41200FDA7FC /* PBXTargetDependency */,
 			);
 			name = mod_portaudio;
 			productName = mod_portaudio;
@@ -6262,6 +6270,11 @@
 			target = D3BC34E50A76B0FC00DE971E /* mod_console */;
 			targetProxy = D3BC34FE0A76B1AB00DE971E /* PBXContainerItemProxy */;
 		};
+		D3D43FA10A76F41200FDA7FC /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			target = D3152F7C0A76F0A100549119 /* portaudio */;
+			targetProxy = D3D43FA00A76F41200FDA7FC /* PBXContainerItemProxy */;
+		};
 		D3DEC8150A75D8D3002001CF /* PBXTargetDependency */ = {
 			isa = PBXTargetDependency;
 			target = D3DEC21C0A75CB06002001CF /* apr */;
@@ -7078,6 +7091,25 @@
 				GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
 				INFOPLIST_FILE = libfreeswitch.plist;
 				INSTALL_PATH = "$(HOME)/Library/Frameworks";
+				OTHER_CFLAGS = (
+					"-fPIC",
+					"-Wmissing-prototypes",
+					"-g",
+					"-std=c99",
+					"-O2",
+					"-Wstrict-prototypes",
+					"-DMACOSX",
+					"-DDARWIN",
+					"-Wall",
+					"-Werror",
+					"$(OTHER_CFLAGS_QUOTED_1)",
+					"$(OTHER_CFLAGS_QUOTED_2)",
+					"$(OTHER_CFLAGS_QUOTED_3)",
+					"$(OTHER_CFLAGS_QUOTED_4)",
+					"$(OTHER_CFLAGS_QUOTED_5)",
+					"$(OTHER_CFLAGS_QUOTED_6)",
+					"$(OTHER_CFLAGS_QUOTED_7)",
+				);
 				OTHER_LDFLAGS = (
 					"-framework",
 					Foundation,
@@ -7105,29 +7137,16 @@
 				INSTALL_PATH = "$(HOME)/Library/Frameworks";
 				MACH_O_TYPE = mh_dylib;
 				OTHER_CFLAGS = (
-					"-DHAVE_CONFIG_H",
-					"-I.",
-					"-I.",
-					"-I./src/include",
-					"-I../../libs/srtp/include",
-					"-I../../libs/srtp/crypto/include/",
-					"-I/usr/local/freeswitch/include",
+					"-fPIC",
+					"-Wmissing-prototypes",
 					"-g",
+					"-std=c99",
 					"-O2",
-					"-DDARWIN",
-					"-DSIGPROCMASK_SETS_THREAD_MASK",
-					"-no-cpp-precomp",
-					"-I/usr/local/freeswitch/include/apr-1",
-					"-I/usr/local/freeswitch/include/srtp",
-					"-I/usr/local/freeswitch/include/apr-1",
-					"-I/usr/local/include",
+					"-Wstrict-prototypes",
 					"-DMACOSX",
-					"-fPIC",
+					"-DDARWIN",
 					"-Wall",
-					"-I/usr/local/src/freeswitch.trunk/src/sqlite",
-					"-I/usr/local/src/freeswitch.trunk",
-					"-I/usr/local/src/freeswitch.trunk/src/include",
-					"-I/usr/local/freeswitch/include",
+					"-Werror",
 					"$(OTHER_CFLAGS_QUOTED_1)",
 					"$(OTHER_CFLAGS_QUOTED_2)",
 					"$(OTHER_CFLAGS_QUOTED_3)",
@@ -7135,14 +7154,6 @@
 					"$(OTHER_CFLAGS_QUOTED_5)",
 					"$(OTHER_CFLAGS_QUOTED_6)",
 					"$(OTHER_CFLAGS_QUOTED_7)",
-					"-Wall",
-					"-Werror",
-					"-Wstrict-prototypes",
-					"-Wmissing-prototypes",
-					"-g",
-					"-std=c99",
-					"-g",
-					"-O2",
 				);
 				OTHER_CFLAGS_QUOTED_1 = "-DSWITCH_MOD_DIR=\\\"$(FREESWITCH_INSTALL_PREFIX)/freeswitch/mod\\\"";
 				OTHER_CFLAGS_QUOTED_2 = "-DSWITCH_PREFIX_DIR=\\\"$(FREESWITCH_INSTALL_PREFIX)/freeswitch\\\"";

Modified: freeswitch/trunk/mac/xcode/iax.plist
==============================================================================
--- freeswitch/trunk/mac/xcode/iax.plist	(original)
+++ freeswitch/trunk/mac/xcode/iax.plist	Tue Jul 25 21:05:31 2006
@@ -7,13 +7,13 @@
 	<key>CFBundleExecutable</key>
 	<string>${EXECUTABLE_NAME}</string>
 	<key>CFBundleIdentifier</key>
-	<string>com.yourcompany.iax2</string>
+	<string>org.freeswitch.iax</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleSignature</key>
-	<string>????</string>
+	<string>BKW</string>
 	<key>CFBundleVersion</key>
 	<string>1.0</string>
 </dict>

Modified: freeswitch/trunk/mac/xcode/ilbc.plist
==============================================================================
--- freeswitch/trunk/mac/xcode/ilbc.plist	(original)
+++ freeswitch/trunk/mac/xcode/ilbc.plist	Tue Jul 25 21:05:31 2006
@@ -7,13 +7,13 @@
 	<key>CFBundleExecutable</key>
 	<string>${EXECUTABLE_NAME}</string>
 	<key>CFBundleIdentifier</key>
-	<string>com.yourcompany.ilbc</string>
+	<string>org.freeswitch.ilbc</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleSignature</key>
-	<string>????</string>
+	<string>BKW</string>
 	<key>CFBundleVersion</key>
 	<string>1.0</string>
 </dict>

Modified: freeswitch/trunk/mac/xcode/portaudio.plist
==============================================================================
--- freeswitch/trunk/mac/xcode/portaudio.plist	(original)
+++ freeswitch/trunk/mac/xcode/portaudio.plist	Tue Jul 25 21:05:31 2006
@@ -7,13 +7,13 @@
 	<key>CFBundleExecutable</key>
 	<string>${EXECUTABLE_NAME}</string>
 	<key>CFBundleIdentifier</key>
-	<string>com.yourcompany.portaudio</string>
+	<string>org.freeswitch.portaudio</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleSignature</key>
-	<string>????</string>
+	<string>BKW</string>
 	<key>CFBundleVersion</key>
 	<string>1.0</string>
 </dict>



More information about the Freeswitch-svn mailing list