diff options
author | Memphiz <memphis@machzwo.de> | 2011-08-07 13:23:05 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2011-08-07 13:23:05 +0200 |
commit | a1ac2cd38ffe372c1767b678a7c4344feeeb67da (patch) | |
tree | c4732b7a53f3a841cdfe5e6e606287a376daaff6 /XBMC-IOS.xcodeproj | |
parent | 7f43434b7a4875fb026ef95e3d06053843c27e15 (diff) |
[sync] - removed platform.select.h from xcode projects
Diffstat (limited to 'XBMC-IOS.xcodeproj')
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj index 2ed1f0aa08..88d92abccb 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -31,7 +31,6 @@ DF0DF17F13A3AF9F008ED511 /* FileNFS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0DF17B13A3AF9F008ED511 /* FileNFS.cpp */; }; DF0DF18013A3AF9F008ED511 /* NFSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0DF17D13A3AF9F008ED511 /* NFSDirectory.cpp */; }; DF27E23613C23CAC002514FE /* InertialScrollingHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF27E23413C23CAC002514FE /* InertialScrollingHandler.cpp */; }; - DFD4D1E113D725ED00A47C47 /* platform.select.h in Resources */ = {isa = PBXBuildFile; fileRef = DFD4D1D413D725ED00A47C47 /* platform.select.h */; }; DFD4D1E213D725ED00A47C47 /* Implementation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD4D1D813D725ED00A47C47 /* Implementation.cpp */; }; DFD4D1E713D7263000A47C47 /* README.platform in Resources */ = {isa = PBXBuildFile; fileRef = DFD4D1E613D7263000A47C47 /* README.platform */; }; DFD4D1FE13D7283500A47C47 /* SystemClock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD4D1FC13D7283500A47C47 /* SystemClock.cpp */; }; @@ -976,7 +975,6 @@ DF27E23513C23CAC002514FE /* InertialScrollingHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InertialScrollingHandler.h; sourceTree = "<group>"; }; DFD4D1D113D725ED00A47C47 /* Condition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Condition.h; sourceTree = "<group>"; }; DFD4D1D213D725ED00A47C47 /* CriticalSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CriticalSection.h; sourceTree = "<group>"; }; - DFD4D1D413D725ED00A47C47 /* platform.select.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = platform.select.h; sourceTree = "<group>"; }; DFD4D1D613D725ED00A47C47 /* Condition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Condition.h; sourceTree = "<group>"; }; DFD4D1D713D725ED00A47C47 /* CriticalSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CriticalSection.h; sourceTree = "<group>"; }; DFD4D1D813D725ED00A47C47 /* Implementation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Implementation.cpp; sourceTree = "<group>"; }; @@ -2955,7 +2953,6 @@ DFD4D1E613D7263000A47C47 /* README.platform */, DFD4D1D113D725ED00A47C47 /* Condition.h */, DFD4D1D213D725ED00A47C47 /* CriticalSection.h */, - DFD4D1D413D725ED00A47C47 /* platform.select.h */, DFD4D1D513D725ED00A47C47 /* pthreads */, DFD4D1DB13D725ED00A47C47 /* ThreadLocal.h */, ); @@ -5837,7 +5834,6 @@ files = ( F56C8BA8131F4466000AD0F6 /* XBMC.png in Resources */, F56C8BB9131F44AA000AD0F6 /* InfoPlist.strings in Resources */, - DFD4D1E113D725ED00A47C47 /* platform.select.h in Resources */, DFD4D1E713D7263000A47C47 /* README.platform in Resources */, ); runOnlyForDeploymentPostprocessing = 0; |