From b50c4116275e5df4d46655e5ad3ea435f15d9f76 Mon Sep 17 00:00:00 2001 From: Brian West Date: Sun, 26 Mar 2006 23:13:56 +0000 Subject: [PATCH] new things coming git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@933 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- .../freeswitch.xcodeproj/project.pbxproj | 227 ------------------ 1 file changed, 227 deletions(-) delete mode 100644 mac/xcode/freeswitch.xcodeproj/project.pbxproj diff --git a/mac/xcode/freeswitch.xcodeproj/project.pbxproj b/mac/xcode/freeswitch.xcodeproj/project.pbxproj deleted file mode 100644 index b8cef88f12..0000000000 --- a/mac/xcode/freeswitch.xcodeproj/project.pbxproj +++ /dev/null @@ -1,227 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 42; - objects = { - -/* Begin PBXBuildFile section */ - D35430C709C37820000A33C3 /* apr.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D35430C209C37820000A33C3 /* apr.framework */; }; - D35430C809C37820000A33C3 /* aprutil.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D35430C309C37820000A33C3 /* aprutil.framework */; }; - D35430C909C37820000A33C3 /* freeswitch.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D35430C409C37820000A33C3 /* freeswitch.framework */; }; - D35430CA09C37820000A33C3 /* sqlite.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D35430C509C37820000A33C3 /* sqlite.framework */; }; - D35430CB09C37820000A33C3 /* teletone.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D35430C609C37820000A33C3 /* teletone.framework */; }; - D3EA84AB09C12851006A903B /* switch.c in Sources */ = {isa = PBXBuildFile; fileRef = D3EA84AA09C12851006A903B /* switch.c */; }; -/* End PBXBuildFile section */ - -/* Begin PBXBuildStyle section */ - D3EA849909C127D3006A903B /* Development */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - }; - name = Development; - }; - D3EA849A09C127D3006A903B /* Deployment */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = YES; - }; - name = Deployment; - }; -/* End PBXBuildStyle section */ - -/* Begin PBXFileReference section */ - D35430C209C37820000A33C3 /* apr.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = apr.framework; path = /Library/Frameworks/apr.framework; sourceTree = ""; }; - D35430C309C37820000A33C3 /* aprutil.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = aprutil.framework; path = /Library/Frameworks/aprutil.framework; sourceTree = ""; }; - D35430C409C37820000A33C3 /* freeswitch.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = freeswitch.framework; path = /Library/Frameworks/freeswitch.framework; sourceTree = ""; }; - D35430C509C37820000A33C3 /* sqlite.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = sqlite.framework; path = /Library/Frameworks/sqlite.framework; sourceTree = ""; }; - D35430C609C37820000A33C3 /* teletone.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = teletone.framework; path = /Library/Frameworks/teletone.framework; sourceTree = ""; }; - D3814F8D09CFA28200553C1B /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../../src/include/config.h; sourceTree = SOURCE_ROOT; }; - D3EA84A109C127DC006A903B /* freeswitch */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = freeswitch; sourceTree = BUILT_PRODUCTS_DIR; }; - D3EA84AA09C12851006A903B /* switch.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch.c; path = ../../src/switch.c; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - D3EA849F09C127DC006A903B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - D35430C709C37820000A33C3 /* apr.framework in Frameworks */, - D35430C809C37820000A33C3 /* aprutil.framework in Frameworks */, - D35430C909C37820000A33C3 /* freeswitch.framework in Frameworks */, - D35430CA09C37820000A33C3 /* sqlite.framework in Frameworks */, - D35430CB09C37820000A33C3 /* teletone.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - D33CA85C09C123560087B539 = { - isa = PBXGroup; - children = ( - D35430C209C37820000A33C3 /* apr.framework */, - D35430C309C37820000A33C3 /* aprutil.framework */, - D35430C409C37820000A33C3 /* freeswitch.framework */, - D35430C509C37820000A33C3 /* sqlite.framework */, - D35430C609C37820000A33C3 /* teletone.framework */, - D3EA84A209C127DC006A903B /* freeswitch */, - D3EA84A109C127DC006A903B /* freeswitch */, - ); - sourceTree = ""; - }; - D3EA84A209C127DC006A903B /* freeswitch */ = { - isa = PBXGroup; - children = ( - D3814F8D09CFA28200553C1B /* config.h */, - D3EA84AA09C12851006A903B /* switch.c */, - ); - name = freeswitch; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - D3EA84A009C127DC006A903B /* freeswitch */ = { - isa = PBXNativeTarget; - buildConfigurationList = D3EA84A409C127DC006A903B /* Build configuration list for PBXNativeTarget "freeswitch" */; - buildPhases = ( - D3EA849E09C127DC006A903B /* Sources */, - D3EA849F09C127DC006A903B /* Frameworks */, - ); - buildRules = ( - ); - buildSettings = { - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_MODEL_TUNING = G5; - INSTALL_PATH = "$(HOME)/bin"; - PREBINDING = NO; - PRODUCT_NAME = freeswitch; - ZERO_LINK = YES; - }; - dependencies = ( - ); - name = freeswitch; - productName = freeswitch; - productReference = D3EA84A109C127DC006A903B /* freeswitch */; - productType = "com.apple.product-type.tool"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - D33CA85E09C123560087B539 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = D33CA85F09C123560087B539 /* Build configuration list for PBXProject "freeswitch" */; - buildSettings = { - }; - buildStyles = ( - D3EA849909C127D3006A903B /* Development */, - D3EA849A09C127D3006A903B /* Deployment */, - ); - hasScannedForEncodings = 0; - mainGroup = D33CA85C09C123560087B539; - productRefGroup = D3EA84A209C127DC006A903B /* freeswitch */; - projectDirPath = ""; - targets = ( - D3EA84A009C127DC006A903B /* freeswitch */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - D3EA849E09C127DC006A903B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D3EA84AB09C12851006A903B /* switch.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - D33CA86009C123560087B539 /* freeswitch */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = NO; - NATIVE_ARCH = "ppc i386"; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; - }; - name = freeswitch; - }; - D3EA84A509C127DC006A903B /* freeswitch */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = NO; - DSTROOT = /; - FRAMEWORK_SEARCH_PATHS = ( - "$(FRAMEWORK_SEARCH_PATHS)", - "$(SRCROOT)/libs/build/libfreeswitch", - /Library/Frameworks, - ); - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ( - /Library/Frameworks/apr.framework/Headers, - /Library/Frameworks/aprutil.framework/Headers, - /Library/Frameworks/freeswitch.framework/Headers, - ); - INSTALL_PATH = /usr/local/freeswitch/bin; - OTHER_CFLAGS = ( - "-DMACOSX", - "-DSWITCH_MOD_DIR=\"$(FREESWITCH_PATH)/mod\"", - "-DSWITCH_PREFIX_DIR=\"$(FREESWITCH_PATH)\"", - "-DSWITCH_CONF_DIR=\"$(FREESWITCH_PATH)/conf\"", - "-DSWITCH_DB_DIR=\"$(FREESWITCH_PATH)/db\"", - "-DSWITCH_LOG_DIR=\"$(FREESWITCH_PATH)/log\"", - "-DSWITCH_SCRIPT_DIR=\"$(FREESWITCH_PATH)/scripts\"", - ); - OTHER_LDFLAGS = ( - "-framework", - freeswitch, - "-framework", - apr, - "-framework", - aprutil, - "-framework", - teletone, - "-framework", - sqlite, - "-liconv", - "-lpthread", - ); - PREBINDING = NO; - PRODUCT_NAME = freeswitch; - USER_HEADER_SEARCH_PATHS = ""; - ZERO_LINK = YES; - }; - name = freeswitch; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - D33CA85F09C123560087B539 /* Build configuration list for PBXProject "freeswitch" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D33CA86009C123560087B539 /* freeswitch */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = freeswitch; - }; - D3EA84A409C127DC006A903B /* Build configuration list for PBXNativeTarget "freeswitch" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D3EA84A509C127DC006A903B /* freeswitch */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = freeswitch; - }; -/* End XCConfigurationList section */ - }; - rootObject = D33CA85E09C123560087B539 /* Project object */; -}