diff options
author | davilla <davilla@4pi.com> | 2011-12-05 14:08:18 -0500 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-12-05 14:09:21 -0500 |
commit | eb9e26835f957d699ea14883301951ed4e361908 (patch) | |
tree | 282c1ebae3714c654d3a2b6eff828ab39aa89f90 /XBMC-IOS.xcodeproj | |
parent | e698e3e48e9845861a3151236787f7914757cdbb (diff) |
[ios] fixed, add missing bit from https://github.com/xbmc/xbmc/pull/527
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 041e8094f4..b2ce3c9dfe 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -927,6 +927,7 @@ F5AE4166134175520004BD79 /* XBMCOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE4159134175520004BD79 /* XBMCOperations.cpp */; }; F5AE4530134D2E3E0004BD79 /* JSONServiceDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE452E134D2E3E0004BD79 /* JSONServiceDescription.cpp */; }; F5B13DCF1334490D0045076D /* DarwinUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5B13DCE1334490D0045076D /* DarwinUtils.mm */; }; + F5BD034F148D496A001B5583 /* CryptThreading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5BD034D148D496A001B5583 /* CryptThreading.cpp */; }; F5CEE73013D3F9D100225F72 /* DVDOverlayCodecTX3G.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5CEE72F13D3F9D100225F72 /* DVDOverlayCodecTX3G.cpp */; }; F5E1127B14356C4600175026 /* pyrendercapture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E1127A14356C4600175026 /* pyrendercapture.cpp */; }; F5E112DB143577A000175026 /* PeripheralBusUSB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E112B2143577A000175026 /* PeripheralBusUSB.cpp */; }; @@ -2914,6 +2915,8 @@ F5AE539813673FC70004BD79 /* IOSAudioRingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IOSAudioRingBuffer.h; path = AudioRenderers/IOSAudioRingBuffer.h; sourceTree = "<group>"; }; F5B13DCD1334490D0045076D /* DarwinUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DarwinUtils.h; sourceTree = "<group>"; }; F5B13DCE1334490D0045076D /* DarwinUtils.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DarwinUtils.mm; sourceTree = "<group>"; }; + F5BD034D148D496A001B5583 /* CryptThreading.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CryptThreading.cpp; sourceTree = "<group>"; }; + F5BD034E148D496A001B5583 /* CryptThreading.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CryptThreading.h; 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>"; }; F5E1127A14356C4600175026 /* pyrendercapture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pyrendercapture.cpp; sourceTree = "<group>"; }; @@ -5512,6 +5515,8 @@ F56C871B131F42EC000AD0F6 /* CPUInfo.h */, F56C8705131F42EB000AD0F6 /* Crc32.cpp */, F56C8706131F42EB000AD0F6 /* Crc32.h */, + F5BD034D148D496A001B5583 /* CryptThreading.cpp */, + F5BD034E148D496A001B5583 /* CryptThreading.h */, F56C871C131F42EC000AD0F6 /* DownloadQueue.cpp */, F56C871D131F42EC000AD0F6 /* DownloadQueue.h */, F56C871E131F42EC000AD0F6 /* DownloadQueueManager.cpp */, @@ -6943,6 +6948,7 @@ F5E112E9143577A000175026 /* GUIDialogPeripheralSettings.cpp in Sources */, F5E112EC143577A000175026 /* Peripherals.cpp in Sources */, DF6739E21443765F00A5A509 /* FileUPnP.cpp in Sources */, + F5BD034F148D496A001B5583 /* CryptThreading.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |