diff options
author | davilla <davilla@svn> | 2009-10-21 18:53:06 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2009-10-21 18:53:06 +0000 |
commit | beb2146bdbd083b338289f298d24d61b81c12311 (patch) | |
tree | 1812b274223a8acdd6a932a7bb298d208bdfb571 /XBMC.xcodeproj | |
parent | ffdb9caa084ef813f48ecf6a4e0da34c457fa7a3 (diff) |
[osx] add DarwinStorageProvider for disk handling.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23888 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index 3e4d473b69..0560e04ff6 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -1012,6 +1012,8 @@ F5987FDC0FBE2DFD008EF4FB /* PAPlayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5987FDA0FBE2DFD008EF4FB /* PAPlayer.cpp */; }; F599CD2B108E65370010EC2A /* IoSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F599CD29108E65370010EC2A /* IoSupport.cpp */; }; F599CD2C108E65370010EC2A /* IoSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F599CD29108E65370010EC2A /* IoSupport.cpp */; }; + F599CD74108E6A7A0010EC2A /* DarwinStorageProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F599CD73108E6A7A0010EC2A /* DarwinStorageProvider.cpp */; }; + F599CD75108E6A7A0010EC2A /* DarwinStorageProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F599CD73108E6A7A0010EC2A /* DarwinStorageProvider.cpp */; }; F5A00B080EFDDDFC00CD59F3 /* AudioRendererFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A00B070EFDDDFC00CD59F3 /* AudioRendererFactory.cpp */; }; F5A00B260EFDE44100CD59F3 /* NullDirectSound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A00B240EFDE44100CD59F3 /* NullDirectSound.cpp */; }; F5A1C8750F6B06CF00A96ABD /* AnimatedGif.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38E138C0D25F9F900618676 /* AnimatedGif.cpp */; }; @@ -3767,6 +3769,8 @@ F5987FDA0FBE2DFD008EF4FB /* PAPlayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PAPlayer.cpp; sourceTree = "<group>"; }; F599CD29108E65370010EC2A /* IoSupport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IoSupport.cpp; sourceTree = "<group>"; }; F599CD2A108E65370010EC2A /* IoSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IoSupport.h; sourceTree = "<group>"; }; + F599CD72108E6A7A0010EC2A /* DarwinStorageProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DarwinStorageProvider.h; sourceTree = "<group>"; }; + F599CD73108E6A7A0010EC2A /* DarwinStorageProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DarwinStorageProvider.cpp; sourceTree = "<group>"; }; F5A00B070EFDDDFC00CD59F3 /* AudioRendererFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AudioRendererFactory.cpp; path = xbmc/cores/AudioRenderers/AudioRendererFactory.cpp; sourceTree = SOURCE_ROOT; }; F5A00B090EFDDE5F00CD59F3 /* AudioRendererFactory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AudioRendererFactory.h; path = xbmc/cores/AudioRenderers/AudioRendererFactory.h; sourceTree = SOURCE_ROOT; }; F5A00B240EFDE44100CD59F3 /* NullDirectSound.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = NullDirectSound.cpp; path = xbmc/cores/AudioRenderers/NullDirectSound.cpp; sourceTree = SOURCE_ROOT; }; @@ -4336,6 +4340,8 @@ E306D12D0DDF7B590052C2AD /* XBMCHelper.h */, F51CEEEE0F5C5D20004F4602 /* OSXGNUReplacements.c */, F51CEEF00F5C5D28004F4602 /* OSXGNUReplacements.h */, + F599CD73108E6A7A0010EC2A /* DarwinStorageProvider.cpp */, + F599CD72108E6A7A0010EC2A /* DarwinStorageProvider.h */, 7C779E2B104A57E500F444C4 /* WinSystemOSX.mm */, 7C779E2C104A57E500F444C4 /* WinSystemOSX.h */, 7C779E2D104A57E500F444C4 /* WinSystemOSXGL.mm */, @@ -8174,6 +8180,7 @@ F5E56BA61082A675006E788A /* PosixMountProvider.cpp in Sources */, 7CAA25351085963B0096DE39 /* PasswordManager.cpp in Sources */, F599CD2B108E65370010EC2A /* IoSupport.cpp in Sources */, + F599CD74108E6A7A0010EC2A /* DarwinStorageProvider.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -9042,6 +9049,7 @@ F5E56BA71082A675006E788A /* PosixMountProvider.cpp in Sources */, 7CAA25361085963B0096DE39 /* PasswordManager.cpp in Sources */, F599CD2C108E65370010EC2A /* IoSupport.cpp in Sources */, + F599CD75108E6A7A0010EC2A /* DarwinStorageProvider.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |