aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
diff options
context:
space:
mode:
authorMemphis <memphis@machzwo.de>2011-09-26 22:50:35 +0200
committerMemphiz <memphis@machzwo.de>2011-09-26 23:15:33 +0200
commitee08c7376948caf7fcb8588bf71e86161ef230d4 (patch)
tree0443478fb510a31bcd2e34dae740dec06ba30742 /XBMC.xcodeproj
parent980e54674d3939169b9f817f62bd63e9d28e1120 (diff)
[sync] - xcode projects
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r--XBMC.xcodeproj/project.pbxproj36
1 files changed, 36 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj
index ca8f06d0b4..6f9ca7a7be 100644
--- a/XBMC.xcodeproj/project.pbxproj
+++ b/XBMC.xcodeproj/project.pbxproj
@@ -630,6 +630,14 @@
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 */; };
+ DF448457140048A60069344B /* AirTunesServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF448455140048A60069344B /* AirTunesServer.cpp */; };
+ DF448458140048A60069344B /* AirTunesServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF448455140048A60069344B /* AirTunesServer.cpp */; };
+ DF44845D140048C80069344B /* FilePipe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF448459140048C80069344B /* FilePipe.cpp */; };
+ DF44845E140048C80069344B /* PipesManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF44845B140048C80069344B /* PipesManager.cpp */; };
+ DF44845F140048C80069344B /* FilePipe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF448459140048C80069344B /* FilePipe.cpp */; };
+ DF448460140048C80069344B /* PipesManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF44845B140048C80069344B /* PipesManager.cpp */; };
+ DF4484EE140054530069344B /* BXAcodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF4484EC140054530069344B /* BXAcodec.cpp */; };
+ DF4484EF140054530069344B /* BXAcodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF4484EC140054530069344B /* BXAcodec.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 */; };
@@ -2563,6 +2571,14 @@
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>"; };
+ DF448455140048A60069344B /* AirTunesServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AirTunesServer.cpp; sourceTree = "<group>"; };
+ DF448456140048A60069344B /* AirTunesServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AirTunesServer.h; sourceTree = "<group>"; };
+ DF448459140048C80069344B /* FilePipe.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FilePipe.cpp; sourceTree = "<group>"; };
+ DF44845A140048C80069344B /* FilePipe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FilePipe.h; sourceTree = "<group>"; };
+ DF44845B140048C80069344B /* PipesManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PipesManager.cpp; sourceTree = "<group>"; };
+ DF44845C140048C80069344B /* PipesManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PipesManager.h; sourceTree = "<group>"; };
+ DF4484EC140054530069344B /* BXAcodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BXAcodec.cpp; sourceTree = "<group>"; };
+ DF4484ED140054530069344B /* BXAcodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BXAcodec.h; 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>"; };
@@ -4628,6 +4644,8 @@
4313772312D646E300680C15 /* osx */,
DF34892813FD9C780026A711 /* AirPlayServer.cpp */,
DF34892913FD9C780026A711 /* AirPlayServer.h */,
+ DF448455140048A60069344B /* AirTunesServer.cpp */,
+ DF448456140048A60069344B /* AirTunesServer.h */,
E38E16890D25F9FA00618676 /* DNSNameCache.cpp */,
E38E168A0D25F9FA00618676 /* DNSNameCache.h */,
E3E920010D8C622A002BF43D /* EventClient.cpp */,
@@ -5469,6 +5487,8 @@
children = (
88ACB01C0DCF409E0083CFDF /* ASAPCodec.cpp */,
88ACB01D0DCF409E0083CFDF /* ASAPCodec.h */,
+ DF4484EC140054530069344B /* BXAcodec.cpp */,
+ DF4484ED140054530069344B /* BXAcodec.h */,
E36578860D3AA7B40033CC1C /* DVDPlayerCodec.cpp */,
E36578870D3AA7B40033CC1C /* DVDPlayerCodec.h */,
E38E15DB0D25F9FA00618676 /* ADPCMCodec.cpp */,
@@ -5631,6 +5651,8 @@
E38E16CF0D25F9FA00618676 /* FileLastFM.h */,
E38E16D20D25F9FA00618676 /* FileMusicDatabase.cpp */,
E38E16D30D25F9FA00618676 /* FileMusicDatabase.h */,
+ DF448459140048C80069344B /* FilePipe.cpp */,
+ DF44845A140048C80069344B /* FilePipe.h */,
E38E16D40D25F9FA00618676 /* FileRar.cpp */,
E38E16D50D25F9FA00618676 /* FileRar.h */,
E38E16D60D25F9FA00618676 /* FileRTV.cpp */,
@@ -5684,6 +5706,8 @@
E38E173D0D25F9FA00618676 /* NSFFileDirectory.h */,
E38E173E0D25F9FA00618676 /* OGGFileDirectory.cpp */,
E38E173F0D25F9FA00618676 /* OGGFileDirectory.h */,
+ DF44845B140048C80069344B /* PipesManager.cpp */,
+ DF44845C140048C80069344B /* PipesManager.h */,
E38E17400D25F9FA00618676 /* PlaylistDirectory.cpp */,
E38E17410D25F9FA00618676 /* PlaylistDirectory.h */,
E38E17420D25F9FA00618676 /* PlaylistFileDirectory.cpp */,
@@ -8108,6 +8132,10 @@
DF24A6B41406C7C500C7721E /* AFPDirectory.cpp in Sources */,
DF24A6B51406C7C500C7721E /* FileAFP.cpp in Sources */,
32C631281423A90F00F18420 /* JpegIO.cpp in Sources */,
+ DF448457140048A60069344B /* AirTunesServer.cpp in Sources */,
+ DF44845D140048C80069344B /* FilePipe.cpp in Sources */,
+ DF44845E140048C80069344B /* PipesManager.cpp in Sources */,
+ DF4484EE140054530069344B /* BXAcodec.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -9007,6 +9035,10 @@
DF24A6B61406C7C500C7721E /* AFPDirectory.cpp in Sources */,
DF24A6B71406C7C500C7721E /* FileAFP.cpp in Sources */,
F5E10D381428426B00175026 /* JpegIO.cpp in Sources */,
+ DF448458140048A60069344B /* AirTunesServer.cpp in Sources */,
+ DF44845F140048C80069344B /* FilePipe.cpp in Sources */,
+ DF448460140048C80069344B /* PipesManager.cpp in Sources */,
+ DF4484EF140054530069344B /* BXAcodec.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -9083,6 +9115,7 @@
"$(SRCROOT)/xbmc/interfaces/http-api",
"$(SRCROOT)/xbmc/interfaces/json-rpc",
"\"$(SRCROOT)/lib/SlingboxLib\"",
+ "\"$(SRCROOT)/lib/shairport\"",
);
LINK_WITH_STANDARD_LIBRARIES = YES;
OTHER_LDFLAGS = (
@@ -9179,6 +9212,7 @@
"$(SRCROOT)/xbmc/interfaces/http-api",
"$(SRCROOT)/xbmc/interfaces/json-rpc",
"\"$(SRCROOT)/lib/SlingboxLib\"",
+ "\"$(SRCROOT)/lib/shairport\"",
);
LINK_WITH_STANDARD_LIBRARIES = YES;
OTHER_LDFLAGS = (
@@ -9333,6 +9367,7 @@
"$(SRCROOT)/xbmc/interfaces/http-api",
"$(SRCROOT)/xbmc/interfaces/json-rpc",
"$(SRCROOT)/lib/SlingboxLib",
+ "\"$(SRCROOT)/lib/shairport\"",
);
LINK_WITH_STANDARD_LIBRARIES = YES;
OTHER_LDFLAGS = (
@@ -9431,6 +9466,7 @@
"$(SRCROOT)/xbmc/interfaces/http-api",
"$(SRCROOT)/xbmc/interfaces/json-rpc",
"$(SRCROOT)/lib/SlingboxLib",
+ "\"$(SRCROOT)/lib/shairport\"",
);
LINK_WITH_STANDARD_LIBRARIES = YES;
OTHER_LDFLAGS = (