From a17529d0084ef8354cb0a0a9cc081fcb39c74a7a Mon Sep 17 00:00:00 2001 From: Alexey Gulev Date: Thu, 22 Jul 2021 20:10:52 +0200 Subject: [PATCH] add AVAudio in ext.manifest --- defunityads/ext.manifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defunityads/ext.manifest b/defunityads/ext.manifest index fcb1e9c..1218752 100755 --- a/defunityads/ext.manifest +++ b/defunityads/ext.manifest @@ -3,5 +3,5 @@ name: "DefUnityAds" platforms: ios: context: - frameworks: ["AVFoundation", "CoreMedia", "UIKit", "AppTrackingTransparency"] - weakFrameworks: ["AdSupport"] \ No newline at end of file + frameworks: ["AVFoundation", "CoreMedia", "UIKit"] + weakFrameworks: ["AdSupport", "AVFAudio", "AppTrackingTransparency"] \ No newline at end of file