Skip to content

Commit

Permalink
updated podSpec with xcprivacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Sharma   committed Apr 22, 2024
1 parent a575da5 commit 691c485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppNexusSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DESC
s.subspec 'AppNexusSDK' do |subspec|
subspec.source_files = "sdk/sourcefiles/**/*.{h,m}"
subspec.public_header_files = "sdk/sourcefiles/public-headers/*.h"
subspec.resources = "sdk/sourcefiles/Resources/*.{png,xib,nib,js,html,bundle,strings}","sdk/sourcefiles/Resources/images/*.{png}","sdk/AppNexusSDK/SDK-Info.plist"
subspec.resources = "sdk/sourcefiles/Resources/*.{png,xib,nib,js,html,bundle,strings,xcprivacy}","sdk/sourcefiles/Resources/images/*.{png}","sdk/AppNexusSDK/SDK-Info.plist"
subspec.vendored_frameworks = "sdk/sourcefiles/Viewability/dynamic_framework/OMSDK_Microsoft.xcframework"
subspec.frameworks = 'WebKit'
subspec.pod_target_xcconfig = { "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7", "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64" }
Expand Down

0 comments on commit 691c485

Please sign in to comment.