add freeswitch xcode project shell. Nothing here yet.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6147 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-11-02 18:22:24 +00:00
parent 5970e15145
commit 9460ac9d1c
14 changed files with 1464 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,50 @@
// !$*UTF8*$!
{
27FC39A90CDBA14A00BC5B29 /* Project object */ = {
activeArchitecture = i386;
activeBuildConfigurationName = Debug;
codeSenseManager = 27FC39AE0CDBA14A00BC5B29 /* Code sense */;
ignoreBreakpointsInProjectsDict = {
};
perUserDictionary = {
PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
PBXFileTableDataSourceColumnWidthsKey = (
20,
471,
20,
48,
43,
43,
20,
);
PBXFileTableDataSourceColumnsKey = (
PBXFileDataSource_FiletypeID,
PBXFileDataSource_Filename_ColumnID,
PBXFileDataSource_Built_ColumnID,
PBXFileDataSource_ObjectSize_ColumnID,
PBXFileDataSource_Errors_ColumnID,
PBXFileDataSource_Warnings_ColumnID,
PBXFileDataSource_Target_ColumnID,
);
};
PBXPerProjectTemplateStateSaveDate = 215720339;
PBXWorkspaceStateSaveDate = 215720339;
};
sourceControlManager = 27FC39AD0CDBA14A00BC5B29 /* Source Control */;
userBuildSettings = {
};
};
27FC39AD0CDBA14A00BC5B29 /* Source Control */ = {
isa = PBXSourceControlManager;
fallbackIsa = XCSourceControlManager;
isSCMEnabled = 0;
scmConfiguration = {
};
};
27FC39AE0CDBA14A00BC5B29 /* Code sense */ = {
isa = PBXCodeSenseManager;
indexTemplatePath = "";
};
}

View File

@ -0,0 +1,62 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 42;
objects = {
/* Begin PBXGroup section */
27FC39A70CDBA14A00BC5B29 = {
isa = PBXGroup;
children = (
);
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXProject section */
27FC39A90CDBA14A00BC5B29 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 27FC39AC0CDBA14A00BC5B29 /* Build configuration list for PBXProject "freeswitch" */;
compatibilityVersion = "Xcode 2.4";
hasScannedForEncodings = 0;
mainGroup = 27FC39A70CDBA14A00BC5B29;
projectDirPath = "";
projectRoot = "";
targets = (
);
};
/* End PBXProject section */
/* Begin XCBuildConfiguration section */
27FC39AA0CDBA14A00BC5B29 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
};
name = Debug;
};
27FC39AB0CDBA14A00BC5B29 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
27FC39AC0CDBA14A00BC5B29 /* Build configuration list for PBXProject "freeswitch" */ = {
isa = XCConfigurationList;
buildConfigurations = (
27FC39AA0CDBA14A00BC5B29 /* Debug */,
27FC39AB0CDBA14A00BC5B29 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 27FC39A90CDBA14A00BC5B29 /* Project object */;
}