]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update because framework name and include header file names must match.
authorBrian West <brian@freeswitch.org>
Wed, 27 Dec 2006 07:47:20 +0000 (07:47 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 27 Dec 2006 07:47:20 +0000 (07:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3848 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/libresample/libresample-Info.plist [new file with mode: 0644]
libs/libresample/libresample.xcodeproj/project.pbxproj

diff --git a/libs/libresample/libresample-Info.plist b/libs/libresample/libresample-Info.plist
new file mode 100644 (file)
index 0000000..0f410fe
--- /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>org.freeswitch.resample</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundlePackageType</key>
+       <string>FMWK</string>
+       <key>CFBundleSignature</key>
+       <string>BKW</string>
+       <key>CFBundleVersion</key>
+       <string>1.0</string>
+</dict>
+</plist>
index 09425bd52ee98b12d568a7856a391b32f68c25e8..863cff1bb6e03fe1f08edd6cb064227a51d7ef83 100644 (file)
@@ -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 = "<group>"; };
+               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 = "<group>"; };
                D3B219840B42594900C812C8 /* libresample.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libresample.h; path = include/libresample.h; sourceTree = "<group>"; };
                D3B219860B42595D00C812C8 /* configtemplate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = configtemplate.h; path = src/configtemplate.h; sourceTree = "<group>"; };
                D3B219870B42595D00C812C8 /* filterkit.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = filterkit.c; path = src/filterkit.c; sourceTree = "<group>"; };
                                D3B2198B0B42595D00C812C8 /* resamplesubs.c */,
                                D3B219840B42594900C812C8 /* libresample.h */,
                                D3B2197E0B42590500C812C8 /* Products */,
-                               D3B2197F0B42590500C812C8 /* resample-Info.plist */,
+                               D3B2197F0B42590500C812C8 /* libresample-Info.plist */,
                        );
                        sourceTree = "<group>";
                };
                D3B2197E0B42590500C812C8 /* Products */ = {
                        isa = PBXGroup;
                        children = (
-                               D3B2197D0B42590500C812C8 /* resample.framework */,
+                               D3B2197D0B42590500C812C8 /* libresample.framework */,
                        );
                        name = Products;
                        sourceTree = "<group>";
@@ -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 */
                        productRefGroup = D3B2197E0B42590500C812C8 /* Products */;
                        projectDirPath = "";
                        targets = (
-                               D3B2197C0B42590500C812C8 /* resample */,
+                               D3B2197C0B42590500C812C8 /* libresample */,
                        );
                };
 /* End PBXProject section */
                                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;
                                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;
                        defaultConfigurationIsVisible = 0;
                        defaultConfigurationName = Release;
                };
-               D3B219800B42590500C812C8 /* Build configuration list for PBXNativeTarget "resample" */ = {
+               D3B219800B42590500C812C8 /* Build configuration list for PBXNativeTarget "libresample" */ = {
                        isa = XCConfigurationList;
                        buildConfigurations = (
                                D3B219810B42590500C812C8 /* Debug */,