[Freeswitch-trunk] [commit] r3842 - in freeswitch/trunk/libs/libteletone: . libteletone.xcodeproj
Freeswitch SVN
brian at freeswitch.org
Wed Dec 27 02:22:12 EST 2006
Author: brian
Date: Wed Dec 27 02:22:12 2006
New Revision: 3842
Added:
freeswitch/trunk/libs/libteletone/libteletone.xcodeproj/
freeswitch/trunk/libs/libteletone/libteletone.xcodeproj/project.pbxproj
freeswitch/trunk/libs/libteletone/teletone-Info.plist
Log:
proper xcodeproj files
Added: freeswitch/trunk/libs/libteletone/libteletone.xcodeproj/project.pbxproj
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/libteletone/libteletone.xcodeproj/project.pbxproj Wed Dec 27 02:22:12 2006
@@ -0,0 +1,220 @@
+// !$*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 */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ D3B219070B4254F900C812C8 /* teletone.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = teletone.framework; path = build/Debug/teletone.framework; sourceTree = "<group>"; };
+ D3B219090B4254F900C812C8 /* teletone-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "teletone-Info.plist"; sourceTree = "<group>"; };
+ D3B219100B42552900C812C8 /* libteletone_detect.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = libteletone_detect.c; path = src/libteletone_detect.c; sourceTree = "<group>"; };
+ D3B219110B42552900C812C8 /* libteletone_detect.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libteletone_detect.h; path = src/libteletone_detect.h; sourceTree = "<group>"; };
+ D3B219120B42552900C812C8 /* libteletone_generate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = libteletone_generate.c; path = src/libteletone_generate.c; sourceTree = "<group>"; };
+ D3B219130B42552900C812C8 /* libteletone_generate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libteletone_generate.h; path = src/libteletone_generate.h; sourceTree = "<group>"; };
+ D3B219140B42552900C812C8 /* libteletone.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libteletone.h; path = src/libteletone.h; sourceTree = "<group>"; };
+/* 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 */,
+ D3B219090B4254F900C812C8 /* teletone-Info.plist */,
+ );
+ sourceTree = "<group>";
+ };
+ D3B219080B4254F900C812C8 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ D3B219070B4254F900C812C8 /* teletone.framework */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+/* 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 /* teletone */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = D3B2190A0B4254FA00C812C8 /* Build configuration list for PBXNativeTarget "teletone" */;
+ buildPhases = (
+ D3B219020B4254F900C812C8 /* Headers */,
+ D3B219030B4254F900C812C8 /* Resources */,
+ D3B219040B4254F900C812C8 /* Sources */,
+ D3B219050B4254F900C812C8 /* Frameworks */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = teletone;
+ productName = teletone;
+ productReference = D3B219070B4254F900C812C8 /* teletone.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 /* teletone */,
+ );
+ };
+/* 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 = teletone;
+ 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 = teletone;
+ 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 "teletone" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D3B2190B0B4254FA00C812C8 /* Debug */,
+ D3B2190C0B4254FA00C812C8 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = D3B218F90B4254DF00C812C8 /* Project object */;
+}
Added: freeswitch/trunk/libs/libteletone/teletone-Info.plist
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/libteletone/teletone-Info.plist Wed Dec 27 02:22:12 2006
@@ -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>com.yourcompany.teletone</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+</dict>
+</plist>
More information about the Freeswitch-trunk
mailing list