diff options
author | Jim Carroll <thecarrolls@jiminger.com> | 2011-07-20 20:30:45 -0400 |
---|---|---|
committer | Jim Carroll <thecarrolls@jiminger.com> | 2011-07-20 20:52:37 -0400 |
commit | a4dd6d96dca83d503ef6c1d88f5b132754fbd17a (patch) | |
tree | 9aceca6a60cc50d0c751ce9250db98693c2c2caf /XBMC.xcodeproj/project.pbxproj | |
parent | 58a4276e76cded11e489e86dda6ef1edf38a5a8b (diff) |
[cosmetic] renamed platform.select to platform.select.h so that it would be more obvious what it is.
Diffstat (limited to 'XBMC.xcodeproj/project.pbxproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index da8eabbafa..5aa3c76ab0 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -2258,7 +2258,7 @@ 38F4E55F13CCCB3B00664821 /* Lockables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lockables.h; sourceTree = "<group>"; }; 38F4E56513CCCB3B00664821 /* Condition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Condition.h; sourceTree = "<group>"; }; 38F4E56613CCCB3B00664821 /* CriticalSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CriticalSection.h; sourceTree = "<group>"; }; - 38F4E56813CCCB3B00664821 /* platform.select */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; path = platform.select; sourceTree = "<group>"; }; + 38F4E56813CCCB3B00664821 /* platform.select.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; path = platform.select.h; sourceTree = "<group>"; }; 38F4E56A13CCCB3B00664821 /* Condition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Condition.h; sourceTree = "<group>"; }; 38F4E56B13CCCB3B00664821 /* CriticalSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CriticalSection.h; sourceTree = "<group>"; }; 38F4E56C13CCCB3B00664821 /* Implementation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Implementation.cpp; sourceTree = "<group>"; }; @@ -4376,7 +4376,7 @@ children = ( 38F4E56513CCCB3B00664821 /* Condition.h */, 38F4E56613CCCB3B00664821 /* CriticalSection.h */, - 38F4E56813CCCB3B00664821 /* platform.select */, + 38F4E56813CCCB3B00664821 /* platform.select.h */, 38F4E56913CCCB3B00664821 /* pthreads */, 38F4E56D13CCCB3B00664821 /* README.platform */, 38F4E56E13CCCB3B00664821 /* ThreadLocal.h */, |