diff --git a/mac/xcode/libs/apr-1.2.2.xcodeproj/brian.mode1 b/mac/xcode/libs/apr-1.2.2.xcodeproj/brian.mode1
index f5e9948ca4..ed9b0356eb 100644
--- a/mac/xcode/libs/apr-1.2.2.xcodeproj/brian.mode1
+++ b/mac/xcode/libs/apr-1.2.2.xcodeproj/brian.mode1
@@ -199,9 +199,13 @@
active-target-popup
action
NSToolbarFlexibleSpaceItem
- buildOrClean
- build-and-runOrDebug
+ build
+ clean
+ clean-target
com.apple.ide.PBXToolbarStopButton
+ run
+ build-and-run
+ build-and-runOrDebug
get-info
toggle-editor
NSToolbarFlexibleSpaceItem
@@ -257,12 +261,13 @@
D32C90D609C10C3300FCE413
1C37FBAC04509CD000000102
- D32C940609C113F500FCE413
+ D3F01FF409C1186B00120915
1C37FABC05509CD000000102
PBXSmartGroupTreeModuleOutlineStateSelectionKey
+ 6
5
4
@@ -287,7 +292,7 @@
186
RubberWindowFrame
- 82 140 918 606 0 0 1024 746
+ 589 422 918 606 0 0 1680 1028
Module
PBXSmartGroupTreeModule
@@ -324,7 +329,7 @@
Frame
{{0, 0}, {710, 0}}
RubberWindowFrame
- 82 140 918 606 0 0 1024 746
+ 589 422 918 606 0 0 1680 1028
Module
PBXNavigatorGroup
@@ -344,7 +349,7 @@
Frame
{{0, 5}, {710, 560}}
RubberWindowFrame
- 82 140 918 606 0 0 1024 746
+ 589 422 918 606 0 0 1680 1028
Module
XCDetailModule
@@ -368,9 +373,9 @@
TableOfContents
- D32C90F309C10CA000FCE413
+ D3F01FF509C1186B00120915
1CE0B1FE06471DED0097A5F4
- D32C90F409C10CA000FCE413
+ D3F01FF609C1186B00120915
1CE0B20306471E060097A5F4
1CE0B20506471E060097A5F4
@@ -504,11 +509,10 @@
5
WindowOrderList
- D32C90FA09C10E0E00FCE413
/Users/brian/freeswitch/mac/xcode/libs/apr-1.2.2.xcodeproj
WindowString
- 82 140 918 606 0 0 1024 746
+ 589 422 918 606 0 0 1680 1028
WindowTools
diff --git a/mac/xcode/libs/apr-1.2.2.xcodeproj/brian.pbxuser b/mac/xcode/libs/apr-1.2.2.xcodeproj/brian.pbxuser
index e6090a9e3a..1131692570 100644
--- a/mac/xcode/libs/apr-1.2.2.xcodeproj/brian.pbxuser
+++ b/mac/xcode/libs/apr-1.2.2.xcodeproj/brian.pbxuser
@@ -2,6 +2,7 @@
{
D32C90D809C10C3300FCE413 /* Project object */ = {
activeBuildConfigurationName = Debug;
+ activeBuildStyle = D3F01FCE09C1180000120915 /* Development */;
activeTarget = D32C90E509C10C4600FCE413 /* apr.framework */;
addToTargets = (
);
@@ -50,7 +51,7 @@
PBXFileTableDataSourceColumnWidthsKey = (
20,
200,
- 63,
+ 291,
20,
48,
43,
@@ -66,8 +67,8 @@
PBXFileDataSource_Warnings_ColumnID,
);
};
- PBXPerProjectTemplateStateSaveDate = 163646515;
- PBXWorkspaceStateSaveDate = 163646515;
+ PBXPerProjectTemplateStateSaveDate = 163649624;
+ PBXWorkspaceStateSaveDate = 163649624;
};
sourceControlManager = D32C90DC09C10C3300FCE413 /* Source Control */;
userBuildSettings = {
diff --git a/mac/xcode/libs/apr-1.2.2.xcodeproj/project.pbxproj b/mac/xcode/libs/apr-1.2.2.xcodeproj/project.pbxproj
index cce2f85fe8..ad4eece293 100644
--- a/mac/xcode/libs/apr-1.2.2.xcodeproj/project.pbxproj
+++ b/mac/xcode/libs/apr-1.2.2.xcodeproj/project.pbxproj
@@ -130,6 +130,23 @@
D32C93F909C1123F00FCE413 /* apr_private.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C91A909C10E6D00FCE413 /* apr_private.h */; };
/* End PBXBuildFile section */
+/* Begin PBXBuildStyle section */
+ D3F01FCE09C1180000120915 /* Development */ = {
+ isa = PBXBuildStyle;
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ };
+ name = Development;
+ };
+ D3F01FCF09C1180000120915 /* Deployment */ = {
+ isa = PBXBuildStyle;
+ buildSettings = {
+ COPY_PHASE_STRIP = YES;
+ };
+ name = Deployment;
+ };
+/* End PBXBuildStyle section */
+
/* Begin PBXFileReference section */
D32C90E609C10C4600FCE413 /* apr.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = apr.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D32C90E809C10C4600FCE413 /* apr-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "apr-Info.plist"; sourceTree = ""; };
@@ -840,7 +857,11 @@
D32C90D809C10C3300FCE413 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = D32C90D909C10C3300FCE413 /* Build configuration list for PBXProject "apr-1.2.2" */;
+ buildSettings = {
+ };
buildStyles = (
+ D3F01FCE09C1180000120915 /* Development */,
+ D3F01FCF09C1180000120915 /* Deployment */,
);
hasScannedForEncodings = 0;
mainGroup = D32C90D609C10C3300FCE413;
diff --git a/mac/xcode/libs/aprutil-1.2.2.xcodeproj/brian.mode1 b/mac/xcode/libs/aprutil-1.2.2.xcodeproj/brian.mode1
new file mode 100644
index 0000000000..6db8895b6d
--- /dev/null
+++ b/mac/xcode/libs/aprutil-1.2.2.xcodeproj/brian.mode1
@@ -0,0 +1,1339 @@
+
+
+
+
+ ActivePerspectiveName
+ Project
+ AllowedModules
+
+
+ BundleLoadPath
+
+ MaxInstances
+ n
+ Module
+ PBXSmartGroupTreeModule
+ Name
+ Groups and Files Outline View
+
+
+ BundleLoadPath
+
+ MaxInstances
+ n
+ Module
+ PBXNavigatorGroup
+ Name
+ Editor
+
+
+ BundleLoadPath
+
+ MaxInstances
+ n
+ Module
+ XCTaskListModule
+ Name
+ Task List
+
+
+ BundleLoadPath
+
+ MaxInstances
+ n
+ Module
+ XCDetailModule
+ Name
+ File and Smart Group Detail Viewer
+
+
+ BundleLoadPath
+
+ MaxInstances
+ 1
+ Module
+ PBXBuildResultsModule
+ Name
+ Detailed Build Results Viewer
+
+
+ BundleLoadPath
+
+ MaxInstances
+ 1
+ Module
+ PBXProjectFindModule
+ Name
+ Project Batch Find Tool
+
+
+ BundleLoadPath
+
+ MaxInstances
+ n
+ Module
+ PBXRunSessionModule
+ Name
+ Run Log
+
+
+ BundleLoadPath
+
+ MaxInstances
+ n
+ Module
+ PBXBookmarksModule
+ Name
+ Bookmarks Tool
+
+
+ BundleLoadPath
+
+ MaxInstances
+ n
+ Module
+ PBXClassBrowserModule
+ Name
+ Class Browser
+
+
+ BundleLoadPath
+
+ MaxInstances
+ n
+ Module
+ PBXCVSModule
+ Name
+ Source Code Control Tool
+
+
+ BundleLoadPath
+
+ MaxInstances
+ n
+ Module
+ PBXDebugBreakpointsModule
+ Name
+ Debug Breakpoints Tool
+
+
+ BundleLoadPath
+
+ MaxInstances
+ n
+ Module
+ XCDockableInspector
+ Name
+ Inspector
+
+
+ BundleLoadPath
+
+ MaxInstances
+ n
+ Module
+ PBXOpenQuicklyModule
+ Name
+ Open Quickly Tool
+
+
+ BundleLoadPath
+
+ MaxInstances
+ 1
+ Module
+ PBXDebugSessionModule
+ Name
+ Debugger
+
+
+ BundleLoadPath
+
+ MaxInstances
+ 1
+ Module
+ PBXDebugCLIModule
+ Name
+ Debug Console
+
+
+ Description
+ DefaultDescriptionKey
+ DockingSystemVisible
+
+ Extension
+ mode1
+ FavBarConfig
+
+ PBXProjectModuleGUID
+ D3F01FD709C1180700120915
+ XCBarModuleItemNames
+
+ XCBarModuleItems
+
+
+ FirstTimeWindowDisplayed
+
+ Identifier
+ com.apple.perspectives.project.mode1
+ MajorVersion
+ 31
+ MinorVersion
+ 1
+ Name
+ Default
+ Notifications
+
+ OpenEditors
+
+ PerspectiveWidths
+
+ -1
+ -1
+
+ Perspectives
+
+
+ ChosenToolbarItems
+
+ active-target-popup
+ action
+ NSToolbarFlexibleSpaceItem
+ build
+ clean
+ clean-target
+ com.apple.ide.PBXToolbarStopButton
+ run
+ build-and-run
+ build-and-runOrDebug
+ get-info
+ toggle-editor
+ NSToolbarFlexibleSpaceItem
+ com.apple.pbx.toolbar.searchfield
+
+ ControllerClassBaseName
+
+ IconName
+ WindowOfProjectWithEditor
+ Identifier
+ perspective.project
+ IsVertical
+
+ Layout
+
+
+ BecomeActive
+
+ ContentConfiguration
+
+ PBXBottomSmartGroupGIDs
+
+ 1C37FBAC04509CD000000102
+ 1C37FAAC04509CD000000102
+ 1C08E77C0454961000C914BD
+ 1C37FABC05509CD000000102
+ 1C37FABC05539CD112110102
+ E2644B35053B69B200211256
+ 1C37FABC04509CD000100104
+ 1CC0EA4004350EF90044410B
+ 1CC0EA4004350EF90041110B
+
+ PBXProjectModuleGUID
+ 1CE0B1FE06471DED0097A5F4
+ PBXProjectModuleLabel
+ Files
+ PBXProjectStructureProvided
+ yes
+ PBXSmartGroupTreeModuleColumnData
+
+ PBXSmartGroupTreeModuleColumnWidthsKey
+
+ 186
+
+ PBXSmartGroupTreeModuleColumnsKey_v4
+
+ MainColumn
+
+
+ PBXSmartGroupTreeModuleOutlineStateKey_v7
+
+ PBXSmartGroupTreeModuleOutlineStateExpansionKey
+
+ D3F01FC009C117F300120915
+ D3F01FE409C1182700120915
+ D3F01FFF09C1196600120915
+ D3F0205A09C119C100120915
+ D3F0206009C119C100120915
+ 1C37FBAC04509CD000000102
+ D3F0213D09C11C6300120915
+ D3F0213E09C11C6300120915
+ 1C37FABC05509CD000000102
+
+ PBXSmartGroupTreeModuleOutlineStateSelectionKey
+
+
+ 27
+
+
+ PBXSmartGroupTreeModuleOutlineStateVisibleRectKey
+ {{0, 135}, {186, 532}}
+
+ PBXTopSmartGroupGIDs
+
+ XCIncludePerspectivesSwitch
+
+ XCSharingToken
+ com.apple.Xcode.GFSharingToken
+
+ GeometryConfiguration
+
+ Frame
+ {{0, 0}, {203, 550}}
+ GroupTreeTableConfiguration
+
+ MainColumn
+ 186
+
+ RubberWindowFrame
+ 73 151 1342 591 0 0 1680 1028
+
+ Module
+ PBXSmartGroupTreeModule
+ Proportion
+ 203pt
+
+
+ Dock
+
+
+ ContentConfiguration
+
+ PBXProjectModuleGUID
+ 1CE0B20306471E060097A5F4
+ PBXProjectModuleLabel
+ MyNewFile14.java
+ PBXSplitModuleInNavigatorKey
+
+ Split0
+
+ PBXProjectModuleGUID
+ 1CE0B20406471E060097A5F4
+ PBXProjectModuleLabel
+ MyNewFile14.java
+
+ SplitCount
+ 1
+
+ StatusBarVisibility
+
+
+ GeometryConfiguration
+
+ Frame
+ {{0, 0}, {1134, 0}}
+ RubberWindowFrame
+ 73 151 1342 591 0 0 1680 1028
+
+ Module
+ PBXNavigatorGroup
+ Proportion
+ 0pt
+
+
+ ContentConfiguration
+
+ PBXProjectModuleGUID
+ 1CE0B20506471E060097A5F4
+ PBXProjectModuleLabel
+ Detail
+
+ GeometryConfiguration
+
+ Frame
+ {{0, 5}, {1134, 545}}
+ RubberWindowFrame
+ 73 151 1342 591 0 0 1680 1028
+
+ Module
+ XCDetailModule
+ Proportion
+ 545pt
+
+
+ Proportion
+ 1134pt
+
+
+ Name
+ Project
+ ServiceClasses
+
+ XCModuleDock
+ PBXSmartGroupTreeModule
+ XCModuleDock
+ PBXNavigatorGroup
+ XCDetailModule
+
+ TableOfContents
+
+ D3F01FF209C1186B00120915
+ 1CE0B1FE06471DED0097A5F4
+ D3F01FF309C1186B00120915
+ 1CE0B20306471E060097A5F4
+ 1CE0B20506471E060097A5F4
+
+ ToolbarConfiguration
+ xcode.toolbar.config.default
+
+
+ ControllerClassBaseName
+
+ IconName
+ WindowOfProject
+ Identifier
+ perspective.morph
+ IsVertical
+ 0
+ Layout
+
+
+ BecomeActive
+ 1
+ ContentConfiguration
+
+ PBXBottomSmartGroupGIDs
+
+ 1C37FBAC04509CD000000102
+ 1C37FAAC04509CD000000102
+ 1C08E77C0454961000C914BD
+ 1C37FABC05509CD000000102
+ 1C37FABC05539CD112110102
+ E2644B35053B69B200211256
+ 1C37FABC04509CD000100104
+ 1CC0EA4004350EF90044410B
+ 1CC0EA4004350EF90041110B
+
+ PBXProjectModuleGUID
+ 11E0B1FE06471DED0097A5F4
+ PBXProjectModuleLabel
+ Files
+ PBXProjectStructureProvided
+ yes
+ PBXSmartGroupTreeModuleColumnData
+
+ PBXSmartGroupTreeModuleColumnWidthsKey
+
+ 186
+
+ PBXSmartGroupTreeModuleColumnsKey_v4
+
+ MainColumn
+
+
+ PBXSmartGroupTreeModuleOutlineStateKey_v7
+
+ PBXSmartGroupTreeModuleOutlineStateExpansionKey
+
+ 29B97314FDCFA39411CA2CEA
+ 1C37FABC05509CD000000102
+
+ PBXSmartGroupTreeModuleOutlineStateSelectionKey
+
+
+ 0
+
+
+ PBXSmartGroupTreeModuleOutlineStateVisibleRectKey
+ {{0, 0}, {186, 337}}
+
+ PBXTopSmartGroupGIDs
+
+ XCIncludePerspectivesSwitch
+ 1
+ XCSharingToken
+ com.apple.Xcode.GFSharingToken
+
+ GeometryConfiguration
+
+ Frame
+ {{0, 0}, {203, 355}}
+ GroupTreeTableConfiguration
+
+ MainColumn
+ 186
+
+ RubberWindowFrame
+ 373 269 690 397 0 0 1440 878
+
+ Module
+ PBXSmartGroupTreeModule
+ Proportion
+ 100%
+
+
+ Name
+ Morph
+ PreferredWidth
+ 300
+ ServiceClasses
+
+ XCModuleDock
+ PBXSmartGroupTreeModule
+
+ TableOfContents
+
+ 11E0B1FE06471DED0097A5F4
+
+ ToolbarConfiguration
+ xcode.toolbar.config.default.short
+
+
+ PerspectivesBarVisible
+
+ ShelfIsVisible
+
+ SourceDescription
+ file at '/System/Library/PrivateFrameworks/DevToolsInterface.framework/Versions/A/Resources/XCPerspectivesSpecificationMode1.xcperspec'
+ StatusbarIsVisible
+
+ TimeStamp
+ 0.0
+ ToolbarDisplayMode
+ 1
+ ToolbarIsVisible
+
+ ToolbarSizeMode
+ 1
+ Type
+ Perspectives
+ UpdateMessage
+ The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'?
+ WindowJustification
+ 5
+ WindowOrderList
+
+ D3F01FF809C118C500120915
+ /Users/brian/freeswitch/mac/xcode/libs/aprutil-1.2.2.xcodeproj
+
+ WindowString
+ 73 151 1342 591 0 0 1680 1028
+ WindowTools
+
+
+ FirstTimeWindowDisplayed
+
+ Identifier
+ windowTool.build
+ IsVertical
+
+ Layout
+
+
+ Dock
+
+
+ ContentConfiguration
+
+ PBXProjectModuleGUID
+ 1CD0528F0623707200166675
+ PBXProjectModuleLabel
+
+ StatusBarVisibility
+
+
+ GeometryConfiguration
+
+ Frame
+ {{0, 0}, {1460, 248}}
+ RubberWindowFrame
+ 340 174 1460 791 0 0 1680 1028
+
+ Module
+ PBXNavigatorGroup
+ Proportion
+ 248pt
+
+
+ BecomeActive
+
+ ContentConfiguration
+
+ PBXBuildLogShowsTranscriptDefaultKey
+ {{0, 184}, {1460, 313}}
+ PBXProjectModuleGUID
+ XCMainBuildResultsModuleGUID
+ PBXProjectModuleLabel
+ Build
+ XCBuildResultsTrigger_Collapse
+ 1021
+ XCBuildResultsTrigger_Open
+ 1011
+
+ GeometryConfiguration
+
+ Frame
+ {{0, 253}, {1460, 497}}
+ RubberWindowFrame
+ 340 174 1460 791 0 0 1680 1028
+
+ Module
+ PBXBuildResultsModule
+ Proportion
+ 497pt
+
+
+ Proportion
+ 750pt
+
+
+ Name
+ Build Results
+ ServiceClasses
+
+ PBXBuildResultsModule
+
+ StatusbarIsVisible
+
+ TableOfContents
+
+ D3F01FF809C118C500120915
+ D3F01FF909C118C500120915
+ 1CD0528F0623707200166675
+ XCMainBuildResultsModuleGUID
+
+ ToolbarConfiguration
+ xcode.toolbar.config.build
+ WindowString
+ 340 174 1460 791 0 0 1680 1028
+ WindowToolGUID
+ D3F01FF809C118C500120915
+ WindowToolIsVisible
+
+
+
+ Identifier
+ windowTool.debugger
+ Layout
+
+
+ Dock
+
+
+ ContentConfiguration
+
+ Debugger
+
+ HorizontalSplitView
+
+ _collapsingFrameDimension
+ 0.0
+ _indexOfCollapsedView
+ 0
+ _percentageOfCollapsedView
+ 0.0
+ isCollapsed
+ yes
+ sizes
+
+ {{0, 0}, {317, 164}}
+ {{317, 0}, {377, 164}}
+
+
+ VerticalSplitView
+
+ _collapsingFrameDimension
+ 0.0
+ _indexOfCollapsedView
+ 0
+ _percentageOfCollapsedView
+ 0.0
+ isCollapsed
+ yes
+ sizes
+
+ {{0, 0}, {694, 164}}
+ {{0, 164}, {694, 216}}
+
+
+
+ LauncherConfigVersion
+ 8
+ PBXProjectModuleGUID
+ 1C162984064C10D400B95A72
+ PBXProjectModuleLabel
+ Debug - GLUTExamples (Underwater)
+
+ GeometryConfiguration
+
+ DebugConsoleDrawerSize
+ {100, 120}
+ DebugConsoleVisible
+ None
+ DebugConsoleWindowFrame
+ {{200, 200}, {500, 300}}
+ DebugSTDIOWindowFrame
+ {{200, 200}, {500, 300}}
+ Frame
+ {{0, 0}, {694, 380}}
+ RubberWindowFrame
+ 321 238 694 422 0 0 1440 878
+
+ Module
+ PBXDebugSessionModule
+ Proportion
+ 100%
+
+
+ Proportion
+ 100%
+
+
+ Name
+ Debugger
+ ServiceClasses
+
+ PBXDebugSessionModule
+
+ StatusbarIsVisible
+ 1
+ TableOfContents
+
+ 1CD10A99069EF8BA00B06720
+ 1C0AD2AB069F1E9B00FABCE6
+ 1C162984064C10D400B95A72
+ 1C0AD2AC069F1E9B00FABCE6
+
+ ToolbarConfiguration
+ xcode.toolbar.config.debug
+ WindowString
+ 321 238 694 422 0 0 1440 878
+ WindowToolGUID
+ 1CD10A99069EF8BA00B06720
+ WindowToolIsVisible
+ 0
+
+
+ Identifier
+ windowTool.find
+ Layout
+
+
+ Dock
+
+
+ Dock
+
+
+ ContentConfiguration
+
+ PBXProjectModuleGUID
+ 1CDD528C0622207200134675
+ PBXProjectModuleLabel
+ <No Editor>
+ PBXSplitModuleInNavigatorKey
+
+ Split0
+
+ PBXProjectModuleGUID
+ 1CD0528D0623707200166675
+
+ SplitCount
+ 1
+
+ StatusBarVisibility
+ 1
+
+ GeometryConfiguration
+
+ Frame
+ {{0, 0}, {781, 167}}
+ RubberWindowFrame
+ 62 385 781 470 0 0 1440 878
+
+ Module
+ PBXNavigatorGroup
+ Proportion
+ 781pt
+
+
+ Proportion
+ 50%
+
+
+ BecomeActive
+ 1
+ ContentConfiguration
+
+ PBXProjectModuleGUID
+ 1CD0528E0623707200166675
+ PBXProjectModuleLabel
+ Project Find
+
+ GeometryConfiguration
+
+ Frame
+ {{8, 0}, {773, 254}}
+ RubberWindowFrame
+ 62 385 781 470 0 0 1440 878
+
+ Module
+ PBXProjectFindModule
+ Proportion
+ 50%
+
+
+ Proportion
+ 428pt
+
+
+ Name
+ Project Find
+ ServiceClasses
+
+ PBXProjectFindModule
+
+ StatusbarIsVisible
+ 1
+ TableOfContents
+
+ 1C530D57069F1CE1000CFCEE
+ 1C530D58069F1CE1000CFCEE
+ 1C530D59069F1CE1000CFCEE
+ 1CDD528C0622207200134675
+ 1C530D5A069F1CE1000CFCEE
+ 1CE0B1FE06471DED0097A5F4
+ 1CD0528E0623707200166675
+
+ WindowString
+ 62 385 781 470 0 0 1440 878
+ WindowToolGUID
+ 1C530D57069F1CE1000CFCEE
+ WindowToolIsVisible
+ 0
+
+
+ Identifier
+ MENUSEPARATOR
+
+
+ Identifier
+ windowTool.debuggerConsole
+ Layout
+
+
+ Dock
+
+
+ BecomeActive
+ 1
+ ContentConfiguration
+
+ PBXProjectModuleGUID
+ 1C78EAAC065D492600B07095
+ PBXProjectModuleLabel
+ Debugger Console
+
+ GeometryConfiguration
+
+ Frame
+ {{0, 0}, {440, 358}}
+ RubberWindowFrame
+ 650 41 440 400 0 0 1280 1002
+
+ Module
+ PBXDebugCLIModule
+ Proportion
+ 358pt
+
+
+ Proportion
+ 358pt
+
+
+ Name
+ Debugger Console
+ ServiceClasses
+
+ PBXDebugCLIModule
+
+ StatusbarIsVisible
+ 1
+ TableOfContents
+
+ 1C78EAAD065D492600B07095
+ 1C78EAAE065D492600B07095
+ 1C78EAAC065D492600B07095
+
+ WindowString
+ 650 41 440 400 0 0 1280 1002
+
+
+ Identifier
+ windowTool.run
+ Layout
+
+
+ Dock
+
+
+ ContentConfiguration
+
+ LauncherConfigVersion
+ 3
+ PBXProjectModuleGUID
+ 1CD0528B0623707200166675
+ PBXProjectModuleLabel
+ Run
+ Runner
+
+ HorizontalSplitView
+
+ _collapsingFrameDimension
+ 0.0
+ _indexOfCollapsedView
+ 0
+ _percentageOfCollapsedView
+ 0.0
+ isCollapsed
+ yes
+ sizes
+
+ {{0, 0}, {493, 167}}
+ {{0, 176}, {493, 267}}
+
+
+ VerticalSplitView
+
+ _collapsingFrameDimension
+ 0.0
+ _indexOfCollapsedView
+ 0
+ _percentageOfCollapsedView
+ 0.0
+ isCollapsed
+ yes
+ sizes
+
+ {{0, 0}, {405, 443}}
+ {{414, 0}, {514, 443}}
+
+
+
+
+ GeometryConfiguration
+
+ Frame
+ {{0, 0}, {460, 159}}
+ RubberWindowFrame
+ 316 696 459 200 0 0 1280 1002
+
+ Module
+ PBXRunSessionModule
+ Proportion
+ 159pt
+
+
+ Proportion
+ 159pt
+
+
+ Name
+ Run Log
+ ServiceClasses
+
+ PBXRunSessionModule
+
+ StatusbarIsVisible
+ 1
+ TableOfContents
+
+ 1C0AD2B3069F1EA900FABCE6
+ 1C0AD2B4069F1EA900FABCE6
+ 1CD0528B0623707200166675
+ 1C0AD2B5069F1EA900FABCE6
+
+ ToolbarConfiguration
+ xcode.toolbar.config.run
+ WindowString
+ 316 696 459 200 0 0 1280 1002
+ WindowToolGUID
+ 1C0AD2B3069F1EA900FABCE6
+ WindowToolIsVisible
+ 0
+
+
+ Identifier
+ windowTool.scm
+ Layout
+
+
+ Dock
+
+
+ ContentConfiguration
+
+ PBXProjectModuleGUID
+ 1C78EAB2065D492600B07095
+ PBXProjectModuleLabel
+ <No Editor>
+ PBXSplitModuleInNavigatorKey
+
+ Split0
+
+ PBXProjectModuleGUID
+ 1C78EAB3065D492600B07095
+
+ SplitCount
+ 1
+
+ StatusBarVisibility
+ 1
+
+ GeometryConfiguration
+
+ Frame
+ {{0, 0}, {452, 0}}
+ RubberWindowFrame
+ 743 379 452 308 0 0 1280 1002
+
+ Module
+ PBXNavigatorGroup
+ Proportion
+ 0pt
+
+
+ BecomeActive
+ 1
+ ContentConfiguration
+
+ PBXProjectModuleGUID
+ 1CD052920623707200166675
+ PBXProjectModuleLabel
+ SCM
+
+ GeometryConfiguration
+
+ ConsoleFrame
+ {{0, 259}, {452, 0}}
+ Frame
+ {{0, 7}, {452, 259}}
+ RubberWindowFrame
+ 743 379 452 308 0 0 1280 1002
+ TableConfiguration
+
+ Status
+ 30
+ FileName
+ 199
+ Path
+ 197.09500122070312
+
+ TableFrame
+ {{0, 0}, {452, 250}}
+
+ Module
+ PBXCVSModule
+ Proportion
+ 262pt
+
+
+ Proportion
+ 266pt
+
+
+ Name
+ SCM
+ ServiceClasses
+
+ PBXCVSModule
+
+ StatusbarIsVisible
+ 1
+ TableOfContents
+
+ 1C78EAB4065D492600B07095
+ 1C78EAB5065D492600B07095
+ 1C78EAB2065D492600B07095
+ 1CD052920623707200166675
+
+ ToolbarConfiguration
+ xcode.toolbar.config.scm
+ WindowString
+ 743 379 452 308 0 0 1280 1002
+
+
+ Identifier
+ windowTool.breakpoints
+ IsVertical
+ 0
+ Layout
+
+
+ Dock
+
+
+ BecomeActive
+ 1
+ ContentConfiguration
+
+ PBXBottomSmartGroupGIDs
+
+ 1C77FABC04509CD000000102
+
+ PBXProjectModuleGUID
+ 1CE0B1FE06471DED0097A5F4
+ PBXProjectModuleLabel
+ Files
+ PBXProjectStructureProvided
+ no
+ PBXSmartGroupTreeModuleColumnData
+
+ PBXSmartGroupTreeModuleColumnWidthsKey
+
+ 168
+
+ PBXSmartGroupTreeModuleColumnsKey_v4
+
+ MainColumn
+
+
+ PBXSmartGroupTreeModuleOutlineStateKey_v7
+
+ PBXSmartGroupTreeModuleOutlineStateExpansionKey
+
+ 1C77FABC04509CD000000102
+
+ PBXSmartGroupTreeModuleOutlineStateSelectionKey
+
+
+ 0
+
+
+ PBXSmartGroupTreeModuleOutlineStateVisibleRectKey
+ {{0, 0}, {168, 350}}
+
+ PBXTopSmartGroupGIDs
+
+ XCIncludePerspectivesSwitch
+ 0
+
+ GeometryConfiguration
+
+ Frame
+ {{0, 0}, {185, 368}}
+ GroupTreeTableConfiguration
+
+ MainColumn
+ 168
+
+ RubberWindowFrame
+ 315 424 744 409 0 0 1440 878
+
+ Module
+ PBXSmartGroupTreeModule
+ Proportion
+ 185pt
+
+
+ ContentConfiguration
+
+ PBXProjectModuleGUID
+ 1CA1AED706398EBD00589147
+ PBXProjectModuleLabel
+ Detail
+
+ GeometryConfiguration
+
+ Frame
+ {{190, 0}, {554, 368}}
+ RubberWindowFrame
+ 315 424 744 409 0 0 1440 878
+
+ Module
+ XCDetailModule
+ Proportion
+ 554pt
+
+
+ Proportion
+ 368pt
+
+
+ MajorVersion
+ 2
+ MinorVersion
+ 0
+ Name
+ Breakpoints
+ ServiceClasses
+
+ PBXSmartGroupTreeModule
+ XCDetailModule
+
+ StatusbarIsVisible
+ 1
+ TableOfContents
+
+ 1CDDB66807F98D9800BB5817
+ 1CDDB66907F98D9800BB5817
+ 1CE0B1FE06471DED0097A5F4
+ 1CA1AED706398EBD00589147
+
+ ToolbarConfiguration
+ xcode.toolbar.config.breakpoints
+ WindowString
+ 315 424 744 409 0 0 1440 878
+ WindowToolGUID
+ 1CDDB66807F98D9800BB5817
+ WindowToolIsVisible
+ 1
+
+
+ Identifier
+ windowTool.debugAnimator
+ Layout
+
+
+ Dock
+
+
+ Module
+ PBXNavigatorGroup
+ Proportion
+ 100%
+
+
+ Proportion
+ 100%
+
+
+ Name
+ Debug Visualizer
+ ServiceClasses
+
+ PBXNavigatorGroup
+
+ StatusbarIsVisible
+ 1
+ ToolbarConfiguration
+ xcode.toolbar.config.debugAnimator
+ WindowString
+ 100 100 700 500 0 0 1280 1002
+
+
+ Identifier
+ windowTool.bookmarks
+ Layout
+
+
+ Dock
+
+
+ Module
+ PBXBookmarksModule
+ Proportion
+ 100%
+
+
+ Proportion
+ 100%
+
+
+ Name
+ Bookmarks
+ ServiceClasses
+
+ PBXBookmarksModule
+
+ StatusbarIsVisible
+ 0
+ WindowString
+ 538 42 401 187 0 0 1280 1002
+
+
+ Identifier
+ windowTool.classBrowser
+ Layout
+
+
+ Dock
+
+
+ BecomeActive
+ 1
+ ContentConfiguration
+
+ OptionsSetName
+ Hierarchy, all classes
+ PBXProjectModuleGUID
+ 1CA6456E063B45B4001379D8
+ PBXProjectModuleLabel
+ Class Browser - NSObject
+
+ GeometryConfiguration
+
+ ClassesFrame
+ {{0, 0}, {374, 96}}
+ ClassesTreeTableConfiguration
+
+ PBXClassNameColumnIdentifier
+ 208
+ PBXClassBookColumnIdentifier
+ 22
+
+ Frame
+ {{0, 0}, {630, 331}}
+ MembersFrame
+ {{0, 105}, {374, 395}}
+ MembersTreeTableConfiguration
+
+ PBXMemberTypeIconColumnIdentifier
+ 22
+ PBXMemberNameColumnIdentifier
+ 216
+ PBXMemberTypeColumnIdentifier
+ 97
+ PBXMemberBookColumnIdentifier
+ 22
+
+ PBXModuleWindowStatusBarHidden2
+ 1
+ RubberWindowFrame
+ 385 179 630 352 0 0 1440 878
+
+ Module
+ PBXClassBrowserModule
+ Proportion
+ 332pt
+
+
+ Proportion
+ 332pt
+
+
+ Name
+ Class Browser
+ ServiceClasses
+
+ PBXClassBrowserModule
+
+ StatusbarIsVisible
+ 0
+ TableOfContents
+
+ 1C0AD2AF069F1E9B00FABCE6
+ 1C0AD2B0069F1E9B00FABCE6
+ 1CA6456E063B45B4001379D8
+
+ ToolbarConfiguration
+ xcode.toolbar.config.classbrowser
+ WindowString
+ 385 179 630 352 0 0 1440 878
+ WindowToolGUID
+ 1C0AD2AF069F1E9B00FABCE6
+ WindowToolIsVisible
+ 0
+
+
+
+
diff --git a/mac/xcode/libs/aprutil-1.2.2.xcodeproj/brian.pbxuser b/mac/xcode/libs/aprutil-1.2.2.xcodeproj/brian.pbxuser
new file mode 100644
index 0000000000..6e5bf39a85
--- /dev/null
+++ b/mac/xcode/libs/aprutil-1.2.2.xcodeproj/brian.pbxuser
@@ -0,0 +1,106 @@
+// !$*UTF8*$!
+{
+ D3F01FC209C117F300120915 /* Project object */ = {
+ activeBuildConfigurationName = Debug;
+ activeBuildStyle = D3F01FD909C1181A00120915 /* Development */;
+ activeTarget = D3F01FE209C1182700120915 /* aprutil.framework */;
+ addToTargets = (
+ D3F01FE209C1182700120915 /* aprutil.framework */,
+ );
+ codeSenseManager = D3F01FC709C117F300120915 /* Code sense */;
+ perUserDictionary = {
+ PBXConfiguration.PBXFileTableDataSource3.PBXErrorsWarningsDataSource = {
+ PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
+ PBXFileTableDataSourceColumnSortingKey = PBXErrorsWarningsDataSource_LocationID;
+ PBXFileTableDataSourceColumnWidthsKey = (
+ 20,
+ 652,
+ 200,
+ );
+ PBXFileTableDataSourceColumnsKey = (
+ PBXErrorsWarningsDataSource_TypeID,
+ PBXErrorsWarningsDataSource_MessageID,
+ PBXErrorsWarningsDataSource_LocationID,
+ );
+ };
+ PBXConfiguration.PBXFileTableDataSource3.PBXExecutablesDataSource = {
+ PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
+ PBXFileTableDataSourceColumnSortingKey = PBXExecutablesDataSource_NameID;
+ PBXFileTableDataSourceColumnWidthsKey = (
+ 22,
+ 300,
+ 400,
+ );
+ PBXFileTableDataSourceColumnsKey = (
+ PBXExecutablesDataSource_ActiveFlagID,
+ PBXExecutablesDataSource_NameID,
+ PBXExecutablesDataSource_CommentsID,
+ );
+ };
+ PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
+ PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
+ PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
+ PBXFileTableDataSourceColumnWidthsKey = (
+ 20,
+ 895,
+ 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,
+ );
+ };
+ PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = {
+ PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
+ PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
+ PBXFileTableDataSourceColumnWidthsKey = (
+ 20,
+ 200,
+ 63,
+ 20,
+ 48,
+ 43,
+ 43,
+ );
+ PBXFileTableDataSourceColumnsKey = (
+ PBXFileDataSource_FiletypeID,
+ PBXFileDataSource_Filename_ColumnID,
+ PBXTargetDataSource_PrimaryAttribute,
+ PBXFileDataSource_Built_ColumnID,
+ PBXFileDataSource_ObjectSize_ColumnID,
+ PBXFileDataSource_Errors_ColumnID,
+ PBXFileDataSource_Warnings_ColumnID,
+ );
+ };
+ PBXPerProjectTemplateStateSaveDate = 163649562;
+ PBXWorkspaceStateSaveDate = 163649562;
+ };
+ sourceControlManager = D3F01FC609C117F300120915 /* Source Control */;
+ userBuildSettings = {
+ };
+ };
+ D3F01FC609C117F300120915 /* Source Control */ = {
+ isa = PBXSourceControlManager;
+ fallbackIsa = XCSourceControlManager;
+ isSCMEnabled = 0;
+ scmConfiguration = {
+ };
+ scmType = "";
+ };
+ D3F01FC709C117F300120915 /* Code sense */ = {
+ isa = PBXCodeSenseManager;
+ indexTemplatePath = "";
+ };
+ D3F01FE209C1182700120915 /* aprutil.framework */ = {
+ activeExec = 0;
+ };
+}
diff --git a/mac/xcode/libs/aprutil-1.2.2.xcodeproj/project.pbxproj b/mac/xcode/libs/aprutil-1.2.2.xcodeproj/project.pbxproj
new file mode 100644
index 0000000000..ffdc2ed7a6
--- /dev/null
+++ b/mac/xcode/libs/aprutil-1.2.2.xcodeproj/project.pbxproj
@@ -0,0 +1,745 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 42;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ D3F0202109C119A200120915 /* apr_anylock.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200109C119A200120915 /* apr_anylock.h */; };
+ D3F0202209C119A200120915 /* apr_base64.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200209C119A200120915 /* apr_base64.h */; };
+ D3F0202309C119A200120915 /* apr_buckets.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200309C119A200120915 /* apr_buckets.h */; };
+ D3F0202409C119A200120915 /* apr_date.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200409C119A200120915 /* apr_date.h */; };
+ D3F0202509C119A200120915 /* apr_dbd.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200509C119A200120915 /* apr_dbd.h */; };
+ D3F0202609C119A200120915 /* apr_dbm.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200609C119A200120915 /* apr_dbm.h */; };
+ D3F0202709C119A200120915 /* apr_hooks.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200709C119A200120915 /* apr_hooks.h */; };
+ D3F0202809C119A200120915 /* apr_ldap_init.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200809C119A200120915 /* apr_ldap_init.h */; };
+ D3F0202909C119A200120915 /* apr_ldap_option.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200909C119A200120915 /* apr_ldap_option.h */; };
+ D3F0202A09C119A200120915 /* apr_ldap_url.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200A09C119A200120915 /* apr_ldap_url.h */; };
+ D3F0202B09C119A200120915 /* apr_ldap.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200B09C119A200120915 /* apr_ldap.h */; };
+ D3F0202C09C119A200120915 /* apr_md4.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200C09C119A200120915 /* apr_md4.h */; };
+ D3F0202D09C119A200120915 /* apr_md5.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200D09C119A200120915 /* apr_md5.h */; };
+ D3F0202E09C119A200120915 /* apr_optional_hooks.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200E09C119A200120915 /* apr_optional_hooks.h */; };
+ D3F0202F09C119A200120915 /* apr_optional.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200F09C119A200120915 /* apr_optional.h */; };
+ D3F0203009C119A200120915 /* apr_queue.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201009C119A200120915 /* apr_queue.h */; };
+ D3F0203109C119A200120915 /* apr_reslist.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201109C119A200120915 /* apr_reslist.h */; };
+ D3F0203209C119A200120915 /* apr_rmm.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201209C119A200120915 /* apr_rmm.h */; };
+ D3F0203309C119A200120915 /* apr_sdbm.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201309C119A200120915 /* apr_sdbm.h */; };
+ D3F0203409C119A200120915 /* apr_sha1.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201409C119A200120915 /* apr_sha1.h */; };
+ D3F0203509C119A200120915 /* apr_strmatch.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201509C119A200120915 /* apr_strmatch.h */; };
+ D3F0203609C119A200120915 /* apr_uri.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201609C119A200120915 /* apr_uri.h */; };
+ D3F0203709C119A200120915 /* apr_uuid.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201709C119A200120915 /* apr_uuid.h */; };
+ D3F0203809C119A200120915 /* apr_xlate.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201809C119A200120915 /* apr_xlate.h */; };
+ D3F0203909C119A200120915 /* apr_xml.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201909C119A200120915 /* apr_xml.h */; };
+ D3F0203A09C119A200120915 /* apu_version.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201A09C119A200120915 /* apu_version.h */; };
+ D3F0203B09C119A200120915 /* apu_want.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201B09C119A200120915 /* apu_want.h */; };
+ D3F0203C09C119A200120915 /* apu.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201C09C119A200120915 /* apu.h */; };
+ D3F0203D09C119A200120915 /* apr_dbd_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201D09C119A200120915 /* apr_dbd_internal.h */; };
+ D3F0203E09C119A200120915 /* apr_dbm_private.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201E09C119A200120915 /* apr_dbm_private.h */; };
+ D3F0203F09C119A200120915 /* apu_config.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201F09C119A200120915 /* apu_config.h */; };
+ D3F0204009C119A200120915 /* apu_select_dbm.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0202009C119A200120915 /* apu_select_dbm.h */; };
+ D3F020CB09C119FF00120915 /* apr_base64.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206909C119C100120915 /* apr_base64.c */; };
+ D3F020CC09C119FF00120915 /* apr_brigade.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204209C119C100120915 /* apr_brigade.c */; };
+ D3F020CD09C119FF00120915 /* apr_buckets.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204309C119C100120915 /* apr_buckets.c */; };
+ D3F020CE09C119FF00120915 /* apr_buckets_alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204409C119C100120915 /* apr_buckets_alloc.c */; };
+ D3F020CF09C119FF00120915 /* apr_buckets_eos.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204509C119C100120915 /* apr_buckets_eos.c */; };
+ D3F020D009C119FF00120915 /* apr_buckets_file.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204609C119C100120915 /* apr_buckets_file.c */; };
+ D3F020D109C119FF00120915 /* apr_buckets_flush.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204709C119C100120915 /* apr_buckets_flush.c */; };
+ D3F020D209C119FF00120915 /* apr_buckets_heap.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204809C119C100120915 /* apr_buckets_heap.c */; };
+ D3F020D309C119FF00120915 /* apr_buckets_mmap.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204909C119C100120915 /* apr_buckets_mmap.c */; };
+ D3F020D409C119FF00120915 /* apr_buckets_pipe.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204A09C119C100120915 /* apr_buckets_pipe.c */; };
+ D3F020D509C119FF00120915 /* apr_buckets_pool.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204B09C119C100120915 /* apr_buckets_pool.c */; };
+ D3F020D609C119FF00120915 /* apr_buckets_refcount.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204C09C119C100120915 /* apr_buckets_refcount.c */; };
+ D3F020D709C119FF00120915 /* apr_buckets_simple.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204D09C119C100120915 /* apr_buckets_simple.c */; };
+ D3F020D809C119FF00120915 /* apr_buckets_socket.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204E09C119C100120915 /* apr_buckets_socket.c */; };
+ D3F020D909C119FF00120915 /* apr_date.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0207209C119C100120915 /* apr_date.c */; };
+ D3F020DA09C119FF00120915 /* apr_dbd.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205609C119C100120915 /* apr_dbd.c */; };
+ D3F020DB09C119FF00120915 /* apr_dbd_pgsql.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205709C119C100120915 /* apr_dbd_pgsql.c */; };
+ D3F020DC09C119FF00120915 /* apr_dbd_sqlite2.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205809C119C100120915 /* apr_dbd_sqlite2.c */; };
+ D3F020DD09C119FF00120915 /* apr_dbd_sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205909C119C100120915 /* apr_dbd_sqlite3.c */; };
+ D3F020DE09C119FF00120915 /* apr_dbm.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205B09C119C100120915 /* apr_dbm.c */; };
+ D3F020DF09C119FF00120915 /* apr_dbm_berkeleydb.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205C09C119C100120915 /* apr_dbm_berkeleydb.c */; };
+ D3F020E009C119FF00120915 /* apr_dbm_gdbm.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205D09C119C100120915 /* apr_dbm_gdbm.c */; };
+ D3F020E109C119FF00120915 /* apr_dbm_ndbm.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205E09C119C100120915 /* apr_dbm_ndbm.c */; };
+ D3F020E209C119FF00120915 /* apr_dbm_sdbm.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205F09C119C100120915 /* apr_dbm_sdbm.c */; };
+ D3F020E309C119FF00120915 /* apr_hooks.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206B09C119C100120915 /* apr_hooks.c */; };
+ D3F020E409C119FF00120915 /* apr_ldap_init.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206D09C119C100120915 /* apr_ldap_init.c */; };
+ D3F020E509C119FF00120915 /* apr_ldap_option.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206E09C119C100120915 /* apr_ldap_option.c */; };
+ D3F020E609C119FF00120915 /* apr_ldap_url.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206F09C119C100120915 /* apr_ldap_url.c */; };
+ D3F020E709C119FF00120915 /* apr_md4.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205009C119C100120915 /* apr_md4.c */; };
+ D3F020E809C119FF00120915 /* apr_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205109C119C100120915 /* apr_md5.c */; };
+ D3F020E909C119FF00120915 /* apr_queue.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0207309C119C100120915 /* apr_queue.c */; };
+ D3F020EA09C119FF00120915 /* apr_reslist.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0207409C119C100120915 /* apr_reslist.c */; };
+ D3F020EB09C119FF00120915 /* apr_rmm.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0207509C119C100120915 /* apr_rmm.c */; };
+ D3F020EC09C119FF00120915 /* apr_sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205209C119C100120915 /* apr_sha1.c */; };
+ D3F020ED09C119FF00120915 /* apr_strmatch.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0207809C119C100120915 /* apr_strmatch.c */; };
+ D3F020EE09C119FF00120915 /* apr_uri.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0209909C119C100120915 /* apr_uri.c */; };
+ D3F020F009C119FF00120915 /* apu_version.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0207609C119C100120915 /* apu_version.c */; };
+ D3F020F109C119FF00120915 /* gen_uri_delims.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0209A09C119C100120915 /* gen_uri_delims.c */; };
+ D3F020F209C119FF00120915 /* getuuid.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205309C119C100120915 /* getuuid.c */; };
+ D3F020FA09C119FF00120915 /* uuid.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205409C119C100120915 /* uuid.c */; };
+ D3F020FB09C119FF00120915 /* xlate.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0209E09C119C100120915 /* xlate.c */; };
+ D3F0213309C11C1200120915 /* sdbm.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206109C119C100120915 /* sdbm.c */; };
+ D3F0213409C11C1200120915 /* sdbm_hash.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206209C119C100120915 /* sdbm_hash.c */; };
+ D3F0213509C11C1200120915 /* sdbm_lock.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206309C119C100120915 /* sdbm_lock.c */; };
+ D3F0214109C11C9500120915 /* sdbm_pair.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0214009C11C9500120915 /* sdbm_pair.c */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXBuildStyle section */
+ D3F01FD909C1181A00120915 /* Development */ = {
+ isa = PBXBuildStyle;
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ };
+ name = Development;
+ };
+ D3F01FDA09C1181A00120915 /* Deployment */ = {
+ isa = PBXBuildStyle;
+ buildSettings = {
+ COPY_PHASE_STRIP = YES;
+ };
+ name = Deployment;
+ };
+/* End PBXBuildStyle section */
+
+/* Begin PBXFileReference section */
+ D3F01FE309C1182700120915 /* aprutil.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = aprutil.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ D3F01FE509C1182700120915 /* aprutil-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "aprutil-Info.plist"; sourceTree = ""; };
+ D3F0200109C119A200120915 /* apr_anylock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_anylock.h; path = "../../../libs/apr-util-1.2.2/include/apr_anylock.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200209C119A200120915 /* apr_base64.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_base64.h; path = "../../../libs/apr-util-1.2.2/include/apr_base64.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200309C119A200120915 /* apr_buckets.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_buckets.h; path = "../../../libs/apr-util-1.2.2/include/apr_buckets.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200409C119A200120915 /* apr_date.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_date.h; path = "../../../libs/apr-util-1.2.2/include/apr_date.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200509C119A200120915 /* apr_dbd.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dbd.h; path = "../../../libs/apr-util-1.2.2/include/apr_dbd.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200609C119A200120915 /* apr_dbm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dbm.h; path = "../../../libs/apr-util-1.2.2/include/apr_dbm.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200709C119A200120915 /* apr_hooks.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_hooks.h; path = "../../../libs/apr-util-1.2.2/include/apr_hooks.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200809C119A200120915 /* apr_ldap_init.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ldap_init.h; path = "../../../libs/apr-util-1.2.2/include/apr_ldap_init.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200909C119A200120915 /* apr_ldap_option.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ldap_option.h; path = "../../../libs/apr-util-1.2.2/include/apr_ldap_option.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200A09C119A200120915 /* apr_ldap_url.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ldap_url.h; path = "../../../libs/apr-util-1.2.2/include/apr_ldap_url.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200B09C119A200120915 /* apr_ldap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ldap.h; path = "../../../libs/apr-util-1.2.2/include/apr_ldap.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200C09C119A200120915 /* apr_md4.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_md4.h; path = "../../../libs/apr-util-1.2.2/include/apr_md4.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200D09C119A200120915 /* apr_md5.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_md5.h; path = "../../../libs/apr-util-1.2.2/include/apr_md5.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200E09C119A200120915 /* apr_optional_hooks.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_optional_hooks.h; path = "../../../libs/apr-util-1.2.2/include/apr_optional_hooks.h"; sourceTree = SOURCE_ROOT; };
+ D3F0200F09C119A200120915 /* apr_optional.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_optional.h; path = "../../../libs/apr-util-1.2.2/include/apr_optional.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201009C119A200120915 /* apr_queue.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_queue.h; path = "../../../libs/apr-util-1.2.2/include/apr_queue.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201109C119A200120915 /* apr_reslist.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_reslist.h; path = "../../../libs/apr-util-1.2.2/include/apr_reslist.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201209C119A200120915 /* apr_rmm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_rmm.h; path = "../../../libs/apr-util-1.2.2/include/apr_rmm.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201309C119A200120915 /* apr_sdbm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_sdbm.h; path = "../../../libs/apr-util-1.2.2/include/apr_sdbm.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201409C119A200120915 /* apr_sha1.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_sha1.h; path = "../../../libs/apr-util-1.2.2/include/apr_sha1.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201509C119A200120915 /* apr_strmatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_strmatch.h; path = "../../../libs/apr-util-1.2.2/include/apr_strmatch.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201609C119A200120915 /* apr_uri.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_uri.h; path = "../../../libs/apr-util-1.2.2/include/apr_uri.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201709C119A200120915 /* apr_uuid.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_uuid.h; path = "../../../libs/apr-util-1.2.2/include/apr_uuid.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201809C119A200120915 /* apr_xlate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_xlate.h; path = "../../../libs/apr-util-1.2.2/include/apr_xlate.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201909C119A200120915 /* apr_xml.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_xml.h; path = "../../../libs/apr-util-1.2.2/include/apr_xml.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201A09C119A200120915 /* apu_version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu_version.h; path = "../../../libs/apr-util-1.2.2/include/apu_version.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201B09C119A200120915 /* apu_want.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu_want.h; path = "../../../libs/apr-util-1.2.2/include/apu_want.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201C09C119A200120915 /* apu.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu.h; path = "../../../libs/apr-util-1.2.2/include/apu.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201D09C119A200120915 /* apr_dbd_internal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dbd_internal.h; path = "../../../libs/apr-util-1.2.2/include/private/apr_dbd_internal.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201E09C119A200120915 /* apr_dbm_private.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dbm_private.h; path = "../../../libs/apr-util-1.2.2/include/private/apr_dbm_private.h"; sourceTree = SOURCE_ROOT; };
+ D3F0201F09C119A200120915 /* apu_config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu_config.h; path = "../../../libs/apr-util-1.2.2/include/private/apu_config.h"; sourceTree = SOURCE_ROOT; };
+ D3F0202009C119A200120915 /* apu_select_dbm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu_select_dbm.h; path = "../../../libs/apr-util-1.2.2/include/private/apu_select_dbm.h"; sourceTree = SOURCE_ROOT; };
+ D3F0204209C119C100120915 /* apr_brigade.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_brigade.c; sourceTree = ""; };
+ D3F0204309C119C100120915 /* apr_buckets.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets.c; sourceTree = ""; };
+ D3F0204409C119C100120915 /* apr_buckets_alloc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_alloc.c; sourceTree = ""; };
+ D3F0204509C119C100120915 /* apr_buckets_eos.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_eos.c; sourceTree = ""; };
+ D3F0204609C119C100120915 /* apr_buckets_file.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_file.c; sourceTree = ""; };
+ D3F0204709C119C100120915 /* apr_buckets_flush.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_flush.c; sourceTree = ""; };
+ D3F0204809C119C100120915 /* apr_buckets_heap.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_heap.c; sourceTree = ""; };
+ D3F0204909C119C100120915 /* apr_buckets_mmap.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_mmap.c; sourceTree = ""; };
+ D3F0204A09C119C100120915 /* apr_buckets_pipe.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_pipe.c; sourceTree = ""; };
+ D3F0204B09C119C100120915 /* apr_buckets_pool.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_pool.c; sourceTree = ""; };
+ D3F0204C09C119C100120915 /* apr_buckets_refcount.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_refcount.c; sourceTree = ""; };
+ D3F0204D09C119C100120915 /* apr_buckets_simple.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_simple.c; sourceTree = ""; };
+ D3F0204E09C119C100120915 /* apr_buckets_socket.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_socket.c; sourceTree = ""; };
+ D3F0205009C119C100120915 /* apr_md4.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_md4.c; sourceTree = ""; };
+ D3F0205109C119C100120915 /* apr_md5.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_md5.c; sourceTree = ""; };
+ D3F0205209C119C100120915 /* apr_sha1.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_sha1.c; sourceTree = ""; };
+ D3F0205309C119C100120915 /* getuuid.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = getuuid.c; sourceTree = ""; };
+ D3F0205409C119C100120915 /* uuid.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = uuid.c; sourceTree = ""; };
+ D3F0205609C119C100120915 /* apr_dbd.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbd.c; sourceTree = ""; };
+ D3F0205709C119C100120915 /* apr_dbd_pgsql.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbd_pgsql.c; sourceTree = ""; };
+ D3F0205809C119C100120915 /* apr_dbd_sqlite2.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbd_sqlite2.c; sourceTree = ""; };
+ D3F0205909C119C100120915 /* apr_dbd_sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbd_sqlite3.c; sourceTree = ""; };
+ D3F0205B09C119C100120915 /* apr_dbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbm.c; sourceTree = ""; };
+ D3F0205C09C119C100120915 /* apr_dbm_berkeleydb.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbm_berkeleydb.c; sourceTree = ""; };
+ D3F0205D09C119C100120915 /* apr_dbm_gdbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbm_gdbm.c; sourceTree = ""; };
+ D3F0205E09C119C100120915 /* apr_dbm_ndbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbm_ndbm.c; sourceTree = ""; };
+ D3F0205F09C119C100120915 /* apr_dbm_sdbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbm_sdbm.c; sourceTree = ""; };
+ D3F0206109C119C100120915 /* sdbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sdbm.c; sourceTree = ""; };
+ D3F0206209C119C100120915 /* sdbm_hash.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sdbm_hash.c; sourceTree = ""; };
+ D3F0206309C119C100120915 /* sdbm_lock.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sdbm_lock.c; sourceTree = ""; };
+ D3F0206909C119C100120915 /* apr_base64.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_base64.c; sourceTree = ""; };
+ D3F0206B09C119C100120915 /* apr_hooks.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_hooks.c; sourceTree = ""; };
+ D3F0206D09C119C100120915 /* apr_ldap_init.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_ldap_init.c; sourceTree = ""; };
+ D3F0206E09C119C100120915 /* apr_ldap_option.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_ldap_option.c; sourceTree = ""; };
+ D3F0206F09C119C100120915 /* apr_ldap_url.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_ldap_url.c; sourceTree = ""; };
+ D3F0207209C119C100120915 /* apr_date.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_date.c; sourceTree = ""; };
+ D3F0207309C119C100120915 /* apr_queue.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_queue.c; sourceTree = ""; };
+ D3F0207409C119C100120915 /* apr_reslist.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_reslist.c; sourceTree = ""; };
+ D3F0207509C119C100120915 /* apr_rmm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_rmm.c; sourceTree = ""; };
+ D3F0207609C119C100120915 /* apu_version.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apu_version.c; sourceTree = ""; };
+ D3F0207809C119C100120915 /* apr_strmatch.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_strmatch.c; sourceTree = ""; };
+ D3F0209909C119C100120915 /* apr_uri.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_uri.c; sourceTree = ""; };
+ D3F0209A09C119C100120915 /* gen_uri_delims.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = gen_uri_delims.c; sourceTree = ""; };
+ D3F0209E09C119C100120915 /* xlate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = xlate.c; sourceTree = ""; };
+ D3F020A009C119C100120915 /* apr_xml.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_xml.c; sourceTree = ""; };
+ D3F0214009C11C9500120915 /* sdbm_pair.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sdbm_pair.c; sourceTree = ""; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ D3F01FE109C1182700120915 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ D3F01FC009C117F300120915 = {
+ isa = PBXGroup;
+ children = (
+ D3F01FE409C1182700120915 /* aprutil-1.2.2 */,
+ D3F01FE509C1182700120915 /* aprutil-Info.plist */,
+ D3F01FE309C1182700120915 /* aprutil.framework */,
+ );
+ sourceTree = "";
+ };
+ D3F01FE409C1182700120915 /* aprutil-1.2.2 */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0200009C1196B00120915 /* include */,
+ D3F01FFF09C1196600120915 /* src */,
+ );
+ name = "aprutil-1.2.2";
+ sourceTree = "";
+ };
+ D3F01FFF09C1196600120915 /* src */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0204109C119C100120915 /* buckets */,
+ D3F0204F09C119C100120915 /* crypto */,
+ D3F0205509C119C100120915 /* dbd */,
+ D3F0205A09C119C100120915 /* dbm */,
+ D3F0206809C119C100120915 /* encoding */,
+ D3F0206A09C119C100120915 /* hooks */,
+ D3F0206C09C119C100120915 /* ldap */,
+ D3F0207109C119C100120915 /* misc */,
+ D3F0207709C119C100120915 /* strmatch */,
+ D3F0209809C119C100120915 /* uri */,
+ D3F0209D09C119C100120915 /* xlate */,
+ D3F0209F09C119C100120915 /* xml */,
+ );
+ name = src;
+ sourceTree = "";
+ };
+ D3F0200009C1196B00120915 /* include */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0200109C119A200120915 /* apr_anylock.h */,
+ D3F0200209C119A200120915 /* apr_base64.h */,
+ D3F0200309C119A200120915 /* apr_buckets.h */,
+ D3F0200409C119A200120915 /* apr_date.h */,
+ D3F0200509C119A200120915 /* apr_dbd.h */,
+ D3F0200609C119A200120915 /* apr_dbm.h */,
+ D3F0200709C119A200120915 /* apr_hooks.h */,
+ D3F0200809C119A200120915 /* apr_ldap_init.h */,
+ D3F0200909C119A200120915 /* apr_ldap_option.h */,
+ D3F0200A09C119A200120915 /* apr_ldap_url.h */,
+ D3F0200B09C119A200120915 /* apr_ldap.h */,
+ D3F0200C09C119A200120915 /* apr_md4.h */,
+ D3F0200D09C119A200120915 /* apr_md5.h */,
+ D3F0200E09C119A200120915 /* apr_optional_hooks.h */,
+ D3F0200F09C119A200120915 /* apr_optional.h */,
+ D3F0201009C119A200120915 /* apr_queue.h */,
+ D3F0201109C119A200120915 /* apr_reslist.h */,
+ D3F0201209C119A200120915 /* apr_rmm.h */,
+ D3F0201309C119A200120915 /* apr_sdbm.h */,
+ D3F0201409C119A200120915 /* apr_sha1.h */,
+ D3F0201509C119A200120915 /* apr_strmatch.h */,
+ D3F0201609C119A200120915 /* apr_uri.h */,
+ D3F0201709C119A200120915 /* apr_uuid.h */,
+ D3F0201809C119A200120915 /* apr_xlate.h */,
+ D3F0201909C119A200120915 /* apr_xml.h */,
+ D3F0201A09C119A200120915 /* apu_version.h */,
+ D3F0201B09C119A200120915 /* apu_want.h */,
+ D3F0201C09C119A200120915 /* apu.h */,
+ D3F0201D09C119A200120915 /* apr_dbd_internal.h */,
+ D3F0201E09C119A200120915 /* apr_dbm_private.h */,
+ D3F0201F09C119A200120915 /* apu_config.h */,
+ D3F0202009C119A200120915 /* apu_select_dbm.h */,
+ );
+ name = include;
+ sourceTree = "";
+ };
+ D3F0204109C119C100120915 /* buckets */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0204209C119C100120915 /* apr_brigade.c */,
+ D3F0204309C119C100120915 /* apr_buckets.c */,
+ D3F0204409C119C100120915 /* apr_buckets_alloc.c */,
+ D3F0204509C119C100120915 /* apr_buckets_eos.c */,
+ D3F0204609C119C100120915 /* apr_buckets_file.c */,
+ D3F0204709C119C100120915 /* apr_buckets_flush.c */,
+ D3F0204809C119C100120915 /* apr_buckets_heap.c */,
+ D3F0204909C119C100120915 /* apr_buckets_mmap.c */,
+ D3F0204A09C119C100120915 /* apr_buckets_pipe.c */,
+ D3F0204B09C119C100120915 /* apr_buckets_pool.c */,
+ D3F0204C09C119C100120915 /* apr_buckets_refcount.c */,
+ D3F0204D09C119C100120915 /* apr_buckets_simple.c */,
+ D3F0204E09C119C100120915 /* apr_buckets_socket.c */,
+ );
+ name = buckets;
+ path = "../../../libs/apr-util-1.2.2/buckets";
+ sourceTree = SOURCE_ROOT;
+ };
+ D3F0204F09C119C100120915 /* crypto */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0205009C119C100120915 /* apr_md4.c */,
+ D3F0205109C119C100120915 /* apr_md5.c */,
+ D3F0205209C119C100120915 /* apr_sha1.c */,
+ D3F0205309C119C100120915 /* getuuid.c */,
+ D3F0205409C119C100120915 /* uuid.c */,
+ );
+ name = crypto;
+ path = "../../../libs/apr-util-1.2.2/crypto";
+ sourceTree = SOURCE_ROOT;
+ };
+ D3F0205509C119C100120915 /* dbd */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0205609C119C100120915 /* apr_dbd.c */,
+ D3F0205709C119C100120915 /* apr_dbd_pgsql.c */,
+ D3F0205809C119C100120915 /* apr_dbd_sqlite2.c */,
+ D3F0205909C119C100120915 /* apr_dbd_sqlite3.c */,
+ );
+ name = dbd;
+ path = "../../../libs/apr-util-1.2.2/dbd";
+ sourceTree = SOURCE_ROOT;
+ };
+ D3F0205A09C119C100120915 /* dbm */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0205B09C119C100120915 /* apr_dbm.c */,
+ D3F0205C09C119C100120915 /* apr_dbm_berkeleydb.c */,
+ D3F0205D09C119C100120915 /* apr_dbm_gdbm.c */,
+ D3F0205E09C119C100120915 /* apr_dbm_ndbm.c */,
+ D3F0205F09C119C100120915 /* apr_dbm_sdbm.c */,
+ D3F0206009C119C100120915 /* sdbm */,
+ );
+ name = dbm;
+ path = "../../../libs/apr-util-1.2.2/dbm";
+ sourceTree = SOURCE_ROOT;
+ };
+ D3F0206009C119C100120915 /* sdbm */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0214009C11C9500120915 /* sdbm_pair.c */,
+ D3F0206109C119C100120915 /* sdbm.c */,
+ D3F0206209C119C100120915 /* sdbm_hash.c */,
+ D3F0206309C119C100120915 /* sdbm_lock.c */,
+ );
+ path = sdbm;
+ sourceTree = "";
+ };
+ D3F0206809C119C100120915 /* encoding */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0206909C119C100120915 /* apr_base64.c */,
+ );
+ name = encoding;
+ path = "../../../libs/apr-util-1.2.2/encoding";
+ sourceTree = SOURCE_ROOT;
+ };
+ D3F0206A09C119C100120915 /* hooks */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0206B09C119C100120915 /* apr_hooks.c */,
+ );
+ name = hooks;
+ path = "../../../libs/apr-util-1.2.2/hooks";
+ sourceTree = SOURCE_ROOT;
+ };
+ D3F0206C09C119C100120915 /* ldap */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0206D09C119C100120915 /* apr_ldap_init.c */,
+ D3F0206E09C119C100120915 /* apr_ldap_option.c */,
+ D3F0206F09C119C100120915 /* apr_ldap_url.c */,
+ );
+ name = ldap;
+ path = "../../../libs/apr-util-1.2.2/ldap";
+ sourceTree = SOURCE_ROOT;
+ };
+ D3F0207109C119C100120915 /* misc */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0207209C119C100120915 /* apr_date.c */,
+ D3F0207309C119C100120915 /* apr_queue.c */,
+ D3F0207409C119C100120915 /* apr_reslist.c */,
+ D3F0207509C119C100120915 /* apr_rmm.c */,
+ D3F0207609C119C100120915 /* apu_version.c */,
+ );
+ name = misc;
+ path = "../../../libs/apr-util-1.2.2/misc";
+ sourceTree = SOURCE_ROOT;
+ };
+ D3F0207709C119C100120915 /* strmatch */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0207809C119C100120915 /* apr_strmatch.c */,
+ );
+ name = strmatch;
+ path = "../../../libs/apr-util-1.2.2/strmatch";
+ sourceTree = SOURCE_ROOT;
+ };
+ D3F0209809C119C100120915 /* uri */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0209909C119C100120915 /* apr_uri.c */,
+ D3F0209A09C119C100120915 /* gen_uri_delims.c */,
+ );
+ name = uri;
+ path = "../../../libs/apr-util-1.2.2/uri";
+ sourceTree = SOURCE_ROOT;
+ };
+ D3F0209D09C119C100120915 /* xlate */ = {
+ isa = PBXGroup;
+ children = (
+ D3F0209E09C119C100120915 /* xlate.c */,
+ );
+ name = xlate;
+ path = "../../../libs/apr-util-1.2.2/xlate";
+ sourceTree = SOURCE_ROOT;
+ };
+ D3F0209F09C119C100120915 /* xml */ = {
+ isa = PBXGroup;
+ children = (
+ D3F020A009C119C100120915 /* apr_xml.c */,
+ );
+ name = xml;
+ path = "../../../libs/apr-util-1.2.2/xml";
+ sourceTree = SOURCE_ROOT;
+ };
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+ D3F01FDE09C1182700120915 /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D3F0202109C119A200120915 /* apr_anylock.h in Headers */,
+ D3F0202209C119A200120915 /* apr_base64.h in Headers */,
+ D3F0202309C119A200120915 /* apr_buckets.h in Headers */,
+ D3F0202409C119A200120915 /* apr_date.h in Headers */,
+ D3F0202509C119A200120915 /* apr_dbd.h in Headers */,
+ D3F0202609C119A200120915 /* apr_dbm.h in Headers */,
+ D3F0202709C119A200120915 /* apr_hooks.h in Headers */,
+ D3F0202809C119A200120915 /* apr_ldap_init.h in Headers */,
+ D3F0202909C119A200120915 /* apr_ldap_option.h in Headers */,
+ D3F0202A09C119A200120915 /* apr_ldap_url.h in Headers */,
+ D3F0202B09C119A200120915 /* apr_ldap.h in Headers */,
+ D3F0202C09C119A200120915 /* apr_md4.h in Headers */,
+ D3F0202D09C119A200120915 /* apr_md5.h in Headers */,
+ D3F0202E09C119A200120915 /* apr_optional_hooks.h in Headers */,
+ D3F0202F09C119A200120915 /* apr_optional.h in Headers */,
+ D3F0203009C119A200120915 /* apr_queue.h in Headers */,
+ D3F0203109C119A200120915 /* apr_reslist.h in Headers */,
+ D3F0203209C119A200120915 /* apr_rmm.h in Headers */,
+ D3F0203309C119A200120915 /* apr_sdbm.h in Headers */,
+ D3F0203409C119A200120915 /* apr_sha1.h in Headers */,
+ D3F0203509C119A200120915 /* apr_strmatch.h in Headers */,
+ D3F0203609C119A200120915 /* apr_uri.h in Headers */,
+ D3F0203709C119A200120915 /* apr_uuid.h in Headers */,
+ D3F0203809C119A200120915 /* apr_xlate.h in Headers */,
+ D3F0203909C119A200120915 /* apr_xml.h in Headers */,
+ D3F0203A09C119A200120915 /* apu_version.h in Headers */,
+ D3F0203B09C119A200120915 /* apu_want.h in Headers */,
+ D3F0203C09C119A200120915 /* apu.h in Headers */,
+ D3F0203D09C119A200120915 /* apr_dbd_internal.h in Headers */,
+ D3F0203E09C119A200120915 /* apr_dbm_private.h in Headers */,
+ D3F0203F09C119A200120915 /* apu_config.h in Headers */,
+ D3F0204009C119A200120915 /* apu_select_dbm.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+ D3F01FE209C1182700120915 /* aprutil.framework */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = D3F01FE609C1182800120915 /* Build configuration list for PBXNativeTarget "aprutil.framework" */;
+ buildPhases = (
+ D3F01FEF09C1186300120915 /* ShellScript */,
+ D3F01FDE09C1182700120915 /* Headers */,
+ D3F01FDF09C1182700120915 /* Resources */,
+ D3F01FE009C1182700120915 /* Sources */,
+ D3F01FE109C1182700120915 /* Frameworks */,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ FRAMEWORK_VERSION = A;
+ GCC_ENABLE_FIX_AND_CONTINUE = YES;
+ GCC_MODEL_TUNING = G5;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
+ INFOPLIST_FILE = "aprutil-Info.plist";
+ INSTALL_PATH = "$(HOME)/Library/Frameworks";
+ OTHER_LDFLAGS = (
+ "-framework",
+ Foundation,
+ "-framework",
+ AppKit,
+ );
+ PREBINDING = NO;
+ PRODUCT_NAME = aprutil;
+ ZERO_LINK = YES;
+ };
+ dependencies = (
+ );
+ name = aprutil.framework;
+ productName = aprutil;
+ productReference = D3F01FE309C1182700120915 /* aprutil.framework */;
+ productSettingsXML = "
+
+
+
+ CFBundleDevelopmentRegion
+ English
+ CFBundleExecutable
+ ${EXECUTABLE_NAME}
+ CFBundleIdentifier
+ com.yourcompany.aprutil
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundlePackageType
+ FMWK
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1.0
+
+
+";
+ productType = "com.apple.product-type.framework";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ D3F01FC209C117F300120915 /* Project object */ = {
+ isa = PBXProject;
+ buildConfigurationList = D3F01FC309C117F300120915 /* Build configuration list for PBXProject "aprutil-1.2.2" */;
+ buildSettings = {
+ };
+ buildStyles = (
+ D3F01FD909C1181A00120915 /* Development */,
+ D3F01FDA09C1181A00120915 /* Deployment */,
+ );
+ hasScannedForEncodings = 0;
+ mainGroup = D3F01FC009C117F300120915;
+ productRefGroup = D3F01FE409C1182700120915 /* aprutil-1.2.2 */;
+ projectDirPath = "";
+ targets = (
+ D3F01FE209C1182700120915 /* aprutil.framework */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ D3F01FDF09C1182700120915 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXShellScriptBuildPhase section */
+ D3F01FEF09C1186300120915 /* ShellScript */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/bash;
+ shellScript = "if [ -e ../../../libs/apr-util-1.2.2/.complete ]; then\n\texit 0\nfi\n/usr/bin/curl http://svn.freeswitch.org/downloads/libs/apr-util-1.2.2.tar.gz -o ../../../libs/apr-util-1.2.2.tar.gz\ncd ../../../libs\ntar zxfv apr-util-1.2.2.tar.gz\ncd apr-util-1.2.2\n./configure --with-apr=../apr-1.2.2\ntouch .complete";
+ };
+/* End PBXShellScriptBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ D3F01FE009C1182700120915 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D3F0213309C11C1200120915 /* sdbm.c in Sources */,
+ D3F0213409C11C1200120915 /* sdbm_hash.c in Sources */,
+ D3F0213509C11C1200120915 /* sdbm_lock.c in Sources */,
+ D3F020CB09C119FF00120915 /* apr_base64.c in Sources */,
+ D3F020CC09C119FF00120915 /* apr_brigade.c in Sources */,
+ D3F020CD09C119FF00120915 /* apr_buckets.c in Sources */,
+ D3F020CE09C119FF00120915 /* apr_buckets_alloc.c in Sources */,
+ D3F020CF09C119FF00120915 /* apr_buckets_eos.c in Sources */,
+ D3F020D009C119FF00120915 /* apr_buckets_file.c in Sources */,
+ D3F020D109C119FF00120915 /* apr_buckets_flush.c in Sources */,
+ D3F020D209C119FF00120915 /* apr_buckets_heap.c in Sources */,
+ D3F020D309C119FF00120915 /* apr_buckets_mmap.c in Sources */,
+ D3F020D409C119FF00120915 /* apr_buckets_pipe.c in Sources */,
+ D3F020D509C119FF00120915 /* apr_buckets_pool.c in Sources */,
+ D3F020D609C119FF00120915 /* apr_buckets_refcount.c in Sources */,
+ D3F020D709C119FF00120915 /* apr_buckets_simple.c in Sources */,
+ D3F020D809C119FF00120915 /* apr_buckets_socket.c in Sources */,
+ D3F020D909C119FF00120915 /* apr_date.c in Sources */,
+ D3F020DA09C119FF00120915 /* apr_dbd.c in Sources */,
+ D3F020DB09C119FF00120915 /* apr_dbd_pgsql.c in Sources */,
+ D3F020DC09C119FF00120915 /* apr_dbd_sqlite2.c in Sources */,
+ D3F020DD09C119FF00120915 /* apr_dbd_sqlite3.c in Sources */,
+ D3F020DE09C119FF00120915 /* apr_dbm.c in Sources */,
+ D3F020DF09C119FF00120915 /* apr_dbm_berkeleydb.c in Sources */,
+ D3F020E009C119FF00120915 /* apr_dbm_gdbm.c in Sources */,
+ D3F020E109C119FF00120915 /* apr_dbm_ndbm.c in Sources */,
+ D3F020E209C119FF00120915 /* apr_dbm_sdbm.c in Sources */,
+ D3F020E309C119FF00120915 /* apr_hooks.c in Sources */,
+ D3F020E409C119FF00120915 /* apr_ldap_init.c in Sources */,
+ D3F020E509C119FF00120915 /* apr_ldap_option.c in Sources */,
+ D3F020E609C119FF00120915 /* apr_ldap_url.c in Sources */,
+ D3F020E709C119FF00120915 /* apr_md4.c in Sources */,
+ D3F020E809C119FF00120915 /* apr_md5.c in Sources */,
+ D3F020E909C119FF00120915 /* apr_queue.c in Sources */,
+ D3F020EA09C119FF00120915 /* apr_reslist.c in Sources */,
+ D3F020EB09C119FF00120915 /* apr_rmm.c in Sources */,
+ D3F020EC09C119FF00120915 /* apr_sha1.c in Sources */,
+ D3F020ED09C119FF00120915 /* apr_strmatch.c in Sources */,
+ D3F020EE09C119FF00120915 /* apr_uri.c in Sources */,
+ D3F020F009C119FF00120915 /* apu_version.c in Sources */,
+ D3F020F109C119FF00120915 /* gen_uri_delims.c in Sources */,
+ D3F020F209C119FF00120915 /* getuuid.c in Sources */,
+ D3F020FA09C119FF00120915 /* uuid.c in Sources */,
+ D3F020FB09C119FF00120915 /* xlate.c in Sources */,
+ D3F0214109C11C9500120915 /* sdbm_pair.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+ D3F01FC409C117F300120915 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ NATIVE_ARCH = "ppc i386";
+ };
+ name = Debug;
+ };
+ D3F01FC509C117F300120915 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = YES;
+ };
+ name = Release;
+ };
+ D3F01FE709C1182800120915 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ DSTROOT = /;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(FRAMEWORK_SEARCH_PATHS)",
+ "$(SRCROOT)/build/Debug",
+ /Library/Frameworks,
+ );
+ 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;
+ HEADER_SEARCH_PATHS = (
+ "../../../libs/apr-1.2.2/include",
+ "../../../libs/apr-1.2.2",
+ );
+ INFOPLIST_FILE = "aprutil-Info.plist";
+ INSTALL_PATH = /Library/Frameworks;
+ OTHER_CFLAGS = "";
+ OTHER_LDFLAGS = (
+ "-framework",
+ apr,
+ "-framework",
+ sqlite,
+ "-liconv",
+ "-lexpat",
+ "-lpthread",
+ );
+ PREBINDING = NO;
+ PRODUCT_NAME = aprutil;
+ ZERO_LINK = YES;
+ };
+ name = Debug;
+ };
+ D3F01FE809C1182800120915 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(FRAMEWORK_SEARCH_PATHS)",
+ "$(SRCROOT)/build/Debug",
+ );
+ FRAMEWORK_VERSION = A;
+ GCC_ENABLE_FIX_AND_CONTINUE = NO;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+ GCC_MODEL_TUNING = G5;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
+ INFOPLIST_FILE = "aprutil-Info.plist";
+ INSTALL_PATH = "$(HOME)/Library/Frameworks";
+ OTHER_LDFLAGS = (
+ "-framework",
+ Foundation,
+ "-framework",
+ AppKit,
+ );
+ PREBINDING = NO;
+ PRODUCT_NAME = aprutil;
+ ZERO_LINK = NO;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ D3F01FC309C117F300120915 /* Build configuration list for PBXProject "aprutil-1.2.2" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D3F01FC409C117F300120915 /* Debug */,
+ D3F01FC509C117F300120915 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ D3F01FE609C1182800120915 /* Build configuration list for PBXNativeTarget "aprutil.framework" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D3F01FE709C1182800120915 /* Debug */,
+ D3F01FE809C1182800120915 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = D3F01FC209C117F300120915 /* Project object */;
+}
diff --git a/mac/xcode/libs/aprutil-Info.plist b/mac/xcode/libs/aprutil-Info.plist
new file mode 100644
index 0000000000..55f1eaa52d
--- /dev/null
+++ b/mac/xcode/libs/aprutil-Info.plist
@@ -0,0 +1,20 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ English
+ CFBundleExecutable
+ ${EXECUTABLE_NAME}
+ CFBundleIdentifier
+ com.yourcompany.aprutil
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundlePackageType
+ FMWK
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1.0
+
+
diff --git a/mac/xcode/libs/sqlite-3.2.8.xcodeproj/brian.mode1 b/mac/xcode/libs/sqlite-3.2.8.xcodeproj/brian.mode1
index c73067c115..02c18dc275 100644
--- a/mac/xcode/libs/sqlite-3.2.8.xcodeproj/brian.mode1
+++ b/mac/xcode/libs/sqlite-3.2.8.xcodeproj/brian.mode1
@@ -199,9 +199,13 @@
active-target-popup
action
NSToolbarFlexibleSpaceItem
- buildOrClean
- build-and-runOrDebug
+ build
+ clean
+ clean-target
com.apple.ide.PBXToolbarStopButton
+ run
+ build-and-run
+ build-and-runOrDebug
get-info
toggle-editor
NSToolbarFlexibleSpaceItem
@@ -258,13 +262,11 @@
D37F3CC409C0E093002C93D4
D37F3CD809C0E0CC002C93D4
1C37FBAC04509CD000000102
- D32C90F009C10CA000FCE413
+ D3F01F9609C1168C00120915
PBXSmartGroupTreeModuleOutlineStateSelectionKey
- 10
- 9
8
@@ -288,7 +290,7 @@
377
RubberWindowFrame
- 25 93 1287 653 0 0 1024 746
+ 472 375 1287 653 0 0 1680 1028
Module
PBXSmartGroupTreeModule
@@ -325,7 +327,7 @@
Frame
{{0, 0}, {888, 0}}
RubberWindowFrame
- 25 93 1287 653 0 0 1024 746
+ 472 375 1287 653 0 0 1680 1028
Module
PBXNavigatorGroup
@@ -345,7 +347,7 @@
Frame
{{0, 5}, {888, 607}}
RubberWindowFrame
- 25 93 1287 653 0 0 1024 746
+ 472 375 1287 653 0 0 1680 1028
Module
XCDetailModule
@@ -369,9 +371,9 @@
TableOfContents
- D32C90F109C10CA000FCE413
+ D3F01F9709C1168C00120915
1CE0B1FE06471DED0097A5F4
- D32C90F209C10CA000FCE413
+ D3F01F9809C1168C00120915
1CE0B20306471E060097A5F4
1CE0B20506471E060097A5F4
@@ -509,7 +511,7 @@
/Users/brian/freeswitch/mac/xcode/libs/sqlite-3.2.8.xcodeproj
WindowString
- 25 93 1287 653 0 0 1024 746
+ 472 375 1287 653 0 0 1680 1028
WindowTools
@@ -539,7 +541,7 @@
Frame
{{0, 0}, {842, 139}}
RubberWindowFrame
- 97 226 842 520 0 0 1024 746
+ 447 508 842 520 0 0 1680 1028
Module
PBXNavigatorGroup
@@ -565,7 +567,7 @@
Frame
{{0, 144}, {842, 335}}
RubberWindowFrame
- 97 226 842 520 0 0 1024 746
+ 447 508 842 520 0 0 1680 1028
Module
PBXBuildResultsModule
@@ -588,14 +590,14 @@
TableOfContents
D37F3D7609C0E229002C93D4
- D32C940509C113F500FCE413
+ D3F01F9909C1168C00120915
1CD0528F0623707200166675
XCMainBuildResultsModuleGUID
ToolbarConfiguration
xcode.toolbar.config.build
WindowString
- 97 226 842 520 0 0 1024 746
+ 447 508 842 520 0 0 1680 1028
WindowToolGUID
D37F3D7609C0E229002C93D4
WindowToolIsVisible
diff --git a/mac/xcode/libs/sqlite-3.2.8.xcodeproj/brian.pbxuser b/mac/xcode/libs/sqlite-3.2.8.xcodeproj/brian.pbxuser
index 559e3c539b..402f667a8d 100644
--- a/mac/xcode/libs/sqlite-3.2.8.xcodeproj/brian.pbxuser
+++ b/mac/xcode/libs/sqlite-3.2.8.xcodeproj/brian.pbxuser
@@ -82,8 +82,8 @@
PBXFileDataSource_Warnings_ColumnID,
);
};
- PBXPerProjectTemplateStateSaveDate = 163646481;
- PBXWorkspaceStateSaveDate = 163646481;
+ PBXPerProjectTemplateStateSaveDate = 163649061;
+ PBXWorkspaceStateSaveDate = 163649061;
};
sourceControlManager = D37F3CCA09C0E093002C93D4 /* Source Control */;
userBuildSettings = {