aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2011-08-22 20:55:48 +0200
committerMemphiz <memphis@machzwo.de>2011-08-23 17:36:45 +0200
commit80e6562d9a5f786e5f4679a56cbf85716c7ae34e (patch)
treea6de4e81390d6f32f02ef100d42960588421a995 /XBMC.xcodeproj
parent3d145cf8f78f132f12e3d333ad7b6d184ebb1656 (diff)
[sync] - sync buildsys/projects for linux,osx,ios for airplay support
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r--XBMC.xcodeproj/project.pbxproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj
index f17664a53b..6a7669be57 100644
--- a/XBMC.xcodeproj/project.pbxproj
+++ b/XBMC.xcodeproj/project.pbxproj
@@ -619,6 +619,10 @@
DF0DF15C13A3ADA7008ED511 /* NFSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0DF15913A3ADA7008ED511 /* NFSDirectory.cpp */; };
DF3488E713FD958F0026A711 /* GUIAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF3488E513FD958F0026A711 /* GUIAction.cpp */; };
DF3488E813FD958F0026A711 /* GUIAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF3488E513FD958F0026A711 /* GUIAction.cpp */; };
+ DF34892A13FD9C780026A711 /* AirPlayServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF34892813FD9C780026A711 /* AirPlayServer.cpp */; };
+ DF34892B13FD9C780026A711 /* AirPlayServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF34892813FD9C780026A711 /* AirPlayServer.cpp */; };
+ DF34898213FDAAF60026A711 /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF34898113FDAAF60026A711 /* HttpParser.cpp */; };
+ DF34898313FDAAF60026A711 /* HttpParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF34898113FDAAF60026A711 /* HttpParser.cpp */; };
DFAB049813F8376700B70BFB /* InertialScrollingHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFAB049613F8376700B70BFB /* InertialScrollingHandler.cpp */; };
DFAB049913F8376700B70BFB /* InertialScrollingHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFAB049613F8376700B70BFB /* InertialScrollingHandler.cpp */; };
E306D12E0DDF7B590052C2AD /* XBMCHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E306D12C0DDF7B590052C2AD /* XBMCHelper.cpp */; };
@@ -2545,6 +2549,10 @@
DF0DF15A13A3ADA7008ED511 /* NFSDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NFSDirectory.h; sourceTree = "<group>"; };
DF3488E513FD958F0026A711 /* GUIAction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIAction.cpp; sourceTree = "<group>"; };
DF3488E613FD958F0026A711 /* GUIAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIAction.h; sourceTree = "<group>"; };
+ DF34892813FD9C780026A711 /* AirPlayServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AirPlayServer.cpp; sourceTree = "<group>"; };
+ DF34892913FD9C780026A711 /* AirPlayServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AirPlayServer.h; sourceTree = "<group>"; };
+ DF34897A13FDAA270026A711 /* HttpParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpParser.h; sourceTree = "<group>"; };
+ DF34898113FDAAF60026A711 /* HttpParser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpParser.cpp; sourceTree = "<group>"; };
DFAB049613F8376700B70BFB /* InertialScrollingHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InertialScrollingHandler.cpp; sourceTree = "<group>"; };
DFAB049713F8376700B70BFB /* InertialScrollingHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InertialScrollingHandler.h; sourceTree = "<group>"; };
E306D12C0DDF7B590052C2AD /* XBMCHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBMCHelper.cpp; sourceTree = "<group>"; };
@@ -4612,6 +4620,8 @@
4313772B12D6474F00680C15 /* libscrobbler */,
432D7CE112D86D4900CE4C49 /* linux */,
4313772312D646E300680C15 /* osx */,
+ DF34892813FD9C780026A711 /* AirPlayServer.cpp */,
+ DF34892913FD9C780026A711 /* AirPlayServer.h */,
E38E16890D25F9FA00618676 /* DNSNameCache.cpp */,
E38E168A0D25F9FA00618676 /* DNSNameCache.h */,
E3E920010D8C622A002BF43D /* EventClient.cpp */,
@@ -6738,6 +6748,8 @@
E38E1E430D25F9FD00618676 /* HTMLUtil.h */,
E38E1E460D25F9FD00618676 /* HttpHeader.cpp */,
E38E1E470D25F9FD00618676 /* HttpHeader.h */,
+ DF34898113FDAAF60026A711 /* HttpParser.cpp */,
+ DF34897A13FDAA270026A711 /* HttpParser.h */,
E38E1E4C0D25F9FD00618676 /* InfoLoader.cpp */,
E38E1E4D0D25F9FD00618676 /* InfoLoader.h */,
E38E1E530D25F9FD00618676 /* LabelFormatter.cpp */,
@@ -8087,6 +8099,8 @@
7C89674613C03B22003631FE /* InfoBool.cpp in Sources */,
DFAB049813F8376700B70BFB /* InertialScrollingHandler.cpp in Sources */,
DF3488E713FD958F0026A711 /* GUIAction.cpp in Sources */,
+ DF34892A13FD9C780026A711 /* AirPlayServer.cpp in Sources */,
+ DF34898213FDAAF60026A711 /* HttpParser.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -8983,6 +8997,8 @@
7C89674813C03B22003631FE /* InfoBool.cpp in Sources */,
DFAB049913F8376700B70BFB /* InertialScrollingHandler.cpp in Sources */,
DF3488E813FD958F0026A711 /* GUIAction.cpp in Sources */,
+ DF34892B13FD9C780026A711 /* AirPlayServer.cpp in Sources */,
+ DF34898313FDAAF60026A711 /* HttpParser.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};