Skip to content

Commit

Permalink
activate widevine
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliza Sapir committed Aug 1, 2017
1 parent a37acfd commit f5bdb5a
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 f5bdb5a

Please sign in to comment.