Skip to content

Commit

Permalink
updated widevine in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Orlanczyk committed Nov 9, 2017
1 parent f6a12ec commit 0ce14d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PlayKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 0ce14d8

Please sign in to comment.