diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2011-06-11 19:26:03 +1200 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2011-06-16 16:08:27 +1200 |
commit | 42109b546d91827aa879f253f37cf0ba954d41f8 (patch) | |
tree | f79d2ad1262aff065d6bc48cbe52ee6b22a80614 /XBMC-IOS.xcodeproj | |
parent | d277c52e6b9d44ccc6169d92df28cd6080074d2c (diff) |
move debug info rendering to the windowmanager
Diffstat (limited to 'XBMC-IOS.xcodeproj')
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj index 5f78af5d7d..5b1dfd50a9 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 18ACF8FD13597B5700B67371 /* RecentlyAddedJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18ACF8FB13597B5700B67371 /* RecentlyAddedJob.cpp */; }; 3255316612B2D02400837CD2 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3255316512B2D02400837CD2 /* CoreAudio.framework */; }; 4D5D2E1E1301758F006ABC13 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D5D2E1D1301758F006ABC13 /* CFNetwork.framework */; }; + 7C0A7D2E13A3537800AFC2BD /* GUIWindowDebugInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C0A7D2C13A3537800AFC2BD /* GUIWindowDebugInfo.cpp */; }; 7C99B6E9133D36E200FC2B16 /* CacheCircular.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99B6E7133D36E200FC2B16 /* CacheCircular.cpp */; }; 7C99B7BE1340730000FC2B16 /* GUIDialogPlayEject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99B7BC1340730000FC2B16 /* GUIDialogPlayEject.cpp */; }; 7CBC896A139385740046CB82 /* DirtyRegionSolvers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CBC8966139385740046CB82 /* DirtyRegionSolvers.cpp */; }; @@ -931,6 +932,8 @@ 18ACF8FC13597B5700B67371 /* RecentlyAddedJob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecentlyAddedJob.h; sourceTree = "<group>"; }; 3255316512B2D02400837CD2 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; 4D5D2E1D1301758F006ABC13 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; + 7C0A7D2C13A3537800AFC2BD /* GUIWindowDebugInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowDebugInfo.cpp; sourceTree = "<group>"; }; + 7C0A7D2D13A3537800AFC2BD /* GUIWindowDebugInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowDebugInfo.h; sourceTree = "<group>"; }; 7C99B6E7133D36E200FC2B16 /* CacheCircular.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CacheCircular.cpp; sourceTree = "<group>"; }; 7C99B6E8133D36E200FC2B16 /* CacheCircular.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CacheCircular.h; sourceTree = "<group>"; }; 7C99B7BC1340730000FC2B16 /* GUIDialogPlayEject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPlayEject.cpp; sourceTree = "<group>"; }; @@ -5586,6 +5589,8 @@ children = ( F56C87A6131F42EC000AD0F6 /* GUIMediaWindow.cpp */, F56C87A7131F42EC000AD0F6 /* GUIMediaWindow.h */, + 7C0A7D2C13A3537800AFC2BD /* GUIWindowDebugInfo.cpp */, + 7C0A7D2D13A3537800AFC2BD /* GUIWindowDebugInfo.h */, F56C87A8131F42EC000AD0F6 /* GUIWindowFileManager.cpp */, F56C87A9131F42EC000AD0F6 /* GUIWindowFileManager.h */, F56C87AA131F42EC000AD0F6 /* GUIWindowHome.cpp */, @@ -6713,6 +6718,7 @@ 1840B77B1399616D007C848B /* JSONVariantWriter.cpp in Sources */, 7CBC896A139385740046CB82 /* DirtyRegionSolvers.cpp in Sources */, 7CBC896B139385740046CB82 /* DirtyRegionTracker.cpp in Sources */, + 7C0A7D2E13A3537800AFC2BD /* GUIWindowDebugInfo.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |