[34914] users/rhwood/MacPorts.Framework
rhwood at macports.org
rhwood at macports.org
Tue Mar 11 02:21:46 PDT 2008
Revision: 34914
http://trac.macosforge.org/projects/macports/changeset/34914
Author: rhwood at macports.org
Date: 2008-03-11 02:21:45 -0700 (Tue, 11 Mar 2008)
Log Message:
-----------
Add .hdoc file to document the Framework
Add the documentation files to the project
Change the docs build location to build/Documentation
Change "MacPorts project" to MacPorts Project
Build our API docs in our own reference space
Modified Paths:
--------------
users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/project.pbxproj
users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/rhwood.mode1
users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/rhwood.pbxuser
users/rhwood/MacPorts.Framework/headerDoc2HTML.config
Added Paths:
-----------
users/rhwood/MacPorts.Framework/MacPorts Framework.hdoc
Added: users/rhwood/MacPorts.Framework/MacPorts Framework.hdoc
===================================================================
--- users/rhwood/MacPorts.Framework/MacPorts Framework.hdoc (rev 0)
+++ users/rhwood/MacPorts.Framework/MacPorts Framework.hdoc 2008-03-11 09:21:45 UTC (rev 34914)
@@ -0,0 +1,17 @@
+/*
+ * MacPorts Framework.hdoc
+ * MacPorts.Framework
+ *
+ * Created by Randall Hansen Wood on 5/3/2008.
+ * Copyright 2008 MacPorts Project. All rights reserved.
+ *
+ */
+
+/*!
+ @framework MacPorts Framework
+
+ @abstract Framework for the MacPorts API
+
+ @discussion The MacPorts Framework contains classes and functions that allow Application developers to
+ leverage the MacPorts Tcl API.
+ */
\ No newline at end of file
Modified: users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/project.pbxproj
===================================================================
--- users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/project.pbxproj 2008-03-11 07:58:54 UTC (rev 34913)
+++ users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/project.pbxproj 2008-03-11 09:21:45 UTC (rev 34914)
@@ -6,6 +6,20 @@
objectVersion = 42;
objects = {
+/* Begin PBXAggregateTarget section */
+ DFE353650CFB8F0C003BACFC /* Docs */ = {
+ isa = PBXAggregateTarget;
+ buildConfigurationList = DFE353690CFB8F1C003BACFC /* Build configuration list for PBXAggregateTarget "Docs" */;
+ buildPhases = (
+ DFE353640CFB8F0C003BACFC /* ShellScript */,
+ );
+ dependencies = (
+ );
+ name = Docs;
+ productName = Docs;
+ };
+/* End PBXAggregateTarget section */
+
/* Begin PBXBuildFile section */
481D04A20CDAAAFD00D4A550 /* MPMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 481D04A00CDAAAFC00D4A550 /* MPMutableDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; };
481D04A30CDAAAFD00D4A550 /* MPMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 481D04A10CDAAAFD00D4A550 /* MPMutableDictionary.m */; };
@@ -47,6 +61,9 @@
32DBCF5E0370ADEE00C91783 /* MacPorts.Framework_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MacPorts.Framework_Prefix.pch; sourceTree = "<group>"; };
481D04A00CDAAAFC00D4A550 /* MPMutableDictionary.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MPMutableDictionary.h; sourceTree = "<group>"; };
481D04A10CDAAAFD00D4A550 /* MPMutableDictionary.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = MPMutableDictionary.m; sourceTree = "<group>"; };
+ 4822AAD10D7EB38100C4D4D7 /* headerDoc2HTML.config */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = headerDoc2HTML.config; sourceTree = "<group>"; };
+ 4822AAD70D7EB3C600C4D4D7 /* toctemplate.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = toctemplate.html; path = /Users/Shared/Developer/MacPorts/Repository/users/rhwood/MacPorts.Framework/toctemplate.html; sourceTree = "<absolute>"; };
+ 4822AADB0D7EB57F00C4D4D7 /* MacPorts Framework.hdoc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "MacPorts Framework.hdoc"; sourceTree = "<group>"; };
487679530C98C2EB00577C59 /* MPIndex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPIndex.h; sourceTree = "<group>"; };
487679540C98C2EB00577C59 /* MPIndex.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPIndex.m; sourceTree = "<group>"; };
487679670C98C55E00577C59 /* MPPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPPort.h; sourceTree = "<group>"; };
@@ -105,6 +122,7 @@
08FB77AEFE84172EC02AAC07 /* Classes */,
32C88DFF0371C24200C91783 /* Other Sources */,
089C1665FE841158C02AAC07 /* Resources */,
+ 4822AAD40D7EB39200C4D4D7 /* Documentation */,
0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
034768DFFF38A50411DB9C8B /* Products */,
);
@@ -180,6 +198,16 @@
name = "Other Sources";
sourceTree = "<group>";
};
+ 4822AAD40D7EB39200C4D4D7 /* Documentation */ = {
+ isa = PBXGroup;
+ children = (
+ 4822AAD70D7EB3C600C4D4D7 /* toctemplate.html */,
+ 4822AAD10D7EB38100C4D4D7 /* headerDoc2HTML.config */,
+ 4822AADB0D7EB57F00C4D4D7 /* MacPorts Framework.hdoc */,
+ );
+ name = Documentation;
+ sourceTree = "<group>";
+ };
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
@@ -245,13 +273,16 @@
0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "MacPorts.Framework" */;
+ compatibilityVersion = "Xcode 2.4";
hasScannedForEncodings = 1;
mainGroup = 0867D691FE84028FC02AAC07 /* MacPorts Foundation */;
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
projectDirPath = "";
+ projectRoot = "";
targets = (
8DC2EF4F0486A6940098B216 /* MacPorts */,
489DD8F30C94365F00595506 /* Test */,
+ DFE353650CFB8F0C003BACFC /* Docs */,
);
};
/* End PBXProject section */
@@ -289,6 +320,19 @@
shellPath = /bin/sh;
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
};
+ DFE353640CFB8F0C003BACFC /* ShellScript */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "BASEDIR=`pwd`\nDOCDIR=build/Documentation\nif [ ! -d $DOCDIR ]; then\n\tmkdir $DOCDIR\nfi\ncd $DOCDIR\nheaderdoc2html -u -o HTML $BASEDIR/*.h* && gatherheaderdoc HTML index.html";
+ };
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
@@ -466,6 +510,27 @@
};
name = Release;
};
+ DFE353660CFB8F0C003BACFC /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ PRODUCT_NAME = Docs;
+ };
+ name = Debug;
+ };
+ DFE353670CFB8F0C003BACFC /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = YES;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ GCC_ENABLE_FIX_AND_CONTINUE = NO;
+ PRODUCT_NAME = Docs;
+ ZERO_LINK = NO;
+ };
+ name = Release;
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -496,6 +561,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
+ DFE353690CFB8F1C003BACFC /* Build configuration list for PBXAggregateTarget "Docs" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ DFE353660CFB8F0C003BACFC /* Debug */,
+ DFE353670CFB8F0C003BACFC /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
/* End XCConfigurationList section */
};
rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
Modified: users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/rhwood.mode1
===================================================================
--- users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/rhwood.mode1 2008-03-11 07:58:54 UTC (rev 34913)
+++ users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/rhwood.mode1 2008-03-11 09:21:45 UTC (rev 34914)
@@ -185,7 +185,44 @@
<key>Notifications</key>
<array/>
<key>OpenEditors</key>
- <array/>
+ <array>
+ <dict>
+ <key>Content</key>
+ <dict>
+ <key>PBXProjectModuleGUID</key>
+ <string>48C7D40A0D0EA1B50093D697</string>
+ <key>PBXProjectModuleLabel</key>
+ <string>init</string>
+ <key>PBXSplitModuleInNavigatorKey</key>
+ <dict>
+ <key>Split0</key>
+ <dict>
+ <key>PBXProjectModuleGUID</key>
+ <string>48C7D40B0D0EA1B50093D697</string>
+ <key>PBXProjectModuleLabel</key>
+ <string>init</string>
+ <key>history</key>
+ <array>
+ <string>48C7D3E60D0E97F70093D697</string>
+ </array>
+ </dict>
+ <key>SplitCount</key>
+ <string>1</string>
+ </dict>
+ <key>StatusBarVisibility</key>
+ <true/>
+ </dict>
+ <key>Geometry</key>
+ <dict>
+ <key>Frame</key>
+ <string>{{0, 20}, {759, 644}}</string>
+ <key>PBXModuleWindowStatusBarHidden2</key>
+ <false/>
+ <key>RubberWindowFrame</key>
+ <string>38 121 759 685 0 0 1280 832 </string>
+ </dict>
+ </dict>
+ </array>
<key>PerspectiveWidths</key>
<array>
<integer>-1</integer>
@@ -266,10 +303,12 @@
<array>
<array>
<integer>22</integer>
+ <integer>21</integer>
+ <integer>0</integer>
</array>
</array>
<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
- <string>{{0, 104}, {186, 338}}</string>
+ <string>{{0, 0}, {186, 338}}</string>
</dict>
<key>PBXTopSmartGroupGIDs</key>
<array/>
@@ -288,7 +327,7 @@
<real>186</real>
</array>
<key>RubberWindowFrame</key>
- <string>103 299 690 397 0 0 1280 832 </string>
+ <string>74 212 690 397 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>PBXSmartGroupTreeModule</string>
@@ -325,7 +364,7 @@
<key>Frame</key>
<string>{{0, 0}, {482, 0}}</string>
<key>RubberWindowFrame</key>
- <string>103 299 690 397 0 0 1280 832 </string>
+ <string>74 212 690 397 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>PBXNavigatorGroup</string>
@@ -345,7 +384,7 @@
<key>Frame</key>
<string>{{0, 5}, {482, 351}}</string>
<key>RubberWindowFrame</key>
- <string>103 299 690 397 0 0 1280 832 </string>
+ <string>74 212 690 397 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>XCDetailModule</string>
@@ -369,9 +408,9 @@
</array>
<key>TableOfContents</key>
<array>
- <string>48AA3F900C93F6BE00C6AC60</string>
+ <string>480C473B0D128F2A004ECAF4</string>
<string>1CE0B1FE06471DED0097A5F4</string>
- <string>48AA3F910C93F6BE00C6AC60</string>
+ <string>480C473C0D128F2A004ECAF4</string>
<string>1CE0B20306471E060097A5F4</string>
<string>1CE0B20506471E060097A5F4</string>
</array>
@@ -505,11 +544,10 @@
<integer>5</integer>
<key>WindowOrderList</key>
<array>
- <string>48E992790C82C7F900219DDF</string>
<string>/Users/Shared/Developer/MacPorts/Repository/users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj</string>
</array>
<key>WindowString</key>
- <string>103 299 690 397 0 0 1280 832 </string>
+ <string>74 212 690 397 0 0 1280 832 </string>
<key>WindowTools</key>
<array>
<dict>
@@ -525,14 +563,12 @@
<key>Dock</key>
<array>
<dict>
- <key>BecomeActive</key>
- <true/>
<key>ContentConfiguration</key>
<dict>
<key>PBXProjectModuleGUID</key>
<string>1CD0528F0623707200166675</string>
<key>PBXProjectModuleLabel</key>
- <string>InfoPlist.strings</string>
+ <string></string>
<key>StatusBarVisibility</key>
<true/>
</dict>
@@ -541,7 +577,7 @@
<key>Frame</key>
<string>{{0, 0}, {500, 218}}</string>
<key>RubberWindowFrame</key>
- <string>254 196 500 500 0 0 1280 832 </string>
+ <string>528 258 500 500 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>PBXNavigatorGroup</string>
@@ -565,7 +601,7 @@
<key>Frame</key>
<string>{{0, 223}, {500, 236}}</string>
<key>RubberWindowFrame</key>
- <string>254 196 500 500 0 0 1280 832 </string>
+ <string>528 258 500 500 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>PBXBuildResultsModule</string>
@@ -588,22 +624,26 @@
<key>TableOfContents</key>
<array>
<string>48E992790C82C7F900219DDF</string>
- <string>48AA3FA90C93F91E00C6AC60</string>
+ <string>48AB406C0CEDB330000BA2E3</string>
<string>1CD0528F0623707200166675</string>
<string>XCMainBuildResultsModuleGUID</string>
</array>
<key>ToolbarConfiguration</key>
<string>xcode.toolbar.config.build</string>
<key>WindowString</key>
- <string>254 196 500 500 0 0 1280 832 </string>
+ <string>528 258 500 500 0 0 1280 832 </string>
<key>WindowToolGUID</key>
<string>48E992790C82C7F900219DDF</string>
<key>WindowToolIsVisible</key>
- <true/>
+ <false/>
</dict>
<dict>
+ <key>FirstTimeWindowDisplayed</key>
+ <false/>
<key>Identifier</key>
<string>windowTool.debugger</string>
+ <key>IsVertical</key>
+ <true/>
<key>Layout</key>
<array>
<dict>
@@ -626,8 +666,8 @@
<string>yes</string>
<key>sizes</key>
<array>
- <string>{{0, 0}, {317, 164}}</string>
- <string>{{317, 0}, {377, 164}}</string>
+ <string>{{0, 0}, {313, 196}}</string>
+ <string>{{313, 0}, {381, 196}}</string>
</array>
</dict>
<key>VerticalSplitView</key>
@@ -642,8 +682,8 @@
<string>yes</string>
<key>sizes</key>
<array>
- <string>{{0, 0}, {694, 164}}</string>
- <string>{{0, 164}, {694, 216}}</string>
+ <string>{{0, 0}, {694, 196}}</string>
+ <string>{{0, 196}, {694, 185}}</string>
</array>
</dict>
</dict>
@@ -665,18 +705,18 @@
<key>DebugSTDIOWindowFrame</key>
<string>{{200, 200}, {500, 300}}</string>
<key>Frame</key>
- <string>{{0, 0}, {694, 380}}</string>
+ <string>{{0, 0}, {694, 381}}</string>
<key>RubberWindowFrame</key>
- <string>321 238 694 422 0 0 1440 878 </string>
+ <string>36 382 694 422 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>PBXDebugSessionModule</string>
<key>Proportion</key>
- <string>100%</string>
+ <string>381pt</string>
</dict>
</array>
<key>Proportion</key>
- <string>100%</string>
+ <string>381pt</string>
</dict>
</array>
<key>Name</key>
@@ -686,26 +726,35 @@
<string>PBXDebugSessionModule</string>
</array>
<key>StatusbarIsVisible</key>
- <integer>1</integer>
+ <true/>
<key>TableOfContents</key>
<array>
- <string>1CD10A99069EF8BA00B06720</string>
- <string>1C0AD2AB069F1E9B00FABCE6</string>
+ <string>4878E3480CA7BF8900568EBF</string>
+ <string>48BAD75D0CE7A45300020798</string>
<string>1C162984064C10D400B95A72</string>
- <string>1C0AD2AC069F1E9B00FABCE6</string>
+ <string>48BAD75E0CE7A45300020798</string>
+ <string>48BAD75F0CE7A45300020798</string>
+ <string>48BAD7600CE7A45300020798</string>
+ <string>48BAD7610CE7A45300020798</string>
+ <string>48BAD7620CE7A45300020798</string>
+ <string>48BAD7630CE7A45300020798</string>
</array>
<key>ToolbarConfiguration</key>
<string>xcode.toolbar.config.debug</string>
<key>WindowString</key>
- <string>321 238 694 422 0 0 1440 878 </string>
+ <string>36 382 694 422 0 0 1280 832 </string>
<key>WindowToolGUID</key>
- <string>1CD10A99069EF8BA00B06720</string>
+ <string>4878E3480CA7BF8900568EBF</string>
<key>WindowToolIsVisible</key>
- <integer>0</integer>
+ <false/>
</dict>
<dict>
+ <key>FirstTimeWindowDisplayed</key>
+ <false/>
<key>Identifier</key>
<string>windowTool.find</string>
+ <key>IsVertical</key>
+ <true/>
<key>Layout</key>
<array>
<dict>
@@ -715,31 +764,23 @@
<key>Dock</key>
<array>
<dict>
+ <key>BecomeActive</key>
+ <true/>
<key>ContentConfiguration</key>
<dict>
<key>PBXProjectModuleGUID</key>
<string>1CDD528C0622207200134675</string>
<key>PBXProjectModuleLabel</key>
- <string><No Editor></string>
- <key>PBXSplitModuleInNavigatorKey</key>
- <dict>
- <key>Split0</key>
- <dict>
- <key>PBXProjectModuleGUID</key>
- <string>1CD0528D0623707200166675</string>
- </dict>
- <key>SplitCount</key>
- <string>1</string>
- </dict>
+ <string>MPRegistry.h</string>
<key>StatusBarVisibility</key>
- <integer>1</integer>
+ <true/>
</dict>
<key>GeometryConfiguration</key>
<dict>
<key>Frame</key>
- <string>{{0, 0}, {781, 167}}</string>
+ <string>{{0, 0}, {781, 212}}</string>
<key>RubberWindowFrame</key>
- <string>62 385 781 470 0 0 1440 878 </string>
+ <string>429 36 781 470 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>PBXNavigatorGroup</string>
@@ -748,11 +789,9 @@
</dict>
</array>
<key>Proportion</key>
- <string>50%</string>
+ <string>212pt</string>
</dict>
<dict>
- <key>BecomeActive</key>
- <integer>1</integer>
<key>ContentConfiguration</key>
<dict>
<key>PBXProjectModuleGUID</key>
@@ -763,18 +802,18 @@
<key>GeometryConfiguration</key>
<dict>
<key>Frame</key>
- <string>{{8, 0}, {773, 254}}</string>
+ <string>{{0, 217}, {781, 212}}</string>
<key>RubberWindowFrame</key>
- <string>62 385 781 470 0 0 1440 878 </string>
+ <string>429 36 781 470 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>PBXProjectFindModule</string>
<key>Proportion</key>
- <string>50%</string>
+ <string>212pt</string>
</dict>
</array>
<key>Proportion</key>
- <string>428pt</string>
+ <string>429pt</string>
</dict>
</array>
<key>Name</key>
@@ -784,39 +823,39 @@
<string>PBXProjectFindModule</string>
</array>
<key>StatusbarIsVisible</key>
- <integer>1</integer>
+ <true/>
<key>TableOfContents</key>
<array>
<string>1C530D57069F1CE1000CFCEE</string>
- <string>1C530D58069F1CE1000CFCEE</string>
- <string>1C530D59069F1CE1000CFCEE</string>
+ <string>48FF2B700CED345500C4BD56</string>
+ <string>48FF2B710CED345500C4BD56</string>
<string>1CDD528C0622207200134675</string>
- <string>1C530D5A069F1CE1000CFCEE</string>
- <string>1CE0B1FE06471DED0097A5F4</string>
<string>1CD0528E0623707200166675</string>
</array>
<key>WindowString</key>
- <string>62 385 781 470 0 0 1440 878 </string>
+ <string>429 36 781 470 0 0 1280 832 </string>
<key>WindowToolGUID</key>
<string>1C530D57069F1CE1000CFCEE</string>
<key>WindowToolIsVisible</key>
- <integer>0</integer>
+ <false/>
</dict>
<dict>
<key>Identifier</key>
<string>MENUSEPARATOR</string>
</dict>
<dict>
+ <key>FirstTimeWindowDisplayed</key>
+ <false/>
<key>Identifier</key>
<string>windowTool.debuggerConsole</string>
+ <key>IsVertical</key>
+ <true/>
<key>Layout</key>
<array>
<dict>
<key>Dock</key>
<array>
<dict>
- <key>BecomeActive</key>
- <integer>1</integer>
<key>ContentConfiguration</key>
<dict>
<key>PBXProjectModuleGUID</key>
@@ -829,7 +868,7 @@
<key>Frame</key>
<string>{{0, 0}, {440, 358}}</string>
<key>RubberWindowFrame</key>
- <string>650 41 440 400 0 0 1280 1002 </string>
+ <string>429 356 440 400 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>PBXDebugCLIModule</string>
@@ -838,7 +877,7 @@
</dict>
</array>
<key>Proportion</key>
- <string>358pt</string>
+ <string>359pt</string>
</dict>
</array>
<key>Name</key>
@@ -848,19 +887,27 @@
<string>PBXDebugCLIModule</string>
</array>
<key>StatusbarIsVisible</key>
- <integer>1</integer>
+ <true/>
<key>TableOfContents</key>
<array>
- <string>1C78EAAD065D492600B07095</string>
- <string>1C78EAAE065D492600B07095</string>
+ <string>48BAD7640CE7A45300020798</string>
+ <string>48BAD7650CE7A45300020798</string>
<string>1C78EAAC065D492600B07095</string>
</array>
<key>WindowString</key>
- <string>650 41 440 400 0 0 1280 1002 </string>
+ <string>429 356 440 400 0 0 1280 832 </string>
+ <key>WindowToolGUID</key>
+ <string>48BAD7640CE7A45300020798</string>
+ <key>WindowToolIsVisible</key>
+ <false/>
</dict>
<dict>
+ <key>FirstTimeWindowDisplayed</key>
+ <false/>
<key>Identifier</key>
<string>windowTool.run</string>
+ <key>IsVertical</key>
+ <true/>
<key>Layout</key>
<array>
<dict>
@@ -914,9 +961,9 @@
<key>GeometryConfiguration</key>
<dict>
<key>Frame</key>
- <string>{{0, 0}, {460, 159}}</string>
+ <string>{{0, 0}, {459, 159}}</string>
<key>RubberWindowFrame</key>
- <string>316 696 459 200 0 0 1280 1002 </string>
+ <string>275 473 459 200 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>PBXRunSessionModule</string>
@@ -935,26 +982,30 @@
<string>PBXRunSessionModule</string>
</array>
<key>StatusbarIsVisible</key>
- <integer>1</integer>
+ <true/>
<key>TableOfContents</key>
<array>
<string>1C0AD2B3069F1EA900FABCE6</string>
- <string>1C0AD2B4069F1EA900FABCE6</string>
+ <string>48BAD7660CE7A45300020798</string>
<string>1CD0528B0623707200166675</string>
- <string>1C0AD2B5069F1EA900FABCE6</string>
+ <string>48BAD7670CE7A45300020798</string>
</array>
<key>ToolbarConfiguration</key>
<string>xcode.toolbar.config.run</string>
<key>WindowString</key>
- <string>316 696 459 200 0 0 1280 1002 </string>
+ <string>275 473 459 200 0 0 1280 832 </string>
<key>WindowToolGUID</key>
<string>1C0AD2B3069F1EA900FABCE6</string>
<key>WindowToolIsVisible</key>
- <integer>0</integer>
+ <false/>
</dict>
<dict>
+ <key>FirstTimeWindowDisplayed</key>
+ <false/>
<key>Identifier</key>
<string>windowTool.scm</string>
+ <key>IsVertical</key>
+ <true/>
<key>Layout</key>
<array>
<dict>
@@ -966,26 +1017,16 @@
<key>PBXProjectModuleGUID</key>
<string>1C78EAB2065D492600B07095</string>
<key>PBXProjectModuleLabel</key>
- <string><No Editor></string>
- <key>PBXSplitModuleInNavigatorKey</key>
- <dict>
- <key>Split0</key>
- <dict>
- <key>PBXProjectModuleGUID</key>
- <string>1C78EAB3065D492600B07095</string>
- </dict>
- <key>SplitCount</key>
- <string>1</string>
- </dict>
+ <string></string>
<key>StatusBarVisibility</key>
- <integer>1</integer>
+ <true/>
</dict>
<key>GeometryConfiguration</key>
<dict>
<key>Frame</key>
<string>{{0, 0}, {452, 0}}</string>
<key>RubberWindowFrame</key>
- <string>743 379 452 308 0 0 1280 1002 </string>
+ <string>102 354 452 308 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>PBXNavigatorGroup</string>
@@ -994,33 +1035,20 @@
</dict>
<dict>
<key>BecomeActive</key>
- <integer>1</integer>
+ <true/>
<key>ContentConfiguration</key>
<dict>
<key>PBXProjectModuleGUID</key>
<string>1CD052920623707200166675</string>
<key>PBXProjectModuleLabel</key>
- <string>SCM</string>
+ <string>SCM Results</string>
</dict>
<key>GeometryConfiguration</key>
<dict>
- <key>ConsoleFrame</key>
- <string>{{0, 259}, {452, 0}}</string>
<key>Frame</key>
- <string>{{0, 7}, {452, 259}}</string>
+ <string>{{0, 5}, {452, 262}}</string>
<key>RubberWindowFrame</key>
- <string>743 379 452 308 0 0 1280 1002 </string>
- <key>TableConfiguration</key>
- <array>
- <string>Status</string>
- <real>30</real>
- <string>FileName</string>
- <real>199</real>
- <string>Path</string>
- <real>197.09500122070312</real>
- </array>
- <key>TableFrame</key>
- <string>{{0, 0}, {452, 250}}</string>
+ <string>102 354 452 308 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>PBXCVSModule</string>
@@ -1029,7 +1057,7 @@
</dict>
</array>
<key>Proportion</key>
- <string>266pt</string>
+ <string>267pt</string>
</dict>
</array>
<key>Name</key>
@@ -1039,32 +1067,36 @@
<string>PBXCVSModule</string>
</array>
<key>StatusbarIsVisible</key>
- <integer>1</integer>
+ <true/>
<key>TableOfContents</key>
<array>
- <string>1C78EAB4065D492600B07095</string>
- <string>1C78EAB5065D492600B07095</string>
+ <string>4824E72D0CD3B2B400568887</string>
+ <string>4824E72E0CD3B2B400568887</string>
<string>1C78EAB2065D492600B07095</string>
<string>1CD052920623707200166675</string>
</array>
<key>ToolbarConfiguration</key>
<string>xcode.toolbar.config.scm</string>
<key>WindowString</key>
- <string>743 379 452 308 0 0 1280 1002 </string>
+ <string>102 354 452 308 0 0 1280 832 </string>
+ <key>WindowToolGUID</key>
+ <string>4824E72D0CD3B2B400568887</string>
+ <key>WindowToolIsVisible</key>
+ <false/>
</dict>
<dict>
+ <key>FirstTimeWindowDisplayed</key>
+ <false/>
<key>Identifier</key>
<string>windowTool.breakpoints</string>
<key>IsVertical</key>
- <integer>0</integer>
+ <false/>
<key>Layout</key>
<array>
<dict>
<key>Dock</key>
<array>
<dict>
- <key>BecomeActive</key>
- <integer>1</integer>
<key>ContentConfiguration</key>
<dict>
<key>PBXBottomSmartGroupGIDs</key>
@@ -1106,7 +1138,7 @@
<key>PBXTopSmartGroupGIDs</key>
<array/>
<key>XCIncludePerspectivesSwitch</key>
- <integer>0</integer>
+ <false/>
</dict>
<key>GeometryConfiguration</key>
<dict>
@@ -1118,7 +1150,7 @@
<real>168</real>
</array>
<key>RubberWindowFrame</key>
- <string>315 424 744 409 0 0 1440 878 </string>
+ <string>36 395 744 409 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>PBXSmartGroupTreeModule</string>
@@ -1126,6 +1158,8 @@
<string>185pt</string>
</dict>
<dict>
+ <key>BecomeActive</key>
+ <true/>
<key>ContentConfiguration</key>
<dict>
<key>PBXProjectModuleGUID</key>
@@ -1138,7 +1172,7 @@
<key>Frame</key>
<string>{{190, 0}, {554, 368}}</string>
<key>RubberWindowFrame</key>
- <string>315 424 744 409 0 0 1440 878 </string>
+ <string>36 395 744 409 0 0 1280 832 </string>
</dict>
<key>Module</key>
<string>XCDetailModule</string>
@@ -1162,22 +1196,22 @@
<string>XCDetailModule</string>
</array>
<key>StatusbarIsVisible</key>
- <integer>1</integer>
+ <true/>
<key>TableOfContents</key>
<array>
- <string>1CDDB66807F98D9800BB5817</string>
- <string>1CDDB66907F98D9800BB5817</string>
+ <string>481AD2670C9694EE0038F999</string>
+ <string>481AD2680C9694EE0038F999</string>
<string>1CE0B1FE06471DED0097A5F4</string>
<string>1CA1AED706398EBD00589147</string>
</array>
<key>ToolbarConfiguration</key>
<string>xcode.toolbar.config.breakpoints</string>
<key>WindowString</key>
- <string>315 424 744 409 0 0 1440 878 </string>
+ <string>36 395 744 409 0 0 1280 832 </string>
<key>WindowToolGUID</key>
- <string>1CDDB66807F98D9800BB5817</string>
+ <string>481AD2670C9694EE0038F999</string>
<key>WindowToolIsVisible</key>
- <integer>1</integer>
+ <false/>
</dict>
<dict>
<key>Identifier</key>
Modified: users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/rhwood.pbxuser
===================================================================
--- users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/rhwood.pbxuser 2008-03-11 07:58:54 UTC (rev 34913)
+++ users/rhwood/MacPorts.Framework/MacPorts.Framework.xcodeproj/rhwood.pbxuser 2008-03-11 09:21:45 UTC (rev 34914)
@@ -1,13 +1,80 @@
// !$*UTF8*$!
{
0867D690FE84028FC02AAC07 /* Project object */ = {
+ activeArchitecture = i386;
activeBuildConfigurationName = Debug;
- activeTarget = 8DC2EF4F0486A6940098B216 /* MacPorts */;
+ activeTarget = DFE353650CFB8F0C003BACFC /* Docs */;
addToTargets = (
- 8DC2EF4F0486A6940098B216 /* MacPorts */,
+ DFE353650CFB8F0C003BACFC /* Docs */,
);
+ breakpoints = (
+ );
codeSenseManager = 48906AD20C422C1000A3ED8A /* Code sense */;
perUserDictionary = {
+ "PBXConfiguration.PBXBreakpointsDataSource.v1:1CA1AED706398EBD00589147" = {
+ PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
+ PBXFileTableDataSourceColumnSortingKey = PBXBreakpointsDataSource_BreakpointID;
+ PBXFileTableDataSourceColumnWidthsKey = (
+ 20,
+ 20,
+ 210,
+ 20,
+ 110,
+ 109,
+ 20,
+ );
+ PBXFileTableDataSourceColumnsKey = (
+ PBXBreakpointsDataSource_ActionID,
+ PBXBreakpointsDataSource_TypeID,
+ PBXBreakpointsDataSource_BreakpointID,
+ PBXBreakpointsDataSource_UseID,
+ PBXBreakpointsDataSource_LocationID,
+ PBXBreakpointsDataSource_ConditionID,
+ PBXBreakpointsDataSource_ContinueID,
+ );
+ };
+ PBXConfiguration.PBXFileTableDataSource3.PBXBookmarksDataSource = {
+ PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
+ PBXFileTableDataSourceColumnSortingKey = PBXBookmarksDataSource_NameID;
+ PBXFileTableDataSourceColumnWidthsKey = (
+ 200,
+ 200,
+ 57.5835,
+ );
+ PBXFileTableDataSourceColumnsKey = (
+ PBXBookmarksDataSource_LocationID,
+ PBXBookmarksDataSource_NameID,
+ PBXBookmarksDataSource_CommentsID,
+ );
+ };
+ PBXConfiguration.PBXFileTableDataSource3.PBXErrorsWarningsDataSource = {
+ PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
+ PBXFileTableDataSourceColumnSortingKey = PBXErrorsWarningsDataSource_LocationID;
+ PBXFileTableDataSourceColumnWidthsKey = (
+ 20,
+ 300,
+ 133,
+ );
+ PBXFileTableDataSourceColumnsKey = (
+ PBXErrorsWarningsDataSource_TypeID,
+ PBXErrorsWarningsDataSource_MessageID,
+ PBXErrorsWarningsDataSource_LocationID,
+ );
+ };
+ PBXConfiguration.PBXFileTableDataSource3.PBXExecutablesDataSource = {
+ PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
+ PBXFileTableDataSourceColumnSortingKey = PBXExecutablesDataSource_NameID;
+ PBXFileTableDataSourceColumnWidthsKey = (
+ 22,
+ 300,
+ 130.58349609375,
+ );
+ PBXFileTableDataSourceColumnsKey = (
+ PBXExecutablesDataSource_ActiveFlagID,
+ PBXExecutablesDataSource_NameID,
+ PBXExecutablesDataSource_CommentsID,
+ );
+ };
PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
@@ -30,6 +97,18 @@
PBXFileDataSource_Target_ColumnID,
);
};
+ PBXConfiguration.PBXFileTableDataSource3.PBXFindDataSource = {
+ PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
+ PBXFileTableDataSourceColumnSortingKey = PBXFindDataSource_LocationID;
+ PBXFileTableDataSourceColumnWidthsKey = (
+ 200,
+ 120,
+ );
+ PBXFileTableDataSourceColumnsKey = (
+ PBXFindDataSource_MessageID,
+ PBXFindDataSource_LocationID,
+ );
+ };
PBXConfiguration.PBXFileTableDataSource3.XCSCMDataSource = {
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
@@ -38,7 +117,7 @@
20,
219,
20,
- 48.1626,
+ 48,
43,
43,
20,
@@ -59,8 +138,8 @@
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
PBXFileTableDataSourceColumnWidthsKey = (
20,
- 200,
- 63,
+ 203,
+ 60,
20,
48,
43,
@@ -76,8 +155,8 @@
PBXFileDataSource_Warnings_ColumnID,
);
};
- PBXPerProjectTemplateStateSaveDate = 211022830;
- PBXWorkspaceStateSaveDate = 211022830;
+ PBXPerProjectTemplateStateSaveDate = 226918962;
+ PBXWorkspaceStateSaveDate = 226918962;
};
sourceControlManager = 48906AD10C422C1000A3ED8A /* Source Control */;
userBuildSettings = {
@@ -91,12 +170,95 @@
sepNavWindowFrame = "{{15, 0}, {835, 827}}";
};
};
+ 32DBCF5E0370ADEE00C91783 /* MacPorts.Framework_Prefix.pch */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {720, 699}}";
+ sepNavSelRange = "{0, 0}";
+ sepNavVisRect = "{{0, 0}, {720, 699}}";
+ sepNavWindowFrame = "{{15, -1}, {759, 828}}";
+ };
+ };
+ 481D04A00CDAAAFC00D4A550 /* MPMutableDictionary.h */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {720, 699}}";
+ sepNavSelRange = "{600, 0}";
+ sepNavVisRect = "{{0, 0}, {720, 699}}";
+ };
+ };
+ 481D04A10CDAAAFD00D4A550 /* MPMutableDictionary.m */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {998, 1078}}";
+ sepNavSelRange = "{1337, 185}";
+ sepNavVisRect = "{{24, 0}, {720, 699}}";
+ sepNavWindowFrame = "{{445, 4}, {759, 828}}";
+ };
+ };
+ 4822AAD10D7EB38100C4D4D7 /* headerDoc2HTML.config */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {700, 938}}";
+ sepNavSelRange = "{613, 0}";
+ sepNavVisRange = "{0, 1949}";
+ sepNavWindowFrame = "{{15, -1}, {759, 828}}";
+ };
+ };
+ 4822AAD70D7EB3C600C4D4D7 /* toctemplate.html */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {700, 1974}}";
+ sepNavSelRange = "{0, 0}";
+ sepNavVisRange = "{0, 1528}";
+ sepNavWindowFrame = "{{15, -1}, {759, 828}}";
+ };
+ };
+ 4822AADB0D7EB57F00C4D4D7 /* MacPorts Framework.hdoc */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {700, 700}}";
+ sepNavSelRange = "{25, 0}";
+ sepNavVisRange = "{0, 390}";
+ sepNavWindowFrame = "{{15, -1}, {759, 828}}";
+ };
+ };
+ 487679530C98C2EB00577C59 /* MPIndex.h */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {776, 1512}}";
+ sepNavSelRange = "{0, 0}";
+ sepNavVisRange = "{0, 2050}";
+ sepNavVisRect = "{{0, 0}, {796, 698}}";
+ sepNavWindowFrame = "{{333, 4}, {835, 827}}";
+ };
+ };
+ 487679540C98C2EB00577C59 /* MPIndex.m */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {724, 1694}}";
+ sepNavSelRange = "{2429, 17}";
+ sepNavVisRect = "{{0, 650}, {724, 618}}";
+ sepNavWindowFrame = "{{408, 32}, {763, 747}}";
+ };
+ };
+ 487679670C98C55E00577C59 /* MPPort.h */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {632, 1106}}";
+ sepNavSelRange = "{0, 0}";
+ sepNavVisRange = "{0, 402}";
+ sepNavVisRect = "{{0, 668}, {711, 429}}";
+ sepNavWindowFrame = "{{50, 274}, {750, 558}}";
+ };
+ };
+ 487679680C98C55E00577C59 /* MPPort.m */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {890, 3094}}";
+ sepNavSelRange = "{0, 0}";
+ sepNavVisRange = "{0, 1581}";
+ sepNavVisRect = "{{0, 1839}, {711, 429}}";
+ sepNavWindowFrame = "{{65, 198}, {750, 558}}";
+ };
+ };
48906AD10C422C1000A3ED8A /* Source Control */ = {
isa = PBXSourceControlManager;
fallbackIsa = XCSourceControlManager;
isSCMEnabled = 1;
scmConfiguration = {
SubversionToolPath = /opt/local/bin/svn;
+ repositoryName = "MacPorts Framework";
};
scmType = scm.subversion;
};
@@ -106,51 +268,111 @@
};
48906AFB0C4230B700A3ED8A /* MPInterpreter.h */ = {
uiCtxt = {
- sepNavIntBoundsRect = "{{0, 0}, {796, 698}}";
- sepNavSelRange = "{243, 0}";
- sepNavVisRect = "{{0, 0}, {796, 698}}";
- sepNavWindowFrame = "{{15, 0}, {835, 827}}";
+ sepNavIntBoundsRect = "{{0, 0}, {796, 938}}";
+ sepNavSelRange = "{2416, 0}";
+ sepNavVisRect = "{{0, 240}, {796, 698}}";
+ sepNavWindowFrame = "{{28, 5}, {835, 827}}";
};
};
48906AFC0C4230B700A3ED8A /* MPInterpreter.m */ = {
uiCtxt = {
- sepNavIntBoundsRect = "{{0, 0}, {938, 1176}}";
- sepNavSelRange = "{878, 0}";
- sepNavVisRect = "{{0, 390}, {459, 186}}";
- sepNavWindowFrame = "{{15, 4}, {835, 827}}";
+ sepNavIntBoundsRect = "{{0, 0}, {908, 2184}}";
+ sepNavSelRange = "{1721, 0}";
+ sepNavVisRect = "{{0, 619}, {796, 698}}";
+ sepNavWindowFrame = "{{28, 5}, {835, 827}}";
};
};
- 48906B0F0C42364200A3ED8A /* MPConstants.h */ = {
+ 489DD8F30C94365F00595506 /* Test */ = {
+ activeExec = 0;
+ };
+ 489DD8F50C94365F00595506 /* Test-Info.plist */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {796, 698}}";
- sepNavSelRange = "{226, 0}";
+ sepNavSelRange = "{0, 0}";
sepNavVisRect = "{{0, 0}, {796, 698}}";
sepNavWindowFrame = "{{15, 0}, {835, 827}}";
};
};
- 48E9925B0C82C45800219DDF /* MacPorts.h */ = {
+ 489DD92D0C94674B00595506 /* MPInterpreterTest.h */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {796, 698}}";
- sepNavSelRange = "{221, 0}";
+ sepNavSelRange = "{1694, 0}";
sepNavVisRect = "{{0, 0}, {796, 698}}";
- sepNavWindowFrame = "{{325, -46}, {835, 827}}";
+ sepNavWindowFrame = "{{15, 0}, {835, 827}}";
};
};
- 48E993920C82CAAE00219DDF /* MPMacPorts.h */ = {
+ 489DD92E0C94674B00595506 /* MPInterpreterTest.m */ = {
uiCtxt = {
- sepNavIntBoundsRect = "{{0, 0}, {796, 698}}";
- sepNavSelRange = "{300, 0}";
+ sepNavIntBoundsRect = "{{0, 0}, {896, 698}}";
+ sepNavSelRange = "{1694, 0}";
sepNavVisRect = "{{0, 0}, {796, 698}}";
+ sepNavWindowFrame = "{{15, 0}, {835, 827}}";
};
};
- 48E993930C82CAAE00219DDF /* MPMacPorts.m */ = {
+ 48A866A80CD364F700B521BC /* MPReceipt.h */ = {
uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {740, 700}}";
+ sepNavSelRange = "{1703, 0}";
+ sepNavVisRect = "{{0, 449}, {740, 180}}";
+ sepNavWindowFrame = "{{459, 4}, {759, 828}}";
+ };
+ };
+ 48A866A90CD364F700B521BC /* MPReceipt.m */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {720, 1162}}";
+ sepNavSelRange = "{2371, 0}";
+ sepNavVisRect = "{{0, 463}, {720, 699}}";
+ sepNavWindowFrame = "{{318, 1}, {759, 828}}";
+ };
+ };
+ 48E9925B0C82C45800219DDF /* MacPorts.h */ = {
+ uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {796, 698}}";
- sepNavSelRange = "{477, 0}";
+ sepNavSelRange = "{1679, 0}";
sepNavVisRect = "{{0, 0}, {796, 698}}";
+ sepNavWindowFrame = "{{325, -42}, {835, 827}}";
+ };
+ };
+ 48E993920C82CAAE00219DDF /* MPMacPorts.h */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {812, 994}}";
+ sepNavSelRange = "{1719, 0}";
+ sepNavVisRect = "{{0, 477}, {740, 180}}";
sepNavWindowFrame = "{{15, 4}, {835, 827}}";
};
};
+ 48E993930C82CAAE00219DDF /* MPMacPorts.m */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {998, 2520}}";
+ sepNavSelRange = "{4674, 0}";
+ sepNavVisRect = "{{0, 2091}, {711, 429}}";
+ sepNavWindowFrame = "{{408, 44}, {750, 558}}";
+ };
+ };
+ 48E9939E0C82CEB000219DDF /* init.tcl */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {720, 742}}";
+ sepNavSelRange = "{575, 0}";
+ sepNavVisRect = "{{0, 0}, {720, 612}}";
+ sepNavWindowFrame = "{{504, 47}, {759, 741}}";
+ };
+ };
+ 48F811BE0CE4636A009630DE /* MPRegistry.h */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {720, 1218}}";
+ sepNavSelRange = "{3018, 0}";
+ sepNavVisRect = "{{0, 505}, {720, 699}}";
+ sepNavWindowFrame = "{{15, -1}, {759, 828}}";
+ };
+ };
+ 48F811BF0CE4638C009630DE /* MPRegistry.m */ = {
+ uiCtxt = {
+ sepNavIntBoundsRect = "{{0, 0}, {908, 2002}}";
+ sepNavSelRange = "{4490, 0}";
+ sepNavVisRect = "{{0, 1303}, {720, 699}}";
+ sepNavWindowFrame = "{{15, -1}, {759, 828}}";
+ };
+ };
8DC2EF4F0486A6940098B216 /* MacPorts */ = {
activeExec = 0;
};
@@ -162,4 +384,7 @@
sepNavWindowFrame = "{{15, 0}, {835, 827}}";
};
};
+ DFE353650CFB8F0C003BACFC /* Docs */ = {
+ activeExec = 0;
+ };
}
Modified: users/rhwood/MacPorts.Framework/headerDoc2HTML.config
===================================================================
--- users/rhwood/MacPorts.Framework/headerDoc2HTML.config 2008-03-11 07:58:54 UTC (rev 34913)
+++ users/rhwood/MacPorts.Framework/headerDoc2HTML.config 2008-03-11 09:21:45 UTC (rev 34914)
@@ -3,7 +3,7 @@
###########################################################
# These options set various parameters used in content generation.
-copyrightOwner => MacPorts project
+copyrightOwner => MacPorts Project
defaultFrameName => index.html
masterTOCName => masterTOC.html
@@ -12,7 +12,7 @@
# support linking to documents with multiple API UID prefixes, define
# the externalAPIUIDPrefixes variable with a space-separaed list of
# valid prefixes.
-apiUIDPrefix => apple_ref
+apiUIDPrefix => macports_ref
# This is a legacy way of ignoring junk at the start of a line.
# The current preferred mechanism is to define it out of existence
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080311/985ccc27/attachment-0001.html
More information about the macports-changes
mailing list