diff options
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 14 | ||||
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index 8e6de7281e..56802e3b94 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -922,6 +922,7 @@ F5AE453B134D2E720004BD79 /* JSONServiceDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE4539134D2E720004BD79 /* JSONServiceDescription.cpp */; }; F5B13E0113344F310045076D /* DarwinUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5B13E0013344F310045076D /* DarwinUtils.mm */; }; F5CEE72C13D3F9AC00225F72 /* DVDOverlayCodecTX3G.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CEE72B13D3F9AC00225F72 /* DVDOverlayCodecTX3G.cpp */; }; + F5E6209F13E9081400D5F2CD /* InfoBool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E6209D13E9081400D5F2CD /* InfoBool.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -2881,6 +2882,8 @@ F5B13E0013344F310045076D /* DarwinUtils.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DarwinUtils.mm; sourceTree = "<group>"; }; F5CEE72B13D3F9AC00225F72 /* DVDOverlayCodecTX3G.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDOverlayCodecTX3G.cpp; sourceTree = "<group>"; }; F5CEE72D13D3F9B300225F72 /* DVDOverlayCodecTX3G.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlayCodecTX3G.h; sourceTree = "<group>"; }; + F5E6209D13E9081400D5F2CD /* InfoBool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = InfoBool.cpp; path = info/InfoBool.cpp; sourceTree = "<group>"; }; + F5E6209E13E9081400D5F2CD /* InfoBool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InfoBool.h; path = info/InfoBool.h; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -4469,6 +4472,9 @@ F56C7563131EC152000AD0F6 /* interfaces */ = { isa = PBXGroup; children = ( + F5E6209C13E9081400D5F2CD /* info */, + F5E6209D13E9081400D5F2CD /* InfoBool.cpp */, + F5E6209E13E9081400D5F2CD /* InfoBool.h */, F56C7564131EC152000AD0F6 /* python */, F56C75A3131EC152000AD0F6 /* AnnouncementManager.cpp */, F56C75A4131EC152000AD0F6 /* AnnouncementManager.h */, @@ -5769,6 +5775,13 @@ path = "json-rpc"; sourceTree = "<group>"; }; + F5E6209C13E9081400D5F2CD /* info */ = { + isa = PBXGroup; + children = ( + ); + path = info; + sourceTree = "<group>"; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -6754,6 +6767,7 @@ DFD4D22013D7286E00A47C47 /* Implementation.cpp in Sources */, DFD4D22213D7286E00A47C47 /* SystemClock.cpp in Sources */, 7CEE2E6D13D6B7A8000ABF2A /* TimeSmoother.cpp in Sources */, + F5E6209F13E9081400D5F2CD /* InfoBool.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj index 7b7055a14c..2ed1f0aa08 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -922,6 +922,7 @@ F5AE4530134D2E3E0004BD79 /* JSONServiceDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE452E134D2E3E0004BD79 /* JSONServiceDescription.cpp */; }; F5B13DCF1334490D0045076D /* DarwinUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5B13DCE1334490D0045076D /* DarwinUtils.mm */; }; F5CEE73013D3F9D100225F72 /* DVDOverlayCodecTX3G.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CEE72F13D3F9D100225F72 /* DVDOverlayCodecTX3G.cpp */; }; + F5E6209613E907E200D5F2CD /* InfoBool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E6209413E907E200D5F2CD /* InfoBool.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -2881,6 +2882,8 @@ F5B13DCE1334490D0045076D /* DarwinUtils.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DarwinUtils.mm; sourceTree = "<group>"; }; F5CEE72F13D3F9D100225F72 /* DVDOverlayCodecTX3G.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDOverlayCodecTX3G.cpp; sourceTree = "<group>"; }; F5CEE73113D3F9D800225F72 /* DVDOverlayCodecTX3G.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDOverlayCodecTX3G.h; sourceTree = "<group>"; }; + F5E6209413E907E200D5F2CD /* InfoBool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InfoBool.cpp; sourceTree = "<group>"; }; + F5E6209513E907E200D5F2CD /* InfoBool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InfoBool.h; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -4828,6 +4831,7 @@ F56C8546131F42E9000AD0F6 /* interfaces */ = { isa = PBXGroup; children = ( + F5E6209313E907E200D5F2CD /* info */, F56C8547131F42E9000AD0F6 /* python */, F56C8586131F42EA000AD0F6 /* AnnouncementManager.cpp */, F56C8587131F42EA000AD0F6 /* AnnouncementManager.h */, @@ -5769,6 +5773,15 @@ path = "json-rpc"; sourceTree = "<group>"; }; + F5E6209313E907E200D5F2CD /* info */ = { + isa = PBXGroup; + children = ( + F5E6209413E907E200D5F2CD /* InfoBool.cpp */, + F5E6209513E907E200D5F2CD /* InfoBool.h */, + ); + path = info; + sourceTree = "<group>"; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -6769,6 +6782,7 @@ DFD4D1E213D725ED00A47C47 /* Implementation.cpp in Sources */, DFD4D1FE13D7283500A47C47 /* SystemClock.cpp in Sources */, 7CEE2E7F13D6B7D4000ABF2A /* TimeSmoother.cpp in Sources */, + F5E6209613E907E200D5F2CD /* InfoBool.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |