Skip to content

Commit

Permalink
chore: Updating to AdjustSignature 3.20.0 + small alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
genadyb authored and uerceg committed Aug 2, 2024
1 parent 79c5b4c commit 9281f63
Show file tree
Hide file tree
Showing 22 changed files with 448 additions and 288 deletions.
26 changes: 13 additions & 13 deletions Adjust.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ Pod::Spec.new do |s|
s.default_subspec = 'Adjust'
s.module_map = 'ModuleMap/module.modulemap'

s.subspec 'Adjust' do |ads|
ads.source_files = 'Adjust/**/*.{h,m}'
ads.public_header_files = 'Adjust/*.h', 'UmbrellaHeaders/sdk/*.h'
ads.resource_bundle = {'Adjust' => ['Adjust/*.xcprivacy']}
ads.header_dir = 'AdjustSdk'
ads.dependency 'AdjustSignature', '3.18'
s.subspec 'Adjust' do |adj|
adj.source_files = 'Adjust/**/*.{h,m}'
adj.public_header_files = 'Adjust/*.h', 'UmbrellaHeaders/sdk/*.h'
adj.resource_bundle = {'Adjust' => ['Adjust/*.xcprivacy']}
adj.header_dir = 'AdjustSdk'
adj.dependency 'AdjustSignature', '~> 3.18'
end

s.subspec 'AdjustWebBridge' do |wb|
wb.source_files = 'Adjust/**/*.{h,m}', 'AdjustBridge/*.{h,m}', 'UmbrellaHeaders/webbridge/*.{h,m}'
wb.public_header_files = 'Adjust/*.h', 'AdjustBridge/*.h', 'UmbrellaHeaders/webbridge/*.h'
wb.resource_bundle = {'Adjust' => ['Adjust/*.xcprivacy']}
wb.header_dir = 'AdjustSdk'
wb.dependency 'AdjustSignature', '3.18'
wb.ios.deployment_target = '12.0'
s.subspec 'AdjustWebBridge' do |awb|
awb.source_files = 'Adjust/**/*.{h,m}', 'AdjustBridge/*.{h,m}', 'UmbrellaHeaders/webbridge/*.{h,m}'
awb.public_header_files = 'Adjust/*.h', 'AdjustBridge/*.h', 'UmbrellaHeaders/webbridge/*.h'
awb.resource_bundle = {'Adjust' => ['Adjust/*.xcprivacy']}
awb.header_dir = 'AdjustSdk'
awb.dependency 'AdjustSignature', '~> 3.18'
awb.ios.deployment_target = '12.0'
end
end
274 changes: 18 additions & 256 deletions Adjust.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 9281f63

Please sign in to comment.