Few more tweaks ;)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2119 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2006-07-25 18:14:00 +00:00
parent 29d9f33f3d
commit 86a80c0891
8 changed files with 29 additions and 24 deletions

View File

@ -589,7 +589,7 @@
D37671920A75F14200ACC1FB /* switch_utils.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_utils.c; path = ../../src/switch_utils.c; sourceTree = SOURCE_ROOT; };
D37671930A75F14200ACC1FB /* switch_xml.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_xml.c; path = ../../src/switch_xml.c; sourceTree = SOURCE_ROOT; };
D37671940A75F14200ACC1FB /* switch.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch.c; path = ../../src/switch.c; sourceTree = SOURCE_ROOT; };
D38DD4410A7687A700FEDB19 /* freeswitch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = freeswitch; path = build/Release/freeswitch; sourceTree = "<group>"; };
D38DD4410A7687A700FEDB19 /* freeswitch */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; name = freeswitch; path = build/Release/freeswitch; sourceTree = "<group>"; };
D38DD4DF0A768AC500FEDB19 /* srtp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = srtp.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D38DD4E00A768AC500FEDB19 /* srtp.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = srtp.plist; sourceTree = "<group>"; };
D38DD5260A768B6100FEDB19 /* resample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = resample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@ -3060,8 +3060,9 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
CURRENT_PROJECT_VERSION = "$(FREESWITCH_SQLITE_VERSION)";
DYLIB_COMPATIBILITY_VERSION = "$(FREESWITCH_SQLITE_VERSION)";
DYLIB_CURRENT_VERSION = "$(FREESWITCH_SQLITE_VERSION)";
FRAMEWORK_VERSION = A;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
@ -3289,8 +3290,9 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
CURRENT_PROJECT_VERSION = "$(FREESWITCH_RESAMPLE_VERSION)";
DYLIB_COMPATIBILITY_VERSION = "$(FREESWITCH_RESAMPLE_VERSION)";
DYLIB_CURRENT_VERSION = "$(FREESWITCH_RESAMPLE_VERSION)";
FRAMEWORK_VERSION = A;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
@ -3389,8 +3391,9 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
CURRENT_PROJECT_VERSION = "$(FREESWITCH_APR_VERSION)";
DYLIB_COMPATIBILITY_VERSION = "$(FREESWITCH_APR_VERSION)";
DYLIB_CURRENT_VERSION = "$(FREESWITCH_APR_VERSION)";
FRAMEWORK_VERSION = A;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
@ -3443,8 +3446,9 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
CURRENT_PROJECT_VERSION = "$(FREESWITCH_APR_VERSION)";
DYLIB_COMPATIBILITY_VERSION = "$(FREESWITCH_APR_VERSION)";
DYLIB_CURRENT_VERSION = "$(FREESWITCH_APR_VERSION)";
FRAMEWORK_VERSION = A;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
@ -3566,8 +3570,9 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
CURRENT_PROJECT_VERSION = "$(FREESWITCH_IKSEMEL_VERSION)";
DYLIB_COMPATIBILITY_VERSION = "$(FREESWITCH_IKSEMEL_VERSION)";
DYLIB_CURRENT_VERSION = "$(FREESWITCH_IKSEMEL_VERSION)";
FRAMEWORK_VERSION = A;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;

View File

@ -15,6 +15,6 @@
<key>CFBundleSignature</key>
<string>BKW</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>$(FREESWITCH_APR_VERSION)</string>
</dict>
</plist>

View File

@ -15,6 +15,6 @@
<key>CFBundleSignature</key>
<string>BKW</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>$(FREESWITCH_APR_VERSION)</string>
</dict>
</plist>

View File

@ -15,6 +15,6 @@
<key>CFBundleSignature</key>
<string>BKW</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>$(FREESWITCH_IKSEMEL_VERSION)</string>
</dict>
</plist>

View File

@ -7,14 +7,14 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.resample</string>
<string>org.freeswitch.resample</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleSignature</key>
<string>????</string>
<string>BKW</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>$(FREESWITCH_RESAMPLE_VERSION)</string>
</dict>
</plist>

View File

@ -7,13 +7,13 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.speakup</string>
<string>org.freeswitch.speakup</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleSignature</key>
<string>????</string>
<string>BKW</string>
<key>CFBundleVersion</key>
<string>1.0</string>
</dict>

View File

@ -7,14 +7,14 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.sqlite</string>
<string>org.freeswitch.sqlite</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleSignature</key>
<string>????</string>
<string>BKW</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>$(FREESWITCH_SQLITE_VERSION)</string>
</dict>
</plist>

View File

@ -7,13 +7,13 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.srtp</string>
<string>org.freeswitch.srtp</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleSignature</key>
<string>????</string>
<string>BKW</string>
<key>CFBundleVersion</key>
<string>1.0</string>
</dict>