diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2012-10-05 08:56:47 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2012-10-05 08:56:47 +1300 |
commit | 26029267b232268fee4c9d62789ff57020b4573c (patch) | |
tree | 8f4e74953e9c1104e8ac6d202d28cbdba3c04f4e /XBMC-IOS.xcodeproj | |
parent | 00545eacd9302e97e43158079972543086fd6ab0 (diff) |
[screenshot] move Screenshot.h/cpp to utils, and update projects
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 ffad1d00af..ff6796ed43 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -36,6 +36,7 @@ 7C1A89CE1526722200C63311 /* TextureCacheJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A89CC1526722200C63311 /* TextureCacheJob.cpp */; }; 7C1D697815A8141000658B65 /* DatabaseManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1D697615A8141000658B65 /* DatabaseManager.cpp */; }; 7C1F6F7A13ED178F001726AB /* LibraryDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1F6F7813ED178F001726AB /* LibraryDirectory.cpp */; }; + 7C4458C8161E206100A905F6 /* Screenshot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4458C6161E206100A905F6 /* Screenshot.cpp */; }; 7C6EB570155E3E680080368A /* ImageFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C6EB56E155E3E680080368A /* ImageFile.cpp */; }; 7C6EB71A155F3B330080368A /* HTTPImageHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C6EB718155F3B330080368A /* HTTPImageHandler.cpp */; }; 7C89628013B7031E003631FE /* GUIWindowScreensaverDim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C89627E13B7031E003631FE /* GUIWindowScreensaverDim.cpp */; }; @@ -1056,6 +1057,8 @@ 7C1D697715A8141000658B65 /* DatabaseManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseManager.h; sourceTree = "<group>"; }; 7C1F6F7813ED178F001726AB /* LibraryDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LibraryDirectory.cpp; sourceTree = "<group>"; }; 7C1F6F7913ED178F001726AB /* LibraryDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LibraryDirectory.h; sourceTree = "<group>"; }; + 7C4458C6161E206100A905F6 /* Screenshot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Screenshot.cpp; sourceTree = "<group>"; }; + 7C4458C7161E206100A905F6 /* Screenshot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Screenshot.h; sourceTree = "<group>"; }; 7C6EB56E155E3E680080368A /* ImageFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ImageFile.cpp; sourceTree = "<group>"; }; 7C6EB56F155E3E680080368A /* ImageFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageFile.h; sourceTree = "<group>"; }; 7C6EB718155F3B330080368A /* HTTPImageHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPImageHandler.cpp; sourceTree = "<group>"; }; @@ -6144,6 +6147,8 @@ F56C874E131F42EC000AD0F6 /* ScraperParser.h */, F56C874F131F42EC000AD0F6 /* ScraperUrl.cpp */, F56C8750131F42EC000AD0F6 /* ScraperUrl.h */, + 7C4458C6161E206100A905F6 /* Screenshot.cpp */, + 7C4458C7161E206100A905F6 /* Screenshot.h */, 7C1A495115A968FB004AF4A4 /* SeekHandler.cpp */, 7C1A495215A968FB004AF4A4 /* SeekHandler.h */, 36A9445015821F5300727135 /* SortUtils.cpp */, @@ -7625,6 +7630,7 @@ DFC0F90F1613A3810066D598 /* LCDFactory.cpp in Sources */, DFA0F9291618E18A00611CBB /* DVDOverlayCodec.cpp in Sources */, DF91D88A161B7581004E6637 /* AddonsOperations.cpp in Sources */, + 7C4458C8161E206100A905F6 /* Screenshot.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |