From a5a81439cd3a907c2195a32072c0c1d7e35a1f0c Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 27 Dec 2006 20:26:06 +0000 Subject: [PATCH] I have figured out the best way to do this without using xcode git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3852 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/libresample/libresample-Info.plist | 20 -- .../libresample.xcodeproj/project.pbxproj | 227 ------------------ libs/libteletone/libteletone-Info.plist | 20 -- .../libteletone.xcodeproj/project.pbxproj | 222 ----------------- 4 files changed, 489 deletions(-) delete mode 100644 libs/libresample/libresample-Info.plist delete mode 100644 libs/libresample/libresample.xcodeproj/project.pbxproj delete mode 100644 libs/libteletone/libteletone-Info.plist delete mode 100644 libs/libteletone/libteletone.xcodeproj/project.pbxproj diff --git a/libs/libresample/libresample-Info.plist b/libs/libresample/libresample-Info.plist deleted file mode 100644 index 0f410feca7..0000000000 --- a/libs/libresample/libresample-Info.plist +++ /dev/null @@ -1,20 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - org.freeswitch.resample - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - FMWK - CFBundleSignature - BKW - CFBundleVersion - 1.0 - - diff --git a/libs/libresample/libresample.xcodeproj/project.pbxproj b/libs/libresample/libresample.xcodeproj/project.pbxproj deleted file mode 100644 index 863cff1bb6..0000000000 --- a/libs/libresample/libresample.xcodeproj/project.pbxproj +++ /dev/null @@ -1,227 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 42; - objects = { - -/* Begin PBXBuildFile section */ - D3B219850B42594900C812C8 /* libresample.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B219840B42594900C812C8 /* libresample.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D3B2198C0B42595D00C812C8 /* configtemplate.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B219860B42595D00C812C8 /* configtemplate.h */; }; - D3B2198D0B42595D00C812C8 /* filterkit.c in Sources */ = {isa = PBXBuildFile; fileRef = D3B219870B42595D00C812C8 /* filterkit.c */; }; - D3B2198E0B42595D00C812C8 /* filterkit.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B219880B42595D00C812C8 /* filterkit.h */; }; - D3B2198F0B42595D00C812C8 /* resample_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B219890B42595D00C812C8 /* resample_defs.h */; }; - D3B219900B42595D00C812C8 /* resample.c in Sources */ = {isa = PBXBuildFile; fileRef = D3B2198A0B42595D00C812C8 /* resample.c */; }; - D3B219910B42595D00C812C8 /* resamplesubs.c in Sources */ = {isa = PBXBuildFile; fileRef = D3B2198B0B42595D00C812C8 /* resamplesubs.c */; }; - D3B219940B42599900C812C8 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B219930B42599900C812C8 /* config.h */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - D3B2197D0B42590500C812C8 /* libresample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = libresample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D3B2197F0B42590500C812C8 /* libresample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "libresample-Info.plist"; sourceTree = ""; }; - D3B219840B42594900C812C8 /* libresample.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libresample.h; path = include/libresample.h; sourceTree = ""; }; - D3B219860B42595D00C812C8 /* configtemplate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = configtemplate.h; path = src/configtemplate.h; sourceTree = ""; }; - D3B219870B42595D00C812C8 /* filterkit.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = filterkit.c; path = src/filterkit.c; sourceTree = ""; }; - D3B219880B42595D00C812C8 /* filterkit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = filterkit.h; path = src/filterkit.h; sourceTree = ""; }; - D3B219890B42595D00C812C8 /* resample_defs.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = resample_defs.h; path = src/resample_defs.h; sourceTree = ""; }; - D3B2198A0B42595D00C812C8 /* resample.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = resample.c; path = src/resample.c; sourceTree = ""; }; - D3B2198B0B42595D00C812C8 /* resamplesubs.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = resamplesubs.c; path = src/resamplesubs.c; sourceTree = ""; }; - D3B219930B42599900C812C8 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = src/config.h; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXGroup section */ - D3B2196D0B4258F500C812C8 = { - isa = PBXGroup; - children = ( - D3B219930B42599900C812C8 /* config.h */, - D3B219860B42595D00C812C8 /* configtemplate.h */, - D3B219870B42595D00C812C8 /* filterkit.c */, - D3B219880B42595D00C812C8 /* filterkit.h */, - D3B219890B42595D00C812C8 /* resample_defs.h */, - D3B2198A0B42595D00C812C8 /* resample.c */, - D3B2198B0B42595D00C812C8 /* resamplesubs.c */, - D3B219840B42594900C812C8 /* libresample.h */, - D3B2197E0B42590500C812C8 /* Products */, - D3B2197F0B42590500C812C8 /* libresample-Info.plist */, - ); - sourceTree = ""; - }; - D3B2197E0B42590500C812C8 /* Products */ = { - isa = PBXGroup; - children = ( - D3B2197D0B42590500C812C8 /* libresample.framework */, - ); - name = Products; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - D3B219780B42590500C812C8 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D3B219850B42594900C812C8 /* libresample.h in Headers */, - D3B2198C0B42595D00C812C8 /* configtemplate.h in Headers */, - D3B2198E0B42595D00C812C8 /* filterkit.h in Headers */, - D3B2198F0B42595D00C812C8 /* resample_defs.h in Headers */, - D3B219940B42599900C812C8 /* config.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - D3B2197C0B42590500C812C8 /* libresample */ = { - isa = PBXNativeTarget; - buildConfigurationList = D3B219800B42590500C812C8 /* Build configuration list for PBXNativeTarget "libresample" */; - buildPhases = ( - D3B219950B4259A400C812C8 /* ShellScript */, - D3B219780B42590500C812C8 /* Headers */, - D3B2197A0B42590500C812C8 /* Sources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = libresample; - productName = resample; - productReference = D3B2197D0B42590500C812C8 /* libresample.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - D3B2196F0B4258F500C812C8 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = D3B219700B4258F500C812C8 /* Build configuration list for PBXProject "libresample" */; - hasScannedForEncodings = 0; - mainGroup = D3B2196D0B4258F500C812C8; - productRefGroup = D3B2197E0B42590500C812C8 /* Products */; - projectDirPath = ""; - targets = ( - D3B2197C0B42590500C812C8 /* libresample */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXShellScriptBuildPhase section */ - D3B219950B4259A400C812C8 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/bash; - shellScript = "if [ -f \"src/config.h\" ]\nthen\n\texit;\nelse\n\t./configure\nfi"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - D3B2197A0B42590500C812C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D3B2198D0B42595D00C812C8 /* filterkit.c in Sources */, - D3B219900B42595D00C812C8 /* resample.c in Sources */, - D3B219910B42595D00C812C8 /* resamplesubs.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - D3B219710B4258F500C812C8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = ( - ppc, - i386, - ); - COPY_PHASE_STRIP = NO; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; - }; - name = Debug; - }; - D3B219720B4258F500C812C8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = ( - ppc, - i386, - ); - COPY_PHASE_STRIP = YES; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; - }; - name = Release; - }; - D3B219810B42590500C812C8 /* 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 = "libresample-Info.plist"; - INSTALL_PATH = "$(HOME)/Library/Frameworks"; - PREBINDING = NO; - PRODUCT_NAME = libresample; - ZERO_LINK = YES; - }; - name = Debug; - }; - D3B219820B42590500C812C8 /* 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 = "libresample-Info.plist"; - INSTALL_PATH = "$(HOME)/Library/Frameworks"; - PREBINDING = NO; - PRODUCT_NAME = libresample; - ZERO_LINK = NO; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - D3B219700B4258F500C812C8 /* Build configuration list for PBXProject "libresample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D3B219710B4258F500C812C8 /* Debug */, - D3B219720B4258F500C812C8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D3B219800B42590500C812C8 /* Build configuration list for PBXNativeTarget "libresample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D3B219810B42590500C812C8 /* Debug */, - D3B219820B42590500C812C8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = D3B2196F0B4258F500C812C8 /* Project object */; -} diff --git a/libs/libteletone/libteletone-Info.plist b/libs/libteletone/libteletone-Info.plist deleted file mode 100644 index 308340751e..0000000000 --- a/libs/libteletone/libteletone-Info.plist +++ /dev/null @@ -1,20 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - org.freeswitch.teletone - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - FMWK - CFBundleSignature - BKW - CFBundleVersion - 1.0 - - diff --git a/libs/libteletone/libteletone.xcodeproj/project.pbxproj b/libs/libteletone/libteletone.xcodeproj/project.pbxproj deleted file mode 100644 index f0ffae428a..0000000000 --- a/libs/libteletone/libteletone.xcodeproj/project.pbxproj +++ /dev/null @@ -1,222 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 42; - objects = { - -/* Begin PBXBuildFile section */ - D3B219150B42552900C812C8 /* libteletone_detect.c in Sources */ = {isa = PBXBuildFile; fileRef = D3B219100B42552900C812C8 /* libteletone_detect.c */; }; - D3B219160B42552900C812C8 /* libteletone_detect.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B219110B42552900C812C8 /* libteletone_detect.h */; }; - D3B219170B42552900C812C8 /* libteletone_generate.c in Sources */ = {isa = PBXBuildFile; fileRef = D3B219120B42552900C812C8 /* libteletone_generate.c */; }; - D3B219180B42552900C812C8 /* libteletone_generate.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B219130B42552900C812C8 /* libteletone_generate.h */; }; - D3B219190B42552900C812C8 /* libteletone.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B219140B42552900C812C8 /* libteletone.h */; settings = {ATTRIBUTES = (Public, ); }; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - D3B219090B4254F900C812C8 /* libteletone-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "libteletone-Info.plist"; sourceTree = ""; }; - D3B219100B42552900C812C8 /* libteletone_detect.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = libteletone_detect.c; path = src/libteletone_detect.c; sourceTree = ""; }; - D3B219110B42552900C812C8 /* libteletone_detect.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libteletone_detect.h; path = src/libteletone_detect.h; sourceTree = ""; }; - D3B219120B42552900C812C8 /* libteletone_generate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = libteletone_generate.c; path = src/libteletone_generate.c; sourceTree = ""; }; - D3B219130B42552900C812C8 /* libteletone_generate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libteletone_generate.h; path = src/libteletone_generate.h; sourceTree = ""; }; - D3B219140B42552900C812C8 /* libteletone.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libteletone.h; path = src/libteletone.h; sourceTree = ""; }; - D3B219D80B425BD500C812C8 /* teletone-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "teletone-Info.plist"; sourceTree = ""; }; - D3B219E00B425C0E00C812C8 /* libteletone.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = libteletone.framework; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - D3B219050B4254F900C812C8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - D3B218F70B4254DF00C812C8 = { - isa = PBXGroup; - children = ( - D3B219100B42552900C812C8 /* libteletone_detect.c */, - D3B219110B42552900C812C8 /* libteletone_detect.h */, - D3B219120B42552900C812C8 /* libteletone_generate.c */, - D3B219130B42552900C812C8 /* libteletone_generate.h */, - D3B219140B42552900C812C8 /* libteletone.h */, - D3B219080B4254F900C812C8 /* Products */, - D3B219D80B425BD500C812C8 /* teletone-Info.plist */, - D3B219090B4254F900C812C8 /* libteletone-Info.plist */, - ); - sourceTree = ""; - }; - D3B219080B4254F900C812C8 /* Products */ = { - isa = PBXGroup; - children = ( - D3B219E00B425C0E00C812C8 /* libteletone.framework */, - ); - name = Products; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - D3B219020B4254F900C812C8 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D3B219160B42552900C812C8 /* libteletone_detect.h in Headers */, - D3B219180B42552900C812C8 /* libteletone_generate.h in Headers */, - D3B219190B42552900C812C8 /* libteletone.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - D3B219060B4254F900C812C8 /* libteletone */ = { - isa = PBXNativeTarget; - buildConfigurationList = D3B2190A0B4254FA00C812C8 /* Build configuration list for PBXNativeTarget "libteletone" */; - buildPhases = ( - D3B219020B4254F900C812C8 /* Headers */, - D3B219030B4254F900C812C8 /* Resources */, - D3B219040B4254F900C812C8 /* Sources */, - D3B219050B4254F900C812C8 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = libteletone; - productName = teletone; - productReference = D3B219E00B425C0E00C812C8 /* libteletone.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - D3B218F90B4254DF00C812C8 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = D3B218FA0B4254DF00C812C8 /* Build configuration list for PBXProject "libteletone" */; - hasScannedForEncodings = 0; - mainGroup = D3B218F70B4254DF00C812C8; - productRefGroup = D3B219080B4254F900C812C8 /* Products */; - projectDirPath = ""; - targets = ( - D3B219060B4254F900C812C8 /* libteletone */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - D3B219030B4254F900C812C8 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - D3B219040B4254F900C812C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D3B219150B42552900C812C8 /* libteletone_detect.c in Sources */, - D3B219170B42552900C812C8 /* libteletone_generate.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - D3B218FB0B4254DF00C812C8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = ( - ppc, - i386, - ); - COPY_PHASE_STRIP = NO; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; - }; - name = Debug; - }; - D3B218FC0B4254DF00C812C8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = ( - ppc, - i386, - ); - COPY_PHASE_STRIP = YES; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; - }; - name = Release; - }; - D3B2190B0B4254FA00C812C8 /* 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-Info.plist"; - INSTALL_PATH = "$(HOME)/Library/Frameworks"; - PREBINDING = NO; - PRODUCT_NAME = libteletone; - ZERO_LINK = YES; - }; - name = Debug; - }; - D3B2190C0B4254FA00C812C8 /* 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-Info.plist"; - INSTALL_PATH = "$(HOME)/Library/Frameworks"; - PREBINDING = NO; - PRODUCT_NAME = libteletone; - ZERO_LINK = NO; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - D3B218FA0B4254DF00C812C8 /* Build configuration list for PBXProject "libteletone" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D3B218FB0B4254DF00C812C8 /* Debug */, - D3B218FC0B4254DF00C812C8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D3B2190A0B4254FA00C812C8 /* Build configuration list for PBXNativeTarget "libteletone" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D3B2190B0B4254FA00C812C8 /* Debug */, - D3B2190C0B4254FA00C812C8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = D3B218F90B4254DF00C812C8 /* Project object */; -}