-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #724 from adjust/v500
Version 5.0.0
- Loading branch information
Showing
288 changed files
with
7,905 additions
and
12,898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,3 +34,4 @@ uncrustify.cfg | |
|
||
#SPM | ||
.swiftpm/ | ||
Package.resolved |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,36 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Adjust" | ||
s.version = "4.38.4" | ||
s.summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com." | ||
s.homepage = "https://github.com/adjust/ios_sdk" | ||
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' } | ||
s.author = { "Adjust" => "[email protected]" } | ||
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.38.4" } | ||
s.ios.deployment_target = '9.0' | ||
s.tvos.deployment_target = '9.0' | ||
s.framework = 'SystemConfiguration' | ||
s.ios.weak_framework = 'AdSupport' | ||
s.tvos.weak_framework = 'AdSupport' | ||
s.requires_arc = true | ||
s.default_subspec = 'Core' | ||
s.pod_target_xcconfig = { 'BITCODE_GENERATION_MODE' => 'bitcode' } | ||
s.name = "Adjust" | ||
s.module_name = "AdjustSdk" | ||
s.version = "5.0.0" | ||
s.summary = "This is the iOS SDK of Adjust. You can read more about it at https://adjust.com." | ||
s.homepage = "https://github.com/adjust/ios_sdk" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Adjust" => "[email protected]" } | ||
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v#{s.version}" } | ||
s.ios.deployment_target = '12.0' | ||
s.tvos.deployment_target = '12.0' | ||
s.framework = 'SystemConfiguration' | ||
s.ios.weak_framework = 'AdSupport' | ||
s.tvos.weak_framework = 'AdSupport' | ||
s.default_subspec = 'Adjust' | ||
s.module_map = 'ModuleMap/module.modulemap' | ||
|
||
s.subspec 'Core' do |co| | ||
co.source_files = 'Adjust/*.{h,m}', 'Adjust/ADJAdditions/*.{h,m}' | ||
co.resource_bundle = {'Adjust' => ['Adjust/*.xcprivacy']} | ||
s.subspec 'Adjust' do |adj| | ||
adj.source_files = 'Adjust/**/*.{h,m}', 'UmbrellaHeaders/sdk/*.{h,m}' | ||
adj.public_header_files = 'Adjust/*.h', 'UmbrellaHeaders/sdk/*.h' | ||
adj.exclude_files = 'Adjust/include/**/*.h' | ||
adj.resource_bundle = {'Adjust' => ['Adjust/*.xcprivacy']} | ||
adj.header_dir = 'AdjustSdk' | ||
adj.dependency 'AdjustSignature', '~> 3.18' | ||
end | ||
|
||
s.subspec 'Sociomantic' do |sm| | ||
sm.source_files = 'plugin/Sociomantic/*.{h,m}' | ||
sm.dependency 'Adjust/Core' | ||
end | ||
|
||
s.subspec 'Criteo' do |cr| | ||
cr.source_files = 'plugin/Criteo/*.{h,m}' | ||
cr.dependency 'Adjust/Core' | ||
end | ||
|
||
s.subspec 'Trademob' do |tm| | ||
tm.source_files = 'plugin/Trademob/*.{h,m}' | ||
tm.dependency 'Adjust/Core' | ||
end | ||
|
||
s.subspec 'WebBridge' do |wb| | ||
wb.source_files = 'AdjustBridge/*.{h,m}', 'AdjustBridge/WebViewJavascriptBridge/*.{h,m}' | ||
wb.dependency 'Adjust/Core' | ||
wb.ios.deployment_target = '9.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.exclude_files = ['Adjust/include/**/*.h', 'AdjustBridge/include/**/*.h'] | ||
awb.resource_bundle = {'Adjust' => ['Adjust/*.xcprivacy']} | ||
awb.header_dir = 'AdjustSdk' | ||
awb.ios.deployment_target = '12.0' | ||
awb.dependency 'AdjustSignature', '~> 3.18' | ||
end | ||
end |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.