aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramet <amet.nospam@gmail.com>2011-06-01 23:03:49 +0400
committeramet <amet.nospam@gmail.com>2011-06-01 23:03:49 +0400
commitcf10e62fa21a3076939b8bcaeb7658bcf8397356 (patch)
tree6ef462b2501b9e29679e7a33f05dc2e9cae04d1e
parentf861033a05dcf109fe7fefa5b87966dba39b03ec (diff)
[osx/ios/atv2] sync xcode project and add SlingboxLib.a to make xcode_depends
-rw-r--r--Makefile.in3
-rw-r--r--XBMC-ATV2.xcodeproj/project.pbxproj12
-rw-r--r--XBMC-IOS.xcodeproj/project.pbxproj12
-rw-r--r--XBMC.xcodeproj/project.pbxproj12
4 files changed, 38 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 711f89bd25..162bb5c9c0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -439,7 +439,8 @@ xcode_depends: \
lib/libapetag/.libs/libapetag.a \
lib/libRTV/librtv.a \
lib/libXDAAP/libxdaap.a \
- lib/jsoncpp/src/lib_json/libjsoncpp.a
+ lib/jsoncpp/src/lib_json/libjsoncpp.a \
+ lib/SlingboxLib/SlingboxLib.a
# platform independend objects
OBJSXBMC= \
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj
index 479ade0319..6d5cd4bcd0 100644
--- a/XBMC-ATV2.xcodeproj/project.pbxproj
+++ b/XBMC-ATV2.xcodeproj/project.pbxproj
@@ -7,6 +7,8 @@
objects = {
/* Begin PBXBuildFile section */
+ 18404DFB1396C43B00863BBA /* Slingbox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18404DF91396C43B00863BBA /* Slingbox.cpp */; };
+ 18404DFD1396C44F00863BBA /* SlingboxLib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 18404DFC1396C44F00863BBA /* SlingboxLib.a */; };
18ACF8E313597B0000B67371 /* RecentlyAddedJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18ACF8E113597B0000B67371 /* RecentlyAddedJob.cpp */; };
4D5D2E131301753F006ABC13 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D5D2E121301753F006ABC13 /* CFNetwork.framework */; };
7C99B73F133D372300FC2B16 /* CacheCircular.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99B73D133D372300FC2B16 /* CacheCircular.cpp */; };
@@ -916,6 +918,9 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
+ 18404DF91396C43B00863BBA /* Slingbox.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Slingbox.cpp; sourceTree = "<group>"; };
+ 18404DFA1396C43B00863BBA /* Slingbox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Slingbox.h; sourceTree = "<group>"; };
+ 18404DFC1396C44F00863BBA /* SlingboxLib.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = SlingboxLib.a; path = lib/SlingboxLib/SlingboxLib.a; sourceTree = "<group>"; };
18ACF8E113597B0000B67371 /* RecentlyAddedJob.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RecentlyAddedJob.cpp; sourceTree = "<group>"; };
18ACF8E213597B0000B67371 /* RecentlyAddedJob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecentlyAddedJob.h; sourceTree = "<group>"; };
4D5D2E121301753F006ABC13 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
@@ -2885,6 +2890,7 @@
F56B161B12CD69DB009B4C96 /* ImageIO.framework in Frameworks */,
4D5D2E131301753F006ABC13 /* CFNetwork.framework in Frameworks */,
F56C7EE1131F0965000AD0F6 /* libjsoncpp.a in Frameworks */,
+ 18404DFD1396C44F00863BBA /* SlingboxLib.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -4062,6 +4068,8 @@
F56C744D131EC152000AD0F6 /* SFTPDirectory.h */,
F56C744E131EC152000AD0F6 /* SIDFileDirectory.cpp */,
F56C744F131EC152000AD0F6 /* SIDFileDirectory.h */,
+ 18404DF91396C43B00863BBA /* Slingbox.cpp */,
+ 18404DFA1396C43B00863BBA /* Slingbox.h */,
F56C7450131EC152000AD0F6 /* SmartPlaylistDirectory.cpp */,
F56C7451131EC152000AD0F6 /* SmartPlaylistDirectory.h */,
F56C7452131EC152000AD0F6 /* SMBDirectory.h */,
@@ -5663,6 +5671,7 @@
F589AE7D12890BEF00D8079E /* libsquish.a */,
F589AE7E12890BEF00D8079E /* librtv.a */,
F589AE8012890BEF00D8079E /* libxdaap.a */,
+ 18404DFC1396C44F00863BBA /* SlingboxLib.a */,
);
name = "Internal Libs";
sourceTree = "<group>";
@@ -6692,6 +6701,7 @@
18ACF8E313597B0000B67371 /* RecentlyAddedJob.cpp in Sources */,
C807119F135DB842002F601B /* InputOperations.cpp in Sources */,
C8EC5D51136954E400CCC10D /* XBMC_keytable.cpp in Sources */,
+ 18404DFB1396C43B00863BBA /* Slingbox.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -6765,6 +6775,7 @@
"\"$(SRCROOT)/lib/jsoncpp/src/lib_json\"",
"\"$(SRCROOT)/xbmc/interfaces/json-rpc\"",
"\"$(SRCROOT)/xbmc/interfaces/http-api\"",
+ "\"$(SRCROOT)/lib/SlingboxLib\"",
);
OTHER_LDFLAGS = (
"-Wl,-headerpad_max_install_names",
@@ -6851,6 +6862,7 @@
"\"$(SRCROOT)/lib/jsoncpp/src/lib_json\"",
"\"$(SRCROOT)/xbmc/interfaces/json-rpc\"",
"\"$(SRCROOT)/xbmc/interfaces/http-api\"",
+ "\"$(SRCROOT)/lib/SlingboxLib\"",
);
OTHER_LDFLAGS = (
"-Wl,-headerpad_max_install_names",
diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj
index c6e068c00e..70740f39e7 100644
--- a/XBMC-IOS.xcodeproj/project.pbxproj
+++ b/XBMC-IOS.xcodeproj/project.pbxproj
@@ -7,6 +7,8 @@
objects = {
/* Begin PBXBuildFile section */
+ 18404DD31396C3D200863BBA /* SlingboxLib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 18404DD21396C3D200863BBA /* SlingboxLib.a */; };
+ 18404DD61396C3F300863BBA /* Slingbox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18404DD41396C3F300863BBA /* Slingbox.cpp */; };
18ACF8FD13597B5700B67371 /* RecentlyAddedJob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18ACF8FB13597B5700B67371 /* RecentlyAddedJob.cpp */; };
3255316612B2D02400837CD2 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3255316512B2D02400837CD2 /* CoreAudio.framework */; };
4D5D2E1E1301758F006ABC13 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D5D2E1D1301758F006ABC13 /* CFNetwork.framework */; };
@@ -916,6 +918,9 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
+ 18404DD21396C3D200863BBA /* SlingboxLib.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = SlingboxLib.a; path = lib/SlingboxLib/SlingboxLib.a; sourceTree = "<group>"; };
+ 18404DD41396C3F300863BBA /* Slingbox.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Slingbox.cpp; sourceTree = "<group>"; };
+ 18404DD51396C3F300863BBA /* Slingbox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Slingbox.h; sourceTree = "<group>"; };
18ACF8FB13597B5700B67371 /* RecentlyAddedJob.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RecentlyAddedJob.cpp; sourceTree = "<group>"; };
18ACF8FC13597B5700B67371 /* RecentlyAddedJob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecentlyAddedJob.h; sourceTree = "<group>"; };
3255316512B2D02400837CD2 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
@@ -2885,6 +2890,7 @@
F56C8C11131F4811000AD0F6 /* libsquish.a in Frameworks */,
F56C8C12131F4811000AD0F6 /* librtv.a in Frameworks */,
F56C8C14131F4811000AD0F6 /* libxdaap.a in Frameworks */,
+ 18404DD31396C3D200863BBA /* SlingboxLib.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -4421,6 +4427,8 @@
F56C8430131F42E8000AD0F6 /* SFTPDirectory.h */,
F56C8431131F42E8000AD0F6 /* SIDFileDirectory.cpp */,
F56C8432131F42E8000AD0F6 /* SIDFileDirectory.h */,
+ 18404DD41396C3F300863BBA /* Slingbox.cpp */,
+ 18404DD51396C3F300863BBA /* Slingbox.h */,
F56C8433131F42E8000AD0F6 /* SmartPlaylistDirectory.cpp */,
F56C8434131F42E8000AD0F6 /* SmartPlaylistDirectory.h */,
F56C8435131F42E8000AD0F6 /* SMBDirectory.h */,
@@ -5663,6 +5671,7 @@
F56C8C0D131F4811000AD0F6 /* libsquish.a */,
F56C8C0E131F4811000AD0F6 /* librtv.a */,
F56C8C10131F4811000AD0F6 /* libxdaap.a */,
+ 18404DD21396C3D200863BBA /* SlingboxLib.a */,
);
name = "Internal Libs";
sourceTree = "<group>";
@@ -6707,6 +6716,7 @@
18ACF8FD13597B5700B67371 /* RecentlyAddedJob.cpp in Sources */,
C80711AD135DB85F002F601B /* InputOperations.cpp in Sources */,
C8EC5D26136953E100CCC10D /* XBMC_keytable.cpp in Sources */,
+ 18404DD61396C3F300863BBA /* Slingbox.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -6779,6 +6789,7 @@
"\"$(SRCROOT)/lib/jsoncpp/src/lib_json\"",
"\"$(SRCROOT)/xbmc/interfaces/http-api\"",
"\"$(SRCROOT)/xbmc/interfaces/json-rpc\"",
+ "\"$(SRCROOT)/lib/SlingboxLib\"",
);
OTHER_LDFLAGS = (
"-Wl,-headerpad_max_install_names",
@@ -6864,6 +6875,7 @@
"\"$(SRCROOT)/lib/jsoncpp/src/lib_json\"",
"\"$(SRCROOT)/xbmc/interfaces/http-api\"",
"\"$(SRCROOT)/xbmc/interfaces/json-rpc\"",
+ "\"$(SRCROOT)/lib/SlingboxLib\"",
);
OTHER_LDFLAGS = (
"-Wl,-headerpad_max_install_names",
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj
index 1eeabf7b47..6855d50afd 100644
--- a/XBMC.xcodeproj/project.pbxproj
+++ b/XBMC.xcodeproj/project.pbxproj
@@ -41,6 +41,8 @@
183C454D130C4D55006AA317 /* xbmcvfsmodule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 189047D11301DEAB00C11012 /* xbmcvfsmodule.cpp */; settings = {COMPILER_FLAGS = "-I$XBMC_DEPENDS/include/python2.6"; }; };
183FDF8A11AF0B0500B81E9C /* PluginSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */; };
183FDF8B11AF0B0500B81E9C /* PluginSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 183FDF8811AF0B0500B81E9C /* PluginSource.cpp */; };
+ 18404D9E1396C13500863BBA /* Slingbox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18404D9C1396C13500863BBA /* Slingbox.cpp */; };
+ 18404DA61396C31B00863BBA /* SlingboxLib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 18404DA51396C31B00863BBA /* SlingboxLib.a */; };
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 */; };
@@ -1875,6 +1877,9 @@
18308CB51303370800AA309E /* stdio_utf8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stdio_utf8.h; sourceTree = "<group>"; };
183FDF8811AF0B0500B81E9C /* PluginSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PluginSource.cpp; sourceTree = "<group>"; };
183FDF8911AF0B0500B81E9C /* PluginSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginSource.h; sourceTree = "<group>"; };
+ 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>"; };
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>"; };
@@ -3842,6 +3847,7 @@
F56C8CF0131F5DED000AD0F6 /* libxml2.dylib in Frameworks */,
F56C8CF3131F5DFD000AD0F6 /* libiconv.dylib in Frameworks */,
F56C8CF6131F5E0B000AD0F6 /* libncurses.dylib in Frameworks */,
+ 18404DA61396C31B00863BBA /* SlingboxLib.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -5628,6 +5634,8 @@
F5A7B37D113AFB900059D6AA /* SFTPDirectory.h */,
E38E17510D25F9FA00618676 /* SIDFileDirectory.cpp */,
E38E17520D25F9FA00618676 /* SIDFileDirectory.h */,
+ 18404D9C1396C13500863BBA /* Slingbox.cpp */,
+ 18404D9D1396C13500863BBA /* Slingbox.h */,
E38E17530D25F9FA00618676 /* SmartPlaylistDirectory.cpp */,
E38E17540D25F9FA00618676 /* SmartPlaylistDirectory.h */,
E38E17560D25F9FA00618676 /* SMBDirectory.h */,
@@ -6788,6 +6796,7 @@
43352CED1071634600706B8A /* libsquish.a */,
E38E256C0D263A1C00618676 /* librtv.a */,
E38E25680D2639F100618676 /* libxdaap.a */,
+ 18404DA51396C31B00863BBA /* SlingboxLib.a */,
);
name = "internal libs";
sourceTree = "<group>";
@@ -8020,6 +8029,7 @@
18ACF84313596C9B00B67371 /* RecentlyAddedJob.cpp in Sources */,
C807114D135DB5CC002F601B /* InputOperations.cpp in Sources */,
C8EC5D0E1369519D00CCC10D /* XBMC_keytable.cpp in Sources */,
+ 18404D9E1396C13500863BBA /* Slingbox.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -8978,6 +8988,7 @@
"$(SRCROOT)/lib/jsoncpp/src/lib_json",
"$(SRCROOT)/xbmc/interfaces/http-api",
"$(SRCROOT)/xbmc/interfaces/json-rpc",
+ "\"$(SRCROOT)/lib/SlingboxLib\"",
);
LINK_WITH_STANDARD_LIBRARIES = YES;
OTHER_LDFLAGS = (
@@ -9067,6 +9078,7 @@
"$(SRCROOT)/lib/jsoncpp/src/lib_json",
"$(SRCROOT)/xbmc/interfaces/http-api",
"$(SRCROOT)/xbmc/interfaces/json-rpc",
+ "\"$(SRCROOT)/lib/SlingboxLib\"",
);
LINK_WITH_STANDARD_LIBRARIES = YES;
OTHER_LDFLAGS = (