From 0ce14d8eba1cf54e942a26763a7fe50b3ca2748d Mon Sep 17 00:00:00 2001 From: Gal Orlanczyk Date: Thu, 9 Nov 2017 12:26:14 +0200 Subject: [PATCH] updated widevine in podspec --- PlayKit.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PlayKit.podspec b/PlayKit.podspec index 81dcfe80..e3a4bc92 100644 --- a/PlayKit.podspec +++ b/PlayKit.podspec @@ -43,9 +43,9 @@ s.subspec 'WidevineClassic' do |ssp| ssp.ios.deployment_target = '8.0' ssp.source_files = 'Widevine' ssp.dependency 'PlayKit/Core' - #ssp.dependency 'PlayKitWV' - #ssp.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO', 'GCC_PREPROCESSOR_DEFINITIONS'=>'WIDEVINE_ENABLED=1', - # 'OTHER_SWIFT_FLAGS' => '$(inherited) -DWIDEVINE_ENABLED' } + ssp.dependency 'PlayKitWV' + ssp.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO', 'GCC_PREPROCESSOR_DEFINITIONS'=>'WIDEVINE_ENABLED=1', + 'OTHER_SWIFT_FLAGS' => '$(inherited) -DWIDEVINE_ENABLED' } end s.subspec 'PhoenixPlugin' do |ssp|