diff options
author | Memphiz <memphis@machzwo.de> | 2012-10-16 17:13:43 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2012-10-16 17:13:43 +0200 |
commit | da89486c3d92599050e139ffedc7917ab87f6eee (patch) | |
tree | 9a80114732133c9a633e9d6f633c7373f5e6ee7d /XBMC.xcodeproj | |
parent | c892edd8807c1b9bf6db4d345a3875bf19ae6d6a (diff) |
[osx/ios/atv2] - sync xcode projects
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index a82d921ddd..04c80b840d 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -373,6 +373,7 @@ C85EB75C1174614E0008E5A5 /* Repository.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C85EB75A1174614E0008E5A5 /* Repository.cpp */; }; C8D0B2AF1265A9A800F0C0AC /* SystemGlobals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8D0B2AE1265A9A800F0C0AC /* SystemGlobals.cpp */; }; C8EC5D0E1369519D00CCC10D /* XBMC_keytable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8EC5D0C1369519D00CCC10D /* XBMC_keytable.cpp */; }; + DF00492D162DAEA200A971AD /* PVROperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF00492B162DAEA200A971AD /* PVROperations.cpp */; }; DF0DF15C13A3ADA7008ED511 /* NFSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0DF15913A3ADA7008ED511 /* NFSDirectory.cpp */; }; DF2345E115FA639500A934F6 /* UPnP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345D915FA639500A934F6 /* UPnP.cpp */; }; DF2345E215FA639500A934F6 /* UPnPInternal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF2345DB15FA639500A934F6 /* UPnPInternal.cpp */; }; @@ -1781,6 +1782,8 @@ C8D0B2AE1265A9A800F0C0AC /* SystemGlobals.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SystemGlobals.cpp; sourceTree = "<group>"; }; C8EC5D0C1369519D00CCC10D /* XBMC_keytable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBMC_keytable.cpp; sourceTree = "<group>"; }; C8EC5D0D1369519D00CCC10D /* XBMC_keytable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMC_keytable.h; sourceTree = "<group>"; }; + DF00492B162DAEA200A971AD /* PVROperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVROperations.cpp; sourceTree = "<group>"; }; + DF00492C162DAEA200A971AD /* PVROperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVROperations.h; sourceTree = "<group>"; }; DF0DF15913A3ADA7008ED511 /* NFSDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NFSDirectory.cpp; sourceTree = "<group>"; }; DF0DF15A13A3ADA7008ED511 /* NFSDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NFSDirectory.h; sourceTree = "<group>"; }; DF1ACFD115FCE50700E10810 /* AddonModuleXbmc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AddonModuleXbmc.cpp; sourceTree = "<group>"; }; @@ -6277,6 +6280,8 @@ F5AE409313415D9E0004BD79 /* PlayerOperations.h */, F5AE409413415D9E0004BD79 /* PlaylistOperations.cpp */, F5AE409513415D9E0004BD79 /* PlaylistOperations.h */, + DF00492B162DAEA200A971AD /* PVROperations.cpp */, + DF00492C162DAEA200A971AD /* PVROperations.h */, F5AE409613415D9E0004BD79 /* SystemOperations.cpp */, F5AE409713415D9E0004BD79 /* SystemOperations.h */, F5AE409813415D9E0004BD79 /* VideoLibrary.cpp */, @@ -7628,6 +7633,7 @@ 7CC30DB116291A5C003E7579 /* MusicThumbLoader.cpp in Sources */, 7CC30DC016291C2C003E7579 /* VideoThumbLoader.cpp in Sources */, 7CC30E8A16296078003E7579 /* EdenVideoArtUpdater.cpp in Sources */, + DF00492D162DAEA200A971AD /* PVROperations.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |