mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-29 21:46:02 +00:00
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:
parent
5970e15145
commit
9460ac9d1c
BIN
build/freeswitch.build/freeswitch.pbxindex/categories.pbxbtree
Normal file
BIN
build/freeswitch.build/freeswitch.pbxindex/categories.pbxbtree
Normal file
Binary file not shown.
BIN
build/freeswitch.build/freeswitch.pbxindex/cdecls.pbxbtree
Normal file
BIN
build/freeswitch.build/freeswitch.pbxindex/cdecls.pbxbtree
Normal file
Binary file not shown.
BIN
build/freeswitch.build/freeswitch.pbxindex/decls.pbxbtree
Normal file
BIN
build/freeswitch.build/freeswitch.pbxindex/decls.pbxbtree
Normal file
Binary file not shown.
BIN
build/freeswitch.build/freeswitch.pbxindex/files.pbxbtree
Normal file
BIN
build/freeswitch.build/freeswitch.pbxindex/files.pbxbtree
Normal file
Binary file not shown.
BIN
build/freeswitch.build/freeswitch.pbxindex/imports.pbxbtree
Normal file
BIN
build/freeswitch.build/freeswitch.pbxindex/imports.pbxbtree
Normal file
Binary file not shown.
BIN
build/freeswitch.build/freeswitch.pbxindex/pbxindex.header
Normal file
BIN
build/freeswitch.build/freeswitch.pbxindex/pbxindex.header
Normal file
Binary file not shown.
BIN
build/freeswitch.build/freeswitch.pbxindex/protocols.pbxbtree
Normal file
BIN
build/freeswitch.build/freeswitch.pbxindex/protocols.pbxbtree
Normal file
Binary file not shown.
BIN
build/freeswitch.build/freeswitch.pbxindex/refs.pbxbtree
Normal file
BIN
build/freeswitch.build/freeswitch.pbxindex/refs.pbxbtree
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/freeswitch.build/freeswitch.pbxindex/subclasses.pbxbtree
Normal file
BIN
build/freeswitch.build/freeswitch.pbxindex/subclasses.pbxbtree
Normal file
Binary file not shown.
1352
freeswitch.xcodeproj/mike.mode1v3
Normal file
1352
freeswitch.xcodeproj/mike.mode1v3
Normal file
File diff suppressed because it is too large
Load Diff
50
freeswitch.xcodeproj/mike.pbxuser
Normal file
50
freeswitch.xcodeproj/mike.pbxuser
Normal 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 = "";
|
||||||
|
};
|
||||||
|
}
|
62
freeswitch.xcodeproj/project.pbxproj
Normal file
62
freeswitch.xcodeproj/project.pbxproj
Normal 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 */;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user