aboutsummaryrefslogtreecommitdiff
path: root/XBMC-ATV2.xcodeproj
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@never.you.mind>2012-10-05 08:56:47 +1300
committerJonathan Marshall <jmarshall@never.you.mind>2012-10-05 08:56:47 +1300
commit26029267b232268fee4c9d62789ff57020b4573c (patch)
tree8f4e74953e9c1104e8ac6d202d28cbdba3c04f4e /XBMC-ATV2.xcodeproj
parent00545eacd9302e97e43158079972543086fd6ab0 (diff)
[screenshot] move Screenshot.h/cpp to utils, and update projects
Diffstat (limited to 'XBMC-ATV2.xcodeproj')
-rw-r--r--XBMC-ATV2.xcodeproj/project.pbxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj
index ada4ce4d3e..aee0170f57 100644
--- a/XBMC-ATV2.xcodeproj/project.pbxproj
+++ b/XBMC-ATV2.xcodeproj/project.pbxproj
@@ -35,6 +35,7 @@
7C1A89BB152671FB00C63311 /* TextureCacheJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A89B9152671FB00C63311 /* TextureCacheJob.cpp */; };
7C1D698B15A8142F00658B65 /* DatabaseManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1D698915A8142F00658B65 /* DatabaseManager.cpp */; };
7C1F6F8C13ED17CC001726AB /* LibraryDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C1F6F8A13ED17CC001726AB /* LibraryDirectory.cpp */; };
+ 7C4458DB161E209100A905F6 /* Screenshot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4458D9161E209100A905F6 /* Screenshot.cpp */; };
7C6EB586155E3EC80080368A /* ImageFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C6EB584155E3EC80080368A /* ImageFile.cpp */; };
7C6EB708155F3B160080368A /* HTTPImageHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C6EB706155F3B160080368A /* HTTPImageHandler.cpp */; };
7C89627013B702F3003631FE /* GUIWindowScreensaverDim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C89626E13B702F3003631FE /* GUIWindowScreensaverDim.cpp */; };
@@ -1052,6 +1053,8 @@
7C1D698A15A8142F00658B65 /* DatabaseManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseManager.h; sourceTree = "<group>"; };
7C1F6F8A13ED17CC001726AB /* LibraryDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LibraryDirectory.cpp; sourceTree = "<group>"; };
7C1F6F8B13ED17CC001726AB /* LibraryDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LibraryDirectory.h; sourceTree = "<group>"; };
+ 7C4458D9161E209100A905F6 /* Screenshot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Screenshot.cpp; sourceTree = "<group>"; };
+ 7C4458DA161E209100A905F6 /* Screenshot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Screenshot.h; sourceTree = "<group>"; };
7C6EB584155E3EC80080368A /* ImageFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ImageFile.cpp; sourceTree = "<group>"; };
7C6EB585155E3EC80080368A /* ImageFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageFile.h; sourceTree = "<group>"; };
7C6EB706155F3B160080368A /* HTTPImageHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPImageHandler.cpp; sourceTree = "<group>"; };
@@ -5773,6 +5776,8 @@
F56C775F131EC154000AD0F6 /* ScraperParser.h */,
F56C7760131EC154000AD0F6 /* ScraperUrl.cpp */,
F56C7761131EC154000AD0F6 /* ScraperUrl.h */,
+ 7C4458D9161E209100A905F6 /* Screenshot.cpp */,
+ 7C4458DA161E209100A905F6 /* Screenshot.h */,
7C1A493B15A968BA004AF4A4 /* SeekHandler.cpp */,
7C1A493C15A968BA004AF4A4 /* SeekHandler.h */,
36A9445B15821FAB00727135 /* SortUtils.cpp */,
@@ -7590,6 +7595,7 @@
DFC0F91C1613A3A00066D598 /* LCDFactory.cpp in Sources */,
DFA0F9551618E1CD00611CBB /* DVDOverlayCodec.cpp in Sources */,
DF91D899161B759B004E6637 /* AddonsOperations.cpp in Sources */,
+ 7C4458DB161E209100A905F6 /* Screenshot.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};