From efb420f1f876121fbd56c9cfb25ba515c7df9d07 Mon Sep 17 00:00:00 2001 From: Franck Charlet Date: Fri, 17 Oct 2008 13:54:43 +0000 Subject: [PATCH] Fixed a small issue in the xcode project file for non developpers macosx users who don't have the sdl & sdl_image installed on their computers. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@275 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- Grafx2.xcodeproj/project.pbxproj | 23 +++- Grafx2.xcodeproj/xx.pbxuser | 222 ++++++------------------------- Grafx2.xcodeproj/xx.perspective | 170 ++++++++--------------- 3 files changed, 116 insertions(+), 299 deletions(-) diff --git a/Grafx2.xcodeproj/project.pbxproj b/Grafx2.xcodeproj/project.pbxproj index 6fef04cc..46269790 100644 --- a/Grafx2.xcodeproj/project.pbxproj +++ b/Grafx2.xcodeproj/project.pbxproj @@ -11,6 +11,7 @@ 002F3A2E09D0888800EBEB88 /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = 002F3A2C09D0888800EBEB88 /* SDLMain.m */; }; 002F3A3F09D088BA00EBEB88 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F3A3E09D088BA00EBEB88 /* main.c */; }; 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; + F5AD4B1F0EA8CCF0009CCAC4 /* version.c in Sources */ = {isa = PBXBuildFile; fileRef = F5AD4B1E0EA8CCF0009CCAC4 /* version.c */; }; F5B19B740EA4BDF5003F4BA4 /* 8pxfont.png in Resources */ = {isa = PBXBuildFile; fileRef = F5B19B730EA4BDF5003F4BA4 /* 8pxfont.png */; }; F5B19B8D0EA4BE3E003F4BA4 /* aide.c in Sources */ = {isa = PBXBuildFile; fileRef = F5B19B750EA4BE3E003F4BA4 /* aide.c */; }; F5B19B8E0EA4BE3E003F4BA4 /* boutons.c in Sources */ = {isa = PBXBuildFile; fileRef = F5B19B760EA4BE3E003F4BA4 /* boutons.c */; }; @@ -48,11 +49,21 @@ 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; - dstPath = ""; + dstPath = SDL_image.framework/Versions/A; + dstSubfolderSpec = 10; + files = ( + F5DCE2BC0EA5116B0065B0EF /* SDL_image in Copy Frameworks into .app bundle */, + ); + name = "Copy Frameworks into .app bundle"; + runOnlyForDeploymentPostprocessing = 0; + }; + 002F39FD09D0883400EBEB89 /* Copy Frameworks into .app bundle */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = SDL.framework/Versions/A; dstSubfolderSpec = 10; files = ( F5DCE2BE0EA5118E0065B0EF /* SDL in Copy Frameworks into .app bundle */, - F5DCE2BC0EA5116B0065B0EF /* SDL_image in Copy Frameworks into .app bundle */, ); name = "Copy Frameworks into .app bundle"; runOnlyForDeploymentPostprocessing = 0; @@ -70,6 +81,7 @@ 32CA4F630368D1EE00C91783 /* Grafx2_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Grafx2_Prefix.pch; sourceTree = ""; }; 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8D1107320486CEB800E47090 /* Grafx2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Grafx2.app; sourceTree = BUILT_PRODUCTS_DIR; }; + F5AD4B1E0EA8CCF0009CCAC4 /* version.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = version.c; sourceTree = ""; }; F5B19B6C0EA4BDA8003F4BA4 /* SDL_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_image.framework; path = /Library/Frameworks/SDL_image.framework; sourceTree = ""; }; F5B19B730EA4BDF5003F4BA4 /* 8pxfont.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 8pxfont.png; sourceTree = ""; }; F5B19B750EA4BE3E003F4BA4 /* aide.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = aide.c; sourceTree = ""; }; @@ -101,8 +113,8 @@ F5B19C1C0EA4D71C003F4BA4 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/CoreFoundation.framework; sourceTree = SYSTEM_DEVELOPER_DIR; }; F5B19C350EA4DB69003F4BA4 /* gfx2.ini */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = gfx2.ini; sourceTree = ""; }; F5B19C3C0EA4DC91003F4BA4 /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; - F5DCE2BB0EA5116B0065B0EF /* SDL_image */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = SDL_image; path = /Library/Frameworks/SDL_image.framework/SDL_image; sourceTree = ""; }; - F5DCE2BD0EA5118E0065B0EF /* SDL */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = SDL; path = /Library/Frameworks/SDL.framework/SDL; sourceTree = ""; }; + F5DCE2BB0EA5116B0065B0EF /* SDL_image */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = SDL_image; path = /Library/Frameworks/SDL_image.framework/Versions/A/SDL_image; sourceTree = ""; }; + F5DCE2BD0EA5118E0065B0EF /* SDL */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = SDL; path = /Library/Frameworks/SDL.framework/Versions/A/SDL; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -157,6 +169,7 @@ 29B97314FDCFA39411CA2CEA /* Grafx2 */ = { isa = PBXGroup; children = ( + F5AD4B1E0EA8CCF0009CCAC4 /* version.c */, F5DCE2BD0EA5118E0065B0EF /* SDL */, F5DCE2BB0EA5116B0065B0EF /* SDL_image */, F5B19C3B0EA4DC91003F4BA4 /* InfoPlist.strings */, @@ -236,6 +249,7 @@ 8D11072C0486CEB800E47090 /* Sources */, 8D11072E0486CEB800E47090 /* Frameworks */, 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */, + 002F39FD09D0883400EBEB89 /* Copy Frameworks into .app bundle */, ); buildRules = ( ); @@ -307,6 +321,7 @@ F5B19BA20EA4BE3E003F4BA4 /* SFont.c in Sources */, F5B19BA30EA4BE3E003F4BA4 /* shade.c in Sources */, F5B19BA40EA4BE3E003F4BA4 /* special.c in Sources */, + F5AD4B1F0EA8CCF0009CCAC4 /* version.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Grafx2.xcodeproj/xx.pbxuser b/Grafx2.xcodeproj/xx.pbxuser index 900fb557..59317586 100644 --- a/Grafx2.xcodeproj/xx.pbxuser +++ b/Grafx2.xcodeproj/xx.pbxuser @@ -43,7 +43,7 @@ PBXFileTableDataSourceColumnWidthsKey = ( 20, 453, - 129.2085, + 88.2085, ); PBXFileTableDataSourceColumnsKey = ( PBXErrorsWarningsDataSource_TypeID, @@ -77,7 +77,7 @@ 43, 20, 79, - 10, + 84, ); PBXFileTableDataSourceColumnsKey = ( PBXFileDataSource_FiletypeID, @@ -119,13 +119,37 @@ PBXSymbolsDataSource_ReferenceNameID, ); }; + PBXConfiguration.PBXFileTableDataSource3.XCSCMDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 20, + 262, + 20, + 48.1626, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_SCM_ColumnID, + 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, - 212, + 106, 20, 48, 43, @@ -141,29 +165,14 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 245890901; - PBXWorkspaceStateSaveDate = 245890901; + PBXPerProjectTemplateStateSaveDate = 245943553; + PBXWorkspaceStateSaveDate = 245943553; }; perUserProjectItems = { F5B19C160EA4D6E8003F4BA4 = F5B19C160EA4D6E8003F4BA4 /* PBXTextBookmark */; - F5B19C180EA4D6E8003F4BA4 = F5B19C180EA4D6E8003F4BA4 /* PBXTextBookmark */; - F5B19C1A0EA4D6E8003F4BA4 = F5B19C1A0EA4D6E8003F4BA4 /* PBXTextBookmark */; - F5B19C2F0EA4DB23003F4BA4 = F5B19C2F0EA4DB23003F4BA4 /* PBXTextBookmark */; - F5B19C300EA4DB23003F4BA4 = F5B19C300EA4DB23003F4BA4 /* PBXTextBookmark */; - F5B19C310EA4DB36003F4BA4 = F5B19C310EA4DB36003F4BA4 /* PBXTextBookmark */; F5B1D1770EA5FE2100AB8D0F = F5B1D1770EA5FE2100AB8D0F /* PBXTextBookmark */; F5B1D1790EA5FE2100AB8D0F = F5B1D1790EA5FE2100AB8D0F /* PBXTextBookmark */; - F5B1D1B50EA602BA00AB8D0F = F5B1D1B50EA602BA00AB8D0F /* PBXTextBookmark */; F5B1D1B70EA602BA00AB8D0F = F5B1D1B70EA602BA00AB8D0F /* PBXTextBookmark */; - F5B1D1BD0EA602C300AB8D0F = F5B1D1BD0EA602C300AB8D0F /* PBXTextBookmark */; - F5B1D1CA0EA602F600AB8D0F = F5B1D1CA0EA602F600AB8D0F /* PBXTextBookmark */; - F5B8B7890EA7EE9F00214777 = F5B8B7890EA7EE9F00214777 /* PBXTextBookmark */; - F5B8B7960EA7EE9F00214777 = F5B8B7960EA7EE9F00214777 /* PBXTextBookmark */; - F5B8B7A30EA7F2AA00214777 = F5B8B7A30EA7F2AA00214777 /* PBXTextBookmark */; - F5DCE26A0EA50EDC0065B0EF = F5DCE26A0EA50EDC0065B0EF /* PBXTextBookmark */; - F5DCE26B0EA50EDC0065B0EF = F5DCE26B0EA50EDC0065B0EF /* PBXTextBookmark */; - F5DCE26C0EA50EDC0065B0EF = F5DCE26C0EA50EDC0065B0EF /* PBXTextBookmark */; - F5DCE26E0EA50EDC0065B0EF = F5DCE26E0EA50EDC0065B0EF /* PBXTextBookmark */; }; sourceControlManager = F5B19B690EA4BD79003F4BA4 /* Source Control */; userBuildSettings = { @@ -210,7 +219,7 @@ isSCMEnabled = 0; scmConfiguration = { }; - scmType = ""; + scmType = scm.subversion; }; F5B19B6A0EA4BD79003F4BA4 /* Code sense */ = { isa = PBXCodeSenseManager; @@ -227,6 +236,14 @@ sepNavWindowFrame = "{{38, 55}, {906, 665}}"; }; }; + F5B19B750EA4BE3E003F4BA4 /* aide.c */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {964, 7904}}"; + sepNavSelRange = "{1390, 0}"; + sepNavVisRect = "{{0, 763}, {867, 536}}"; + sepNavWindowFrame = "{{15, 76}, {906, 665}}"; + }; + }; F5B19B760EA4BE3E003F4BA4 /* boutons.c */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1260, 59470}}"; @@ -237,7 +254,7 @@ }; F5B19B7B0EA4BE3E003F4BA4 /* graph.c */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1620, 116109}}"; + sepNavIntBoundsRect = "{{0, 0}, {1620, 116128}}"; sepNavSelRange = "{204170, 0}"; sepNavVisRect = "{{0, 0}, {0, 0}}"; }; @@ -281,13 +298,6 @@ sepNavWindowFrame = "{{15, 76}, {906, 665}}"; }; }; - F5B19BB50EA4C196003F4BA4 /* mbuf.h */ = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = mbuf.h; - path = /Developer/SDKs/MacOSX10.4u.sdk/usr/include/sys/mbuf.h; - sourceTree = ""; - }; F5B19C160EA4D6E8003F4BA4 /* PBXTextBookmark */ = { isa = PBXTextBookmark; fRef = F5B19C170EA4D6E8003F4BA4 /* curl.h */; @@ -305,56 +315,6 @@ path = /Developer/SDKs/MacOSX10.4u.sdk/usr/include/curl/curl.h; sourceTree = ""; }; - F5B19C180EA4D6E8003F4BA4 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19BB50EA4C196003F4BA4 /* mbuf.h */; - name = "mbuf.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 451; - vrLoc = 0; - }; - F5B19C1A0EA4D6E8003F4BA4 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19BB50EA4C196003F4BA4 /* mbuf.h */; - name = "mbuf.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 451; - vrLoc = 0; - }; - F5B19C2F0EA4DB23003F4BA4 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19B7C0EA4BE3E003F4BA4 /* init.c */; - name = "init.c: 2242"; - rLen = 0; - rLoc = 79989; - rType = 0; - vrLen = 312; - vrLoc = 5217; - }; - F5B19C300EA4DB23003F4BA4 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19B880EA4BE3E003F4BA4 /* saveini.c */; - name = "saveini.c: 422"; - rLen = 0; - rLoc = 11413; - rType = 0; - vrLen = 332; - vrLoc = 11240; - }; - F5B19C310EA4DB36003F4BA4 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19B7C0EA4BE3E003F4BA4 /* init.c */; - name = "init.c: 2242"; - rLen = 0; - rLoc = 79989; - rType = 0; - vrLen = 319; - vrLoc = 5217; - }; F5B19C3C0EA4DC91003F4BA4 /* English */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1692, 536}}"; @@ -383,16 +343,6 @@ vrLen = 376; vrLoc = 0; }; - F5B1D1B50EA602BA00AB8D0F /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19B800EA4BE3E003F4BA4 /* moteur.c */; - name = "moteur.c: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 227; - vrLoc = 0; - }; F5B1D1B70EA602BA00AB8D0F /* PBXTextBookmark */ = { isa = PBXTextBookmark; fRef = F5B19B800EA4BE3E003F4BA4 /* moteur.c */; @@ -403,100 +353,6 @@ vrLen = 227; vrLoc = 0; }; - F5B1D1BD0EA602C300AB8D0F /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19B800EA4BE3E003F4BA4 /* moteur.c */; - name = "moteur.c: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 0; - vrLoc = 0; - }; - F5B1D1CA0EA602F600AB8D0F /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19B7B0EA4BE3E003F4BA4 /* graph.c */; - name = "graph.c: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 170; - vrLoc = 0; - }; - F5B8B7890EA7EE9F00214777 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19B7B0EA4BE3E003F4BA4 /* graph.c */; - name = "graph.c: 6111"; - rLen = 0; - rLoc = 204170; - rType = 0; - vrLen = 0; - vrLoc = 0; - }; - F5B8B7960EA7EE9F00214777 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B8B7970EA7EE9F00214777 /* SDL_keyboard.h */; - rLen = 0; - rLoc = 2147483647; - rType = 0; - }; - F5B8B7970EA7EE9F00214777 /* SDL_keyboard.h */ = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.h; - name = SDL_keyboard.h; - path = /Library/Frameworks/SDL.framework/Versions/A/Headers/SDL_keyboard.h; - sourceTree = ""; - }; - F5B8B7A30EA7F2AA00214777 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19B7B0EA4BE3E003F4BA4 /* graph.c */; - name = "graph.c: Tourner_brosse_preview"; - rLen = 0; - rLoc = 204170; - rType = 0; - vrLen = 0; - vrLoc = 0; - }; - F5DCE26A0EA50EDC0065B0EF /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19B880EA4BE3E003F4BA4 /* saveini.c */; - name = "saveini.c: 636"; - rLen = 0; - rLoc = 19568; - rType = 0; - vrLen = 0; - vrLoc = 0; - }; - F5DCE26B0EA50EDC0065B0EF /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19B7C0EA4BE3E003F4BA4 /* init.c */; - name = "init.c: 2216"; - rLen = 0; - rLoc = 79989; - rType = 0; - vrLen = 575; - vrLoc = 5565; - }; - F5DCE26C0EA50EDC0065B0EF /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19BB50EA4C196003F4BA4 /* mbuf.h */; - name = "mbuf.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 322; - vrLoc = 0; - }; - F5DCE26E0EA50EDC0065B0EF /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5B19BB50EA4C196003F4BA4 /* mbuf.h */; - name = "mbuf.h: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 322; - vrLoc = 0; - }; F5DCE2700EA50EDC0065B0EF /* SDL_image.h */ = { isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; diff --git a/Grafx2.xcodeproj/xx.perspective b/Grafx2.xcodeproj/xx.perspective index 10d555e0..11d0c3ea 100644 --- a/Grafx2.xcodeproj/xx.perspective +++ b/Grafx2.xcodeproj/xx.perspective @@ -3,7 +3,7 @@ ActivePerspectiveName - Project + Build AllowedModules @@ -185,49 +185,12 @@ Notifications OpenEditors - - - Content - - PBXProjectModuleGUID - F5B8B7940EA7EE9F00214777 - PBXProjectModuleLabel - SDL_keyboard.h - PBXSplitModuleInNavigatorKey - - Split0 - - PBXProjectModuleGUID - F5B8B7950EA7EE9F00214777 - PBXProjectModuleLabel - SDL_keyboard.h - history - - F5B8B7960EA7EE9F00214777 - - - SplitCount - 1 - - StatusBarVisibility - - - Geometry - - Frame - {{0, 20}, {906, 568}} - PBXModuleWindowStatusBarHidden2 - - RubberWindowFrame - 15 132 906 609 0 0 1024 746 - - - + PerspectiveWidths - 992 - 992 - 992 + 1000 + 1000 + 1000 Perspectives @@ -259,8 +222,6 @@ Layout - BecomeActive - ContentConfiguration PBXBottomSmartGroupGIDs @@ -307,12 +268,11 @@ PBXSmartGroupTreeModuleOutlineStateSelectionKey - 3 0 PBXSmartGroupTreeModuleOutlineStateVisibleRectKey - {{0, 0}, {339, 261}} + {{0, 0}, {339, 580}} PBXTopSmartGroupGIDs @@ -322,7 +282,7 @@ GeometryConfiguration Frame - {{0, 0}, {356, 279}} + {{0, 0}, {356, 598}} GroupTreeTableConfiguration FileBuiltColumn @@ -332,8 +292,6 @@ MainColumn 297 - RubberWindowFrame - 24 426 883 320 0 0 1024 746 Module PBXSmartGroupTreeModule @@ -349,7 +307,7 @@ PBXProjectModuleGUID F5B19BA70EA4BF24003F4BA4 PBXProjectModuleLabel - graph.c + PBXSplitModuleInNavigatorKey Split0 @@ -357,24 +315,14 @@ PBXProjectModuleGUID F5B19BA80EA4BF24003F4BA4 PBXProjectModuleLabel - graph.c - _historyCapacity - 0 - bookmark - F5B8B7A30EA7F2AA00214777 + history F5B19C160EA4D6E8003F4BA4 - F5DCE26A0EA50EDC0065B0EF - F5DCE26B0EA50EDC0065B0EF - F5DCE26C0EA50EDC0065B0EF F5B1D1770EA5FE2100AB8D0F - F5B1D1B50EA602BA00AB8D0F - F5B8B7890EA7EE9F00214777 prevStack - F5DCE26E0EA50EDC0065B0EF F5B1D1790EA5FE2100AB8D0F F5B1D1B70EA602BA00AB8D0F @@ -390,9 +338,7 @@ GeometryConfiguration Frame - {{0, 0}, {522, 0}} - RubberWindowFrame - 24 426 883 320 0 0 1024 746 + {{0, 0}, {639, 0}} Module PBXNavigatorGroup @@ -401,7 +347,7 @@ Proportion - 274pt + 593pt Tabs @@ -415,9 +361,7 @@ GeometryConfiguration Frame - {{10, 27}, {522, 247}} - RubberWindowFrame - 24 426 883 320 0 0 1024 746 + {{10, 27}, {639, 566}} Module XCDetailModule @@ -458,7 +402,7 @@ Proportion - 522pt + 639pt Name @@ -476,11 +420,11 @@ TableOfContents - F5B8B7A40EA7F2AA00214777 + F5AD4B120EA8C9D5009CCAC4 1CA23ED40692098700951B8B - F5B8B7A50EA7F2AA00214777 + F5AD4B130EA8C9D5009CCAC4 F5B19BA70EA4BF24003F4BA4 - F5B8B7A60EA7F2AA00214777 + F5AD4B140EA8C9D5009CCAC4 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -514,6 +458,8 @@ Layout + BecomeActive + ContentConfiguration PBXBottomSmartGroupGIDs @@ -528,7 +474,7 @@ PBXSmartGroupTreeModuleColumnWidthsKey - 970 + 251 PBXSmartGroupTreeModuleColumnsKey_v4 @@ -544,12 +490,11 @@ PBXSmartGroupTreeModuleOutlineStateSelectionKey - 9 0 PBXSmartGroupTreeModuleOutlineStateVisibleRectKey - {{0, 0}, {0, 0}} + {{0, 140}, {251, 580}} PBXTopSmartGroupGIDs @@ -559,17 +504,19 @@ GeometryConfiguration Frame - {{0, 0}, {987, 280}} + {{0, 0}, {268, 598}} GroupTreeTableConfiguration MainColumn - 970 + 251 + RubberWindowFrame + 23 92 1000 639 0 0 1024 746 Module PBXSmartGroupTreeModule Proportion - 987pt + 268pt Dock @@ -580,7 +527,7 @@ PBXProjectModuleGUID F5B19BA70EA4BF24003F4BA4 PBXProjectModuleLabel - graph.c + PBXSplitModuleInNavigatorKey Split0 @@ -588,21 +535,14 @@ PBXProjectModuleGUID F5B19BA80EA4BF24003F4BA4 PBXProjectModuleLabel - graph.c + history F5B19C160EA4D6E8003F4BA4 - F5B19C180EA4D6E8003F4BA4 - F5B19C310EA4DB36003F4BA4 - F5B19C300EA4DB23003F4BA4 F5B1D1770EA5FE2100AB8D0F - F5B1D1BD0EA602C300AB8D0F - F5B1D1CA0EA602F600AB8D0F prevStack - F5B19C1A0EA4D6E8003F4BA4 - F5B19C2F0EA4DB23003F4BA4 F5B1D1790EA5FE2100AB8D0F F5B1D1B70EA602BA00AB8D0F @@ -618,21 +558,25 @@ GeometryConfiguration Frame - {{0, 0}, {0, 253}} + {{0, 0}, {727, 91}} + RubberWindowFrame + 23 92 1000 639 0 0 1024 746 Module PBXNavigatorGroup Proportion - 253pt + 91pt Proportion - 0pt + 502pt Tabs ContentConfiguration + PBXBuildLogShowsTranscriptDefaultKey + {{0, 372}, {727, 103}} PBXProjectModuleGUID XCMainBuildResultsModuleGUID PBXProjectModuleLabel @@ -645,7 +589,9 @@ GeometryConfiguration Frame - {{10, 27}, {0, -27}} + {{10, 27}, {727, 475}} + RubberWindowFrame + 23 92 1000 639 0 0 1024 746 Module PBXBuildResultsModule @@ -698,7 +644,7 @@ GeometryConfiguration Frame - {{0, 0}, {0, 0}} + {{10, 27}, {771, 338}} Module PBXRunSessionModule @@ -707,7 +653,7 @@ Proportion - 0pt + 727pt Name @@ -725,14 +671,14 @@ TableOfContents - F5B8B7A70EA7F2AA00214777 + F5AD4B200EA8CCF4009CCAC4 1CA23EE50692099D00951B8B - F5B8B7A80EA7F2AA00214777 + F5AD4B210EA8CCF4009CCAC4 F5B19BA70EA4BF24003F4BA4 - F5B8B7A90EA7F2AA00214777 + F5AD4B220EA8CCF4009CCAC4 XCMainBuildResultsModuleGUID 1CA23EE80692099D00951B8B - F5B8B7AA0EA7F2AA00214777 + F5AD4B230EA8CCF4009CCAC4 ToolbarConfiguration xcode.toolbar.config.buildAndRun @@ -776,12 +722,12 @@ GeometryConfiguration Frame - {{0, 0}, {1063, 131}} + {{0, 0}, {951, 163}} Module PBXDebugCLIModule Proportion - 131pt + 163pt ContentConfiguration @@ -800,8 +746,8 @@ yes sizes - {{0, 0}, {499, 205}} - {{499, 0}, {564, 205}} + {{0, 0}, {445, 205}} + {{445, 0}, {506, 205}} VerticalSplitView @@ -816,8 +762,8 @@ yes sizes - {{0, 0}, {1063, 205}} - {{0, 205}, {1063, 225}} + {{0, 0}, {951, 205}} + {{0, 205}, {951, 225}} @@ -839,7 +785,7 @@ DebugSTDIOWindowFrame {{200, 200}, {500, 300}} Frame - {{0, 136}, {1063, 430}} + {{0, 168}, {951, 430}} Module PBXDebugSessionModule @@ -863,15 +809,15 @@ TableOfContents - F5B1D1C30EA602C300AB8D0F + F5AD4A820EA8C2B2009CCAC4 1CCC7628064C1048000F2A68 1CCC7629064C1048000F2A68 - F5B1D1C40EA602C300AB8D0F - F5B1D1C50EA602C300AB8D0F - F5B1D1C60EA602C300AB8D0F - F5B1D1C70EA602C300AB8D0F - F5B1D1A80EA6025300AB8D0F - F5B1D1C80EA602C300AB8D0F + F5AD4A830EA8C2B2009CCAC4 + F5AD4A840EA8C2B2009CCAC4 + F5AD4A850EA8C2B2009CCAC4 + F5AD4A860EA8C2B2009CCAC4 + F5AD4A720EA8C198009CCAC4 + F5AD4A870EA8C2B2009CCAC4 ToolbarConfiguration xcode.toolbar.config.debug @@ -904,7 +850,7 @@ /Users/xx/Grafx2/Grafx2.xcodeproj WindowString - 24 426 883 320 0 0 1024 746 + 23 92 1000 639 0 0 1024 746 WindowTools