diff options
author | davilla <davilla@4pi.com> | 2012-05-02 20:03:12 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2012-05-02 20:03:12 -0400 |
commit | 912318b12287a3d5e4a168794478bf8aa588f893 (patch) | |
tree | f69e2ef832caf9e29e338ba5b4d46da3ad35cd21 /XBMC-ATV2.xcodeproj | |
parent | 512120cbf22c37ebb5d10525501bc77bc422383c (diff) |
[ios/atv2] sync xcode projects
Diffstat (limited to 'XBMC-ATV2.xcodeproj')
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index dd5c9fdf98..8f13cd19d6 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -967,6 +967,7 @@ F5E1132914357B6500175026 /* Peripherals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1131A14357B6500175026 /* Peripherals.cpp */; }; F5E113AD1435882400175026 /* pyrendercapture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E113AC1435882400175026 /* pyrendercapture.cpp */; }; F5E6209F13E9081400D5F2CD /* InfoBool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E6209D13E9081400D5F2CD /* InfoBool.cpp */; }; + F5ED8D931551FAEA00842059 /* BlurayDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5ED8D911551FAEA00842059 /* BlurayDirectory.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -3021,6 +3022,8 @@ F5E113AE1435882900175026 /* pyrendercapture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pyrendercapture.h; sourceTree = "<group>"; }; F5E6209D13E9081400D5F2CD /* InfoBool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InfoBool.cpp; sourceTree = "<group>"; }; F5E6209E13E9081400D5F2CD /* InfoBool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InfoBool.h; sourceTree = "<group>"; }; + F5ED8D911551FAEA00842059 /* BlurayDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BlurayDirectory.cpp; sourceTree = "<group>"; }; + F5ED8D921551FAEA00842059 /* BlurayDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BlurayDirectory.h; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -4156,6 +4159,8 @@ DF93D7391444B09C007C6459 /* AFPFile.h */, F56C739F131EC151000AD0F6 /* ASAPFileDirectory.cpp */, F56C73A0131EC151000AD0F6 /* ASAPFileDirectory.h */, + F5ED8D911551FAEA00842059 /* BlurayDirectory.cpp */, + F5ED8D921551FAEA00842059 /* BlurayDirectory.h */, F56C73AD131EC151000AD0F6 /* CacheStrategy.cpp */, F56C73AE131EC151000AD0F6 /* CacheStrategy.h */, F56C73AF131EC151000AD0F6 /* CDDADirectory.cpp */, @@ -7098,6 +7103,7 @@ 7C1F6F8C13ED17CC001726AB /* LibraryDirectory.cpp in Sources */, DF33C2A415509C1B0046CDCB /* XbmcContext.cpp in Sources */, DF33C2AE15509C5A0046CDCB /* ilog.cpp in Sources */, + F5ED8D931551FAEA00842059 /* BlurayDirectory.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |