]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Adding teletone to xcode Project and aggregate FreeSWITCH build.
authorBrian West <brian@freeswitch.org>
Tue, 25 Jul 2006 04:51:44 +0000 (04:51 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 25 Jul 2006 04:51:44 +0000 (04:51 +0000)
/b

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2098 d0543943-73ff-0310-b7d9-9358b9ac24b2

mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj
mac/xcode/teletone.plist [new file with mode: 0644]

index 39276004c49a6b83d984f98a9ecf24695c4f9da2..ce0ce1d843549352a20b8b1f057ede8243d4ca6e 100644 (file)
@@ -15,6 +15,7 @@
                        dependencies = (
                                D3DEC8150A75D8D3002001CF /* PBXTargetDependency */,
                                D3DEC8170A75D8D6002001CF /* PBXTargetDependency */,
+                               D3DEC8450A75DAC1002001CF /* PBXTargetDependency */,
                        );
                        name = FreeSWITCH;
                        productName = FreeSWITCH;
                D3DEC7FD0A75D7BE002001CF /* sdbm.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DEC7290A75D6A2002001CF /* sdbm.c */; };
                D3DEC7FE0A75D7BE002001CF /* apr_dbm_berkeleydb.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DEC7240A75D6A2002001CF /* apr_dbm_berkeleydb.c */; };
                D3DEC8000A75D7F9002001CF /* apr.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3DEC21D0A75CB06002001CF /* apr.framework */; };
+               D3DEC8390A75DA62002001CF /* libteletone_detect.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DEC8360A75DA62002001CF /* libteletone_detect.h */; };
+               D3DEC83A0A75DA62002001CF /* libteletone_generate.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DEC8370A75DA62002001CF /* libteletone_generate.h */; };
+               D3DEC83B0A75DA62002001CF /* libteletone.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DEC8380A75DA62002001CF /* libteletone.h */; };
+               D3DEC83E0A75DA75002001CF /* libteletone_detect.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DEC83C0A75DA75002001CF /* libteletone_detect.c */; };
+               D3DEC83F0A75DA75002001CF /* libteletone_generate.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DEC83D0A75DA75002001CF /* libteletone_generate.c */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXContainerItemProxy section */
                        remoteGlobalIDString = D3DEC6CE0A75D4E9002001CF /* aprutil.framework */;
                        remoteInfo = aprutil.framework;
                };
+               D3DEC8440A75DAC1002001CF /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = D3DEC8300A75DA10002001CF /* teletone.framework */;
+                       remoteInfo = teletone.framework;
+               };
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
                D3DEC7420A75D6A2002001CF /* apr_uri.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_uri.c; sourceTree = "<group>"; };
                D3DEC7450A75D6A2002001CF /* xlate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = xlate.c; sourceTree = "<group>"; };
                D3DEC77A0A75D755002001CF /* apr_xml.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_xml.c; sourceTree = "<group>"; };
+               D3DEC8310A75DA10002001CF /* teletone.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = teletone.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+               D3DEC8320A75DA10002001CF /* teletone.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = teletone.plist; sourceTree = "<group>"; };
+               D3DEC8360A75DA62002001CF /* libteletone_detect.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libteletone_detect.h; path = ../../libs/libteletone/src/libteletone_detect.h; sourceTree = SOURCE_ROOT; };
+               D3DEC8370A75DA62002001CF /* libteletone_generate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libteletone_generate.h; path = ../../libs/libteletone/src/libteletone_generate.h; sourceTree = SOURCE_ROOT; };
+               D3DEC8380A75DA62002001CF /* libteletone.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libteletone.h; path = ../../libs/libteletone/src/libteletone.h; sourceTree = SOURCE_ROOT; };
+               D3DEC83C0A75DA75002001CF /* libteletone_detect.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = libteletone_detect.c; path = ../../libs/libteletone/src/libteletone_detect.c; sourceTree = SOURCE_ROOT; };
+               D3DEC83D0A75DA75002001CF /* libteletone_generate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = libteletone_generate.c; path = ../../libs/libteletone/src/libteletone_generate.c; sourceTree = SOURCE_ROOT; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
+               D3DEC82F0A75DA10002001CF /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
 /* End PBXFrameworksBuildPhase section */
 
 /* Begin PBXGroup section */
                08FB7795FE84155DC02AAC07 /* Source */ = {
                        isa = PBXGroup;
                        children = (
+                               D3DEC8240A75D9E8002001CF /* teletone */,
                                D3DEC6C40A75D4AA002001CF /* aprutil */,
                                D3DEC2220A75CB3C002001CF /* apr */,
                        );
                1AB674ADFE9D54B511CA2CBB /* Products */ = {
                        isa = PBXGroup;
                        children = (
+                               D3DEC8320A75DA10002001CF /* teletone.plist */,
                                D3DEC6D00A75D4E9002001CF /* aprutil.plist */,
                                D3DEC21E0A75CB06002001CF /* apr.plist */,
                                D3DEC21D0A75CB06002001CF /* apr.framework */,
                                D3DEC6CF0A75D4E9002001CF /* aprutil.framework */,
+                               D3DEC8310A75DA10002001CF /* teletone.framework */,
                        );
                        name = Products;
                        sourceTree = "<group>";
                        path = "../../libs/apr-util-1.2.6/xml";
                        sourceTree = SOURCE_ROOT;
                };
+               D3DEC8240A75D9E8002001CF /* teletone */ = {
+                       isa = PBXGroup;
+                       children = (
+                               D3DEC8260A75D9F6002001CF /* include */,
+                               D3DEC8250A75D9F1002001CF /* src */,
+                       );
+                       name = teletone;
+                       sourceTree = "<group>";
+               };
+               D3DEC8250A75D9F1002001CF /* src */ = {
+                       isa = PBXGroup;
+                       children = (
+                               D3DEC83C0A75DA75002001CF /* libteletone_detect.c */,
+                               D3DEC83D0A75DA75002001CF /* libteletone_generate.c */,
+                       );
+                       name = src;
+                       sourceTree = "<group>";
+               };
+               D3DEC8260A75D9F6002001CF /* include */ = {
+                       isa = PBXGroup;
+                       children = (
+                               D3DEC8360A75DA62002001CF /* libteletone_detect.h */,
+                               D3DEC8370A75DA62002001CF /* libteletone_generate.h */,
+                               D3DEC8380A75DA62002001CF /* libteletone.h */,
+                       );
+                       name = include;
+                       sourceTree = "<group>";
+               };
 /* End PBXGroup section */
 
 /* Begin PBXHeadersBuildPhase section */
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
+               D3DEC82C0A75DA10002001CF /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               D3DEC8390A75DA62002001CF /* libteletone_detect.h in Headers */,
+                               D3DEC83A0A75DA62002001CF /* libteletone_generate.h in Headers */,
+                               D3DEC83B0A75DA62002001CF /* libteletone.h in Headers */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
 /* End PBXHeadersBuildPhase section */
 
 /* Begin PBXNativeTarget section */
                        productReference = D3DEC6CF0A75D4E9002001CF /* aprutil.framework */;
                        productType = "com.apple.product-type.framework";
                };
+               D3DEC8300A75DA10002001CF /* teletone.framework */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = D3DEC8330A75DA10002001CF /* Build configuration list for PBXNativeTarget "teletone.framework" */;
+                       buildPhases = (
+                               D3DEC82C0A75DA10002001CF /* Headers */,
+                               D3DEC82E0A75DA10002001CF /* Sources */,
+                               D3DEC82F0A75DA10002001CF /* Frameworks */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                       );
+                       name = teletone.framework;
+                       productName = teletone;
+                       productReference = D3DEC8310A75DA10002001CF /* teletone.framework */;
+                       productType = "com.apple.product-type.framework";
+               };
 /* End PBXNativeTarget section */
 
 /* Begin PBXProject section */
                                D3DEC8130A75D8C8002001CF /* FreeSWITCH */,
                                D3DEC21C0A75CB06002001CF /* apr.framework */,
                                D3DEC6CE0A75D4E9002001CF /* aprutil.framework */,
+                               D3DEC8300A75DA10002001CF /* teletone.framework */,
                        );
                };
 /* End PBXProject section */
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
+               D3DEC82E0A75DA10002001CF /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               D3DEC83E0A75DA75002001CF /* libteletone_detect.c in Sources */,
+                               D3DEC83F0A75DA75002001CF /* libteletone_generate.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
 /* End PBXSourcesBuildPhase section */
 
 /* Begin PBXTargetDependency section */
                        target = D3DEC6CE0A75D4E9002001CF /* aprutil.framework */;
                        targetProxy = D3DEC8160A75D8D6002001CF /* PBXContainerItemProxy */;
                };
+               D3DEC8450A75DAC1002001CF /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = D3DEC8300A75DA10002001CF /* teletone.framework */;
+                       targetProxy = D3DEC8440A75DAC1002001CF /* PBXContainerItemProxy */;
+               };
 /* End PBXTargetDependency section */
 
 /* Begin XCBuildConfiguration section */
                        };
                        name = Release;
                };
+               D3DEC8340A75DA10002001CF /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               COPY_PHASE_STRIP = NO;
+                               DYLIB_COMPATIBILITY_VERSION = 1;
+                               DYLIB_CURRENT_VERSION = 1;
+                               FRAMEWORK_VERSION = A;
+                               GCC_DYNAMIC_NO_PIC = NO;
+                               GCC_ENABLE_FIX_AND_CONTINUE = YES;
+                               GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
+                               GCC_MODEL_TUNING = G5;
+                               GCC_OPTIMIZATION_LEVEL = 0;
+                               GCC_PRECOMPILE_PREFIX_HEADER = YES;
+                               INFOPLIST_FILE = teletone.plist;
+                               INSTALL_PATH = "$(HOME)/Library/Frameworks";
+                               OTHER_LDFLAGS = (
+                                       "-framework",
+                                       Foundation,
+                                       "-framework",
+                                       AppKit,
+                               );
+                               PREBINDING = NO;
+                               PRODUCT_NAME = teletone;
+                               ZERO_LINK = YES;
+                       };
+                       name = Debug;
+               };
+               D3DEC8350A75DA10002001CF /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               COPY_PHASE_STRIP = YES;
+                               DYLIB_COMPATIBILITY_VERSION = 1;
+                               DYLIB_CURRENT_VERSION = 1;
+                               FRAMEWORK_VERSION = A;
+                               GCC_ENABLE_FIX_AND_CONTINUE = NO;
+                               GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+                               GCC_MODEL_TUNING = G5;
+                               GCC_PRECOMPILE_PREFIX_HEADER = YES;
+                               INFOPLIST_FILE = teletone.plist;
+                               INSTALL_PATH = "$(HOME)/Library/Frameworks";
+                               OTHER_LDFLAGS = (
+                                       "-framework",
+                                       Foundation,
+                                       "-framework",
+                                       AppKit,
+                               );
+                               PREBINDING = NO;
+                               PRODUCT_NAME = teletone;
+                               ZERO_LINK = NO;
+                       };
+                       name = Release;
+               };
 /* End XCBuildConfiguration section */
 
 /* Begin XCConfigurationList section */
                        defaultConfigurationIsVisible = 0;
                        defaultConfigurationName = Release;
                };
+               D3DEC8330A75DA10002001CF /* Build configuration list for PBXNativeTarget "teletone.framework" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               D3DEC8340A75DA10002001CF /* Debug */,
+                               D3DEC8350A75DA10002001CF /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
 /* End XCConfigurationList section */
        };
        rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
diff --git a/mac/xcode/teletone.plist b/mac/xcode/teletone.plist
new file mode 100644 (file)
index 0000000..8354b96
--- /dev/null
@@ -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.teletone</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>