提交 86a80c08 authored 作者: Brian West's avatar Brian West

Few more tweaks ;)


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2119 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 29d9f33f
...@@ -589,7 +589,7 @@ ...@@ -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; }; 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; }; 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; }; 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; }; 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>"; }; 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; }; D38DD5260A768B6100FEDB19 /* resample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = resample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
...@@ -3060,8 +3060,9 @@ ...@@ -3060,8 +3060,9 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1; CURRENT_PROJECT_VERSION = "$(FREESWITCH_SQLITE_VERSION)";
DYLIB_CURRENT_VERSION = 1; DYLIB_COMPATIBILITY_VERSION = "$(FREESWITCH_SQLITE_VERSION)";
DYLIB_CURRENT_VERSION = "$(FREESWITCH_SQLITE_VERSION)";
FRAMEWORK_VERSION = A; FRAMEWORK_VERSION = A;
GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
...@@ -3289,8 +3290,9 @@ ...@@ -3289,8 +3290,9 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1; CURRENT_PROJECT_VERSION = "$(FREESWITCH_RESAMPLE_VERSION)";
DYLIB_CURRENT_VERSION = 1; DYLIB_COMPATIBILITY_VERSION = "$(FREESWITCH_RESAMPLE_VERSION)";
DYLIB_CURRENT_VERSION = "$(FREESWITCH_RESAMPLE_VERSION)";
FRAMEWORK_VERSION = A; FRAMEWORK_VERSION = A;
GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
...@@ -3389,8 +3391,9 @@ ...@@ -3389,8 +3391,9 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1; CURRENT_PROJECT_VERSION = "$(FREESWITCH_APR_VERSION)";
DYLIB_CURRENT_VERSION = 1; DYLIB_COMPATIBILITY_VERSION = "$(FREESWITCH_APR_VERSION)";
DYLIB_CURRENT_VERSION = "$(FREESWITCH_APR_VERSION)";
FRAMEWORK_VERSION = A; FRAMEWORK_VERSION = A;
GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
...@@ -3443,8 +3446,9 @@ ...@@ -3443,8 +3446,9 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1; CURRENT_PROJECT_VERSION = "$(FREESWITCH_APR_VERSION)";
DYLIB_CURRENT_VERSION = 1; DYLIB_COMPATIBILITY_VERSION = "$(FREESWITCH_APR_VERSION)";
DYLIB_CURRENT_VERSION = "$(FREESWITCH_APR_VERSION)";
FRAMEWORK_VERSION = A; FRAMEWORK_VERSION = A;
GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
...@@ -3566,8 +3570,9 @@ ...@@ -3566,8 +3570,9 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1; CURRENT_PROJECT_VERSION = "$(FREESWITCH_IKSEMEL_VERSION)";
DYLIB_CURRENT_VERSION = 1; DYLIB_COMPATIBILITY_VERSION = "$(FREESWITCH_IKSEMEL_VERSION)";
DYLIB_CURRENT_VERSION = "$(FREESWITCH_IKSEMEL_VERSION)";
FRAMEWORK_VERSION = A; FRAMEWORK_VERSION = A;
GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
......
...@@ -15,6 +15,6 @@ ...@@ -15,6 +15,6 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>BKW</string> <string>BKW</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0</string> <string>$(FREESWITCH_APR_VERSION)</string>
</dict> </dict>
</plist> </plist>
...@@ -15,6 +15,6 @@ ...@@ -15,6 +15,6 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>BKW</string> <string>BKW</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0</string> <string>$(FREESWITCH_APR_VERSION)</string>
</dict> </dict>
</plist> </plist>
...@@ -15,6 +15,6 @@ ...@@ -15,6 +15,6 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>BKW</string> <string>BKW</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0</string> <string>$(FREESWITCH_IKSEMEL_VERSION)</string>
</dict> </dict>
</plist> </plist>
...@@ -7,14 +7,14 @@ ...@@ -7,14 +7,14 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.yourcompany.resample</string> <string>org.freeswitch.resample</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>BKW</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0</string> <string>$(FREESWITCH_RESAMPLE_VERSION)</string>
</dict> </dict>
</plist> </plist>
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.yourcompany.speakup</string> <string>org.freeswitch.speakup</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>BKW</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0</string> <string>1.0</string>
</dict> </dict>
......
...@@ -7,14 +7,14 @@ ...@@ -7,14 +7,14 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.yourcompany.sqlite</string> <string>org.freeswitch.sqlite</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>BKW</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0</string> <string>$(FREESWITCH_SQLITE_VERSION)</string>
</dict> </dict>
</plist> </plist>
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.yourcompany.srtp</string> <string>org.freeswitch.srtp</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>BKW</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0</string> <string>1.0</string>
</dict> </dict>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论