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-ATV2.xcodeproj | |
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-ATV2.xcodeproj')
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index f5046f15b9..5b840a91f4 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -29,7 +29,7 @@ DF0DF16C13A3AF82008ED511 /* FileNFS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0DF16813A3AF82008ED511 /* FileNFS.cpp */; }; DF0DF16D13A3AF82008ED511 /* NFSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0DF16A13A3AF82008ED511 /* NFSDirectory.cpp */; }; DF27E25C13C23CCA002514FE /* InertialScrollingHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF27E25A13C23CCA002514FE /* InertialScrollingHandler.cpp */; }; - DFD4D21F13D7286E00A47C47 /* platform.select in Resources */ = {isa = PBXBuildFile; fileRef = DFD4D21013D7286E00A47C47 /* platform.select */; }; + DFD4D21F13D7286E00A47C47 /* platform.select.h in Resources */ = {isa = PBXBuildFile; fileRef = DFD4D21013D7286E00A47C47 /* platform.select.h */; }; DFD4D22013D7286E00A47C47 /* Implementation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD4D21413D7286E00A47C47 /* Implementation.cpp */; }; DFD4D22113D7286E00A47C47 /* README.platform in Resources */ = {isa = PBXBuildFile; fileRef = DFD4D21613D7286E00A47C47 /* README.platform */; }; DFD4D22213D7286E00A47C47 /* SystemClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD4D21C13D7286E00A47C47 /* SystemClock.cpp */; }; @@ -973,7 +973,7 @@ DF27E25B13C23CCA002514FE /* InertialScrollingHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InertialScrollingHandler.h; sourceTree = "<group>"; }; DFD4D20D13D7286E00A47C47 /* Condition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Condition.h; sourceTree = "<group>"; }; DFD4D20E13D7286E00A47C47 /* CriticalSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CriticalSection.h; sourceTree = "<group>"; }; - DFD4D21013D7286E00A47C47 /* platform.select */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = platform.select; sourceTree = "<group>"; }; + DFD4D21013D7286E00A47C47 /* platform.select.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = platform.select.h; sourceTree = "<group>"; }; DFD4D21213D7286E00A47C47 /* Condition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Condition.h; sourceTree = "<group>"; }; DFD4D21313D7286E00A47C47 /* CriticalSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CriticalSection.h; sourceTree = "<group>"; }; DFD4D21413D7286E00A47C47 /* Implementation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Implementation.cpp; sourceTree = "<group>"; }; @@ -2951,7 +2951,7 @@ children = ( DFD4D20D13D7286E00A47C47 /* Condition.h */, DFD4D20E13D7286E00A47C47 /* CriticalSection.h */, - DFD4D21013D7286E00A47C47 /* platform.select */, + DFD4D21013D7286E00A47C47 /* platform.select.h */, DFD4D21113D7286E00A47C47 /* pthreads */, DFD4D21613D7286E00A47C47 /* README.platform */, DFD4D21713D7286E00A47C47 /* ThreadLocal.h */, @@ -5823,7 +5823,7 @@ files = ( F56C7BD0131EC301000AD0F6 /* XBMC.png in Resources */, F56C7F30131F0BB4000AD0F6 /* InfoPlist.strings in Resources */, - DFD4D21F13D7286E00A47C47 /* platform.select in Resources */, + DFD4D21F13D7286E00A47C47 /* platform.select.h in Resources */, DFD4D22113D7286E00A47C47 /* README.platform in Resources */, ); runOnlyForDeploymentPostprocessing = 0; |