diff options
author | davilla <davilla@4pi.com> | 2011-08-03 00:50:00 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-08-03 00:50:00 -0400 |
commit | 629dc2423903bbcbbe6b95dbc92587fe146a1b82 (patch) | |
tree | 741ec4a250dd74183aa68c1d32b3b7d485c23291 /XBMC-IOS.xcodeproj | |
parent | 8cc004a9537066e773f394fbd404bf0d28be2c52 (diff) |
[ios] sync xcode projects to 8cc004a9537066e773f394fbd404bf0d28be2c52
Diffstat (limited to 'XBMC-IOS.xcodeproj')
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 14 |
1 files changed, 14 insertions, 0 deletions
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; }; |