diff options
author | Memphiz <memphis@machzwo.de> | 2011-08-22 20:55:48 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2011-08-23 17:36:45 +0200 |
commit | 80e6562d9a5f786e5f4679a56cbf85716c7ae34e (patch) | |
tree | a6de4e81390d6f32f02ef100d42960588421a995 /XBMC-IOS.xcodeproj | |
parent | 3d145cf8f78f132f12e3d333ad7b6d184ebb1656 (diff) |
[sync] - sync buildsys/projects for linux,osx,ios for airplay support
Diffstat (limited to 'XBMC-IOS.xcodeproj')
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj index a1a08b167c..e534d057a1 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -31,6 +31,8 @@ DF0DF17F13A3AF9F008ED511 /* FileNFS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0DF17B13A3AF9F008ED511 /* FileNFS.cpp */; }; DF0DF18013A3AF9F008ED511 /* NFSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0DF17D13A3AF9F008ED511 /* NFSDirectory.cpp */; }; DF3488F813FD961A0026A711 /* GUIAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF3488F613FD961A0026A711 /* GUIAction.cpp */; }; + DFA6BE4313FECA010048CC11 /* AirPlayServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFA6BE4113FECA010048CC11 /* AirPlayServer.cpp */; }; + DFA6BE7713FED09C0048CC11 /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFA6BE7513FED09C0048CC11 /* HttpParser.cpp */; }; DFAB04B013F8383300B70BFB /* InertialScrollingHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFAB04AE13F8383300B70BFB /* InertialScrollingHandler.cpp */; }; DFD4D1E213D725ED00A47C47 /* Implementation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFD4D1D813D725ED00A47C47 /* Implementation.cpp */; }; DFD4D1E713D7263000A47C47 /* README.platform in Resources */ = {isa = PBXBuildFile; fileRef = DFD4D1E613D7263000A47C47 /* README.platform */; }; @@ -974,6 +976,10 @@ DF0DF17E13A3AF9F008ED511 /* NFSDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NFSDirectory.h; sourceTree = "<group>"; }; DF3488F613FD961A0026A711 /* GUIAction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIAction.cpp; sourceTree = "<group>"; }; DF3488F713FD961A0026A711 /* GUIAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIAction.h; sourceTree = "<group>"; }; + DFA6BE4113FECA010048CC11 /* AirPlayServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AirPlayServer.cpp; sourceTree = "<group>"; }; + DFA6BE4213FECA010048CC11 /* AirPlayServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AirPlayServer.h; sourceTree = "<group>"; }; + DFA6BE7513FED09C0048CC11 /* HttpParser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpParser.cpp; sourceTree = "<group>"; }; + DFA6BE7613FED09C0048CC11 /* HttpParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpParser.h; sourceTree = "<group>"; }; DFAB04AE13F8383300B70BFB /* InertialScrollingHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InertialScrollingHandler.cpp; sourceTree = "<group>"; }; DFAB04AF13F8383300B70BFB /* 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>"; }; @@ -5129,6 +5135,8 @@ F56C862B131F42EA000AD0F6 /* libscrobbler */, F56C8633131F42EA000AD0F6 /* linux */, F56C8636131F42EA000AD0F6 /* osx */, + DFA6BE4113FECA010048CC11 /* AirPlayServer.cpp */, + DFA6BE4213FECA010048CC11 /* AirPlayServer.h */, F56C863B131F42EA000AD0F6 /* DNSNameCache.cpp */, F56C863C131F42EA000AD0F6 /* DNSNameCache.h */, F56C863D131F42EA000AD0F6 /* EventClient.cpp */, @@ -5472,6 +5480,8 @@ F56C872D131F42EC000AD0F6 /* HTMLUtil.h */, F56C872E131F42EC000AD0F6 /* HttpHeader.cpp */, F56C872F131F42EC000AD0F6 /* HttpHeader.h */, + DFA6BE7513FED09C0048CC11 /* HttpParser.cpp */, + DFA6BE7613FED09C0048CC11 /* HttpParser.h */, F56C8730131F42EC000AD0F6 /* InfoLoader.cpp */, F56C8731131F42EC000AD0F6 /* InfoLoader.h */, F56C8732131F42EC000AD0F6 /* LabelFormatter.cpp */, @@ -6783,6 +6793,8 @@ F5E6209613E907E200D5F2CD /* InfoBool.cpp in Sources */, DFAB04B013F8383300B70BFB /* InertialScrollingHandler.cpp in Sources */, DF3488F813FD961A0026A711 /* GUIAction.cpp in Sources */, + DFA6BE4313FECA010048CC11 /* AirPlayServer.cpp in Sources */, + DFA6BE7713FED09C0048CC11 /* HttpParser.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |