[Freeswitch-svn] [commit] r2232 - freeswitch/trunk/mac/xcode

Freeswitch SVN brian at freeswitch.org
Mon Aug 7 13:10:02 EDT 2006


Author: brian
Date: Mon Aug  7 13:10:02 2006
New Revision: 2232

Added:
   freeswitch/trunk/mac/xcode/Loadable Bundle.trgttmpl

Log:
This is required to build loadable bundles.  Drop this into your 

/Library/Application Support/Apple/Developer Tools/Target Templates/BSD/Loadable Bundle.trgttmpl

Restart XCode



Added: freeswitch/trunk/mac/xcode/Loadable Bundle.trgttmpl
==============================================================================
--- (empty file)
+++ freeswitch/trunk/mac/xcode/Loadable Bundle.trgttmpl	Mon Aug  7 13:10:02 2006
@@ -0,0 +1,24 @@
+{
+    Class = Native;
+    ProductType = "com.apple.product-type.objfile";
+    Description = "Target for building a laodable bundle without a bundle wrapper.";
+    CustomBuildSettings = {
+		MACH_O_TYPE = "mh_bundle";
+        INSTALL_PATH = "/usr/local/lib";
+        PRODUCT_NAME = "«PRODUCTNAME»";
+        PREBINDING = NO;
+        GCC_MODEL_TUNING = G5;
+		OTHER_LDFLAGS = "-undefined dynamic_lookup";
+        EXECUTABLE_PREFIX = "";
+		EXECUTABLE_EXTENSION = "dylib";
+		KEEP_PRIVATE_EXTERNS = NO;
+    };
+	BuildPhases = (
+        {
+            Class = Sources;
+        },
+        {
+            Class = Frameworks;
+        },
+	);
+}



More information about the Freeswitch-svn mailing list