Skip to content

Commit

Permalink
Merge pull request #44 from azerion/release/v4.4.7
Browse files Browse the repository at this point in the history
exclude x86_64 simulator for criteo
  • Loading branch information
torongo-azerion authored Jun 5, 2024
2 parents 9781dec + c437166 commit d26f2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BlueStack-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ spec.source = { :git => "https://github.com/azerion/BlueStackSDK.git",
criteo.vendored_frameworks = 'BlueStackCriteoAdapter.xcframework'
criteo.dependency 'CriteoPublisherSdk', '5.0.3'
criteo.dependency 'BlueStack-SDK/Core'
criteo.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
end

spec.subspec 'OguryAds' do |og|
Expand Down

0 comments on commit d26f2e8

Please sign in to comment.