From a2a1d850c75f629dbe5b3a93a1c72b7b7b63cabe Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 27 Dec 2006 07:47:20 +0000 Subject: [PATCH] update because framework name and include header file names must match. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3848 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/libresample/libresample-Info.plist | 20 +++++++++++++ .../libresample.xcodeproj/project.pbxproj | 28 +++++++++---------- 2 files changed, 34 insertions(+), 14 deletions(-) create mode 100644 libs/libresample/libresample-Info.plist diff --git a/libs/libresample/libresample-Info.plist b/libs/libresample/libresample-Info.plist new file mode 100644 index 0000000000..0f410feca7 --- /dev/null +++ b/libs/libresample/libresample-Info.plist @@ -0,0 +1,20 @@ + + + + + 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 index 09425bd52e..863cff1bb6 100644 --- a/libs/libresample/libresample.xcodeproj/project.pbxproj +++ b/libs/libresample/libresample.xcodeproj/project.pbxproj @@ -18,8 +18,8 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - D3B2197D0B42590500C812C8 /* resample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = resample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D3B2197F0B42590500C812C8 /* resample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "resample-Info.plist"; sourceTree = ""; }; + 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 = ""; }; @@ -43,14 +43,14 @@ D3B2198B0B42595D00C812C8 /* resamplesubs.c */, D3B219840B42594900C812C8 /* libresample.h */, D3B2197E0B42590500C812C8 /* Products */, - D3B2197F0B42590500C812C8 /* resample-Info.plist */, + D3B2197F0B42590500C812C8 /* libresample-Info.plist */, ); sourceTree = ""; }; D3B2197E0B42590500C812C8 /* Products */ = { isa = PBXGroup; children = ( - D3B2197D0B42590500C812C8 /* resample.framework */, + D3B2197D0B42590500C812C8 /* libresample.framework */, ); name = Products; sourceTree = ""; @@ -73,9 +73,9 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - D3B2197C0B42590500C812C8 /* resample */ = { + D3B2197C0B42590500C812C8 /* libresample */ = { isa = PBXNativeTarget; - buildConfigurationList = D3B219800B42590500C812C8 /* Build configuration list for PBXNativeTarget "resample" */; + buildConfigurationList = D3B219800B42590500C812C8 /* Build configuration list for PBXNativeTarget "libresample" */; buildPhases = ( D3B219950B4259A400C812C8 /* ShellScript */, D3B219780B42590500C812C8 /* Headers */, @@ -85,9 +85,9 @@ ); dependencies = ( ); - name = resample; + name = libresample; productName = resample; - productReference = D3B2197D0B42590500C812C8 /* resample.framework */; + productReference = D3B2197D0B42590500C812C8 /* libresample.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -101,7 +101,7 @@ productRefGroup = D3B2197E0B42590500C812C8 /* Products */; projectDirPath = ""; targets = ( - D3B2197C0B42590500C812C8 /* resample */, + D3B2197C0B42590500C812C8 /* libresample */, ); }; /* End PBXProject section */ @@ -173,10 +173,10 @@ GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; - INFOPLIST_FILE = "resample-Info.plist"; + INFOPLIST_FILE = "libresample-Info.plist"; INSTALL_PATH = "$(HOME)/Library/Frameworks"; PREBINDING = NO; - PRODUCT_NAME = resample; + PRODUCT_NAME = libresample; ZERO_LINK = YES; }; name = Debug; @@ -192,10 +192,10 @@ GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; - INFOPLIST_FILE = "resample-Info.plist"; + INFOPLIST_FILE = "libresample-Info.plist"; INSTALL_PATH = "$(HOME)/Library/Frameworks"; PREBINDING = NO; - PRODUCT_NAME = resample; + PRODUCT_NAME = libresample; ZERO_LINK = NO; }; name = Release; @@ -212,7 +212,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D3B219800B42590500C812C8 /* Build configuration list for PBXNativeTarget "resample" */ = { + D3B219800B42590500C812C8 /* Build configuration list for PBXNativeTarget "libresample" */ = { isa = XCConfigurationList; buildConfigurations = ( D3B219810B42590500C812C8 /* Debug */,