aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
diff options
context:
space:
mode:
authoramet <amet.nospam@gmail.com>2011-06-03 23:15:38 +0400
committeramet <amet.nospam@gmail.com>2011-06-03 23:15:38 +0400
commit71a266628f224abbec9ef306eb304255aa40e494 (patch)
tree06fe79a310363fa470d60c5251f3ca7c88978a15 /XBMC.xcodeproj
parentbc375056dbfe484fed981942a18721311fe60299 (diff)
[osx/ppc/ios/atv2] sync xcode projects due to libjsoncpp being replaced by libyajl
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r--XBMC.xcodeproj/project.pbxproj24
1 files changed, 18 insertions, 6 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj
index 5f0bde7a59..bf2b0564bd 100644
--- a/XBMC.xcodeproj/project.pbxproj
+++ b/XBMC.xcodeproj/project.pbxproj
@@ -45,6 +45,10 @@
18404DA61396C31B00863BBA /* SlingboxLib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 18404DA51396C31B00863BBA /* SlingboxLib.a */; };
18404E701396E05D00863BBA /* Slingbox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18404D9C1396C13500863BBA /* Slingbox.cpp */; };
18404E711396E06C00863BBA /* SlingboxLib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 18404DA51396C31B00863BBA /* SlingboxLib.a */; };
+ 1840B74D13993D8A007C848B /* JSONVariantParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1840B74B13993D8A007C848B /* JSONVariantParser.cpp */; };
+ 1840B74E13993D8A007C848B /* JSONVariantParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1840B74B13993D8A007C848B /* JSONVariantParser.cpp */; };
+ 1840B75313993DA0007C848B /* JSONVariantWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1840B75113993DA0007C848B /* JSONVariantWriter.cpp */; };
+ 1840B75413993DA0007C848B /* JSONVariantWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1840B75113993DA0007C848B /* JSONVariantWriter.cpp */; };
184C472F1296BC6E0006DB3E /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 184C472D1296BC6E0006DB3E /* Service.cpp */; };
184C47301296BC6E0006DB3E /* Service.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 184C472D1296BC6E0006DB3E /* Service.cpp */; };
18ACF84313596C9B00B67371 /* RecentlyAddedJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18ACF84113596C9B00B67371 /* RecentlyAddedJob.cpp */; };
@@ -1743,8 +1747,6 @@
F5A2BD0F0F7AD92C0006ABA0 /* Zeroconf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E46F7C280F77217400C25D29 /* Zeroconf.cpp */; };
F5A7A6211127980A0059D6AA /* posix-realtime-stub.c in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A61F1127980A0059D6AA /* posix-realtime-stub.c */; };
F5A7A6221127980A0059D6AA /* posix-realtime-stub.c in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A61F1127980A0059D6AA /* posix-realtime-stub.c */; };
- F5A7A6F1112893330059D6AA /* libjsoncpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5A7A6F0112893330059D6AA /* libjsoncpp.a */; };
- F5A7A6F2112893330059D6AA /* libjsoncpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5A7A6F0112893330059D6AA /* libjsoncpp.a */; };
F5A7A702112893E50059D6AA /* AnnouncementManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A700112893E50059D6AA /* AnnouncementManager.cpp */; };
F5A7A703112893E50059D6AA /* AnnouncementManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A700112893E50059D6AA /* AnnouncementManager.cpp */; };
F5A7A85B112908F00059D6AA /* WebServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A859112908F00059D6AA /* WebServer.cpp */; };
@@ -1882,6 +1884,10 @@
18404D9C1396C13500863BBA /* Slingbox.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Slingbox.cpp; sourceTree = "<group>"; };
18404D9D1396C13500863BBA /* Slingbox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Slingbox.h; sourceTree = "<group>"; };
18404DA51396C31B00863BBA /* SlingboxLib.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = SlingboxLib.a; path = lib/SlingboxLib/SlingboxLib.a; sourceTree = "<group>"; };
+ 1840B74B13993D8A007C848B /* JSONVariantParser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSONVariantParser.cpp; sourceTree = "<group>"; };
+ 1840B74C13993D8A007C848B /* JSONVariantParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONVariantParser.h; sourceTree = "<group>"; };
+ 1840B75113993DA0007C848B /* JSONVariantWriter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSONVariantWriter.cpp; sourceTree = "<group>"; };
+ 1840B75213993DA0007C848B /* JSONVariantWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONVariantWriter.h; sourceTree = "<group>"; };
184C472D1296BC6E0006DB3E /* Service.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Service.cpp; sourceTree = "<group>"; };
184C472E1296BC6E0006DB3E /* Service.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Service.h; sourceTree = "<group>"; };
189047D11301DEAB00C11012 /* xbmcvfsmodule.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = xbmcvfsmodule.cpp; sourceTree = "<group>"; };
@@ -3693,7 +3699,6 @@
F5A1CBD20F6B06CF00A96ABD /* XBMC */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = XBMC; sourceTree = BUILT_PRODUCTS_DIR; };
F5A7A61F1127980A0059D6AA /* posix-realtime-stub.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "posix-realtime-stub.c"; sourceTree = "<group>"; };
F5A7A6201127980A0059D6AA /* posix-realtime-stub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "posix-realtime-stub.h"; sourceTree = "<group>"; };
- F5A7A6F0112893330059D6AA /* libjsoncpp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjsoncpp.a; path = lib/jsoncpp/src/lib_json/libjsoncpp.a; sourceTree = "<group>"; };
F5A7A700112893E50059D6AA /* AnnouncementManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AnnouncementManager.cpp; sourceTree = "<group>"; };
F5A7A701112893E50059D6AA /* AnnouncementManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnnouncementManager.h; sourceTree = "<group>"; };
F5A7A859112908F00059D6AA /* WebServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebServer.cpp; sourceTree = "<group>"; };
@@ -3841,7 +3846,6 @@
F59879080FBAA0C3008EF4FB /* QuartzCore.framework in Frameworks */,
43352CEE1071634600706B8A /* libsquish.a in Frameworks */,
F5DC888B110A654000EE1B15 /* libapetag.a in Frameworks */,
- F5A7A6F1112893330059D6AA /* libjsoncpp.a in Frameworks */,
F56C8CE2131F5DAF000AD0F6 /* libc.dylib in Frameworks */,
F56C8CE7131F5DC6000AD0F6 /* libz.dylib in Frameworks */,
F56C8CEA131F5DCC000AD0F6 /* libm.dylib in Frameworks */,
@@ -3873,7 +3877,6 @@
F5A1CBBB0F6B06CF00A96ABD /* DiskArbitration.framework in Frameworks */,
F59879090FBAA0C3008EF4FB /* QuartzCore.framework in Frameworks */,
F5DC888C110A654000EE1B15 /* libapetag.a in Frameworks */,
- F5A7A6F2112893330059D6AA /* libjsoncpp.a in Frameworks */,
F56C8CE3131F5DAF000AD0F6 /* libc.dylib in Frameworks */,
F56C8CE8131F5DC6000AD0F6 /* libz.dylib in Frameworks */,
F56C8CEB131F5DCC000AD0F6 /* libm.dylib in Frameworks */,
@@ -6708,6 +6711,10 @@
F57B6F7E1071B8B500079ACB /* JobManager.cpp */,
F57B6F7F1071B8B500079ACB /* JobManager.h */,
7CAA205B107AFC280096DE39 /* Job.h */,
+ 1840B74B13993D8A007C848B /* JSONVariantParser.cpp */,
+ 1840B74C13993D8A007C848B /* JSONVariantParser.h */,
+ 1840B75113993DA0007C848B /* JSONVariantWriter.cpp */,
+ 1840B75213993DA0007C848B /* JSONVariantWriter.h */,
E38E1E550D25F9FD00618676 /* LCD.cpp */,
E38E1E560D25F9FD00618676 /* LCD.h */,
E38E1E5B0D25F9FD00618676 /* log.cpp */,
@@ -6795,7 +6802,6 @@
isa = PBXGroup;
children = (
F5DC888A110A654000EE1B15 /* libapetag.a */,
- F5A7A6F0112893330059D6AA /* libjsoncpp.a */,
43352CED1071634600706B8A /* libsquish.a */,
E38E256C0D263A1C00618676 /* librtv.a */,
E38E25680D2639F100618676 /* libxdaap.a */,
@@ -8033,6 +8039,8 @@
C807114D135DB5CC002F601B /* InputOperations.cpp in Sources */,
C8EC5D0E1369519D00CCC10D /* XBMC_keytable.cpp in Sources */,
18404D9E1396C13500863BBA /* Slingbox.cpp in Sources */,
+ 1840B74D13993D8A007C848B /* JSONVariantParser.cpp in Sources */,
+ 1840B75313993DA0007C848B /* JSONVariantWriter.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -8919,6 +8927,8 @@
43EA429B136C1E2F002C82A5 /* xbmcvfsmodule.cpp in Sources */,
43EA42B0136C2274002C82A5 /* InputOperations.cpp in Sources */,
18404E701396E05D00863BBA /* Slingbox.cpp in Sources */,
+ 1840B74E13993D8A007C848B /* JSONVariantParser.cpp in Sources */,
+ 1840B75413993DA0007C848B /* JSONVariantWriter.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -8996,6 +9006,7 @@
);
LINK_WITH_STANDARD_LIBRARIES = YES;
OTHER_LDFLAGS = (
+ "-lyajl",
"-headerpad_max_install_names",
"-all_load",
"-L$XBMC_DEPENDS/lib",
@@ -9234,6 +9245,7 @@
);
LINK_WITH_STANDARD_LIBRARIES = YES;
OTHER_LDFLAGS = (
+ "-lyajl",
"-headerpad_max_install_names",
"-all_load",
"-L$XBMC_DEPENDS/lib",