Skip to content

Commit

Permalink
Updated xcprivacy as Resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Sharma   committed Apr 29, 2024
1 parent b504fde commit 8c1150e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion AppNexusSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ DESC
s.default_subspec = 'AppNexusSDK'

s.subspec 'AppNexusSDK' do |subspec|
subspec.source_files = "sdk/sourcefiles/**/*.{h,m,xcprivacy}"
subspec.source_files = "sdk/sourcefiles/**/*.{h,m}"
subspec.resource_bundles = {
"Resources" => ["sdk/sourcefiles/**/PrivacyInfo.xcprivacy"]
}
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.vendored_frameworks = "sdk/sourcefiles/Viewability/dynamic_framework/OMSDK_Microsoft.xcframework"
Expand Down

0 comments on commit 8c1150e

Please sign in to comment.