diff options
author | amet <amet.nospam@gmail.com> | 2011-04-16 11:24:07 +0400 |
---|---|---|
committer | amet <amet.nospam@gmail.com> | 2011-04-17 00:41:59 +0400 |
commit | c53be3e80579703f23f3073a68835f16fdbbd1fc (patch) | |
tree | a2cbfca38ed15bf4c184f61ff489c716c24e6baa /XBMC-IOS.xcodeproj | |
parent | 8b6b586a7987a5692b4c7fe484daa7817c77a3e4 (diff) |
[osx/ios/atv2] sync xcode projects
Diffstat (limited to 'XBMC-IOS.xcodeproj')
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj index 695c0e9f9f..c3a37311cf 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 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 */; }; 7C99B6E9133D36E200FC2B16 /* CacheCircular.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99B6E7133D36E200FC2B16 /* CacheCircular.cpp */; }; @@ -928,6 +929,8 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 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; }; 4D5D2E1D1301758F006ABC13 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; 7C99B6E7133D36E200FC2B16 /* CacheCircular.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CacheCircular.cpp; sourceTree = "<group>"; }; @@ -5483,6 +5486,8 @@ F56C8742131F42EC000AD0F6 /* PerformanceSample.h */, F56C8743131F42EC000AD0F6 /* PerformanceStats.cpp */, F56C8744131F42EC000AD0F6 /* PerformanceStats.h */, + 18ACF8FB13597B5700B67371 /* RecentlyAddedJob.cpp */, + 18ACF8FC13597B5700B67371 /* RecentlyAddedJob.h */, F56C8747131F42EC000AD0F6 /* RegExp.cpp */, F56C8748131F42EC000AD0F6 /* RegExp.h */, F56C8749131F42EC000AD0F6 /* RingBuffer.cpp */, @@ -6757,6 +6762,7 @@ F5AE4165134175520004BD79 /* VideoLibrary.cpp in Sources */, F5AE4166134175520004BD79 /* XBMCOperations.cpp in Sources */, F5AE4530134D2E3E0004BD79 /* JSONServiceDescription.cpp in Sources */, + 18ACF8FD13597B5700B67371 /* RecentlyAddedJob.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |