Skip to content

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Borgobello committed Oct 29, 2021
1 parent c340231 commit cdb969c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion AVPlayerDNAPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,12 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '10.2'
s.tvos.deployment_target = '10.2'
s.dependency 'StreamrootSDK', '~> 3.25.1'
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 armv7 arm64' }
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'EXCLUDED_ARCHS[sdk=appletvsimulator*]' => 'arm64'
}
s.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
'EXCLUDED_ARCHS[sdk=appletvsimulator*]' => 'arm64'
}
end

0 comments on commit cdb969c

Please sign in to comment.