Skip to content

Commit

Permalink
Podspec, Package.swift file and Carthage json files have been updated…
Browse files Browse the repository at this point in the history
… to 6.11.1
  • Loading branch information
af-obodovskyi committed May 24, 2023
1 parent c2032cd commit 7cf56a9
Show file tree
Hide file tree
Showing 228 changed files with 45 additions and 19,065 deletions.
35 changes: 0 additions & 35 deletions AppsFlyerFramework-MacCatalyst.podspec

This file was deleted.

47 changes: 18 additions & 29 deletions AppsFlyerFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AppsFlyerFramework'
s.version = '6.11.0'
s.version = '6.11.1'
s.summary = 'AppsFlyer iOS SDK'

s.description = <<-DESC
Expand All @@ -12,64 +12,53 @@ Pod::Spec.new do |s|
s.homepage = 'https://www.appsflyer.com'
s.license = { :type => 'Proprietary', :text => 'Copyright 2018 AppsFlyer Ltd. All rights reserved.' }
s.author = { 'Maxim' => 'maxim\@appsflyer.com', 'Andrii' => 'andrii.h\@appsflyer.com' }
s.source = { :git => 'https://github.com/AppsFlyerSDK/AppsFlyerFramework.git', :tag => s.version.to_s }
s.requires_arc = true
s.platform = :ios, :tvos, :osx
s.source = {
http: "https://github.com/AppsFlyerSDK/AppsFlyerFramework/releases/download/6.11.1/AppsFlyerLib-Binaries.zip",
sha256: "808c6de388478a7e818e5fb347d6ba867a9925229ae62859a9624d92f30afb3a"
}

s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.11'

s.ios.frameworks = 'Security', 'SystemConfiguration', 'CoreTelephony'
s.osx.frameworks = 'Security'

s.default_subspecs = 'Main'
s.default_subspecs = 'Main'

s.subspec 'Main' do |ss|
ss.ios.preserve_paths = 'AppsFlyerLib.xcframework'
ss.ios.vendored_frameworks = 'AppsFlyerLib.xcframework'
ss.ios.vendored_frameworks = 'binaries/xcframework/full/AppsFlyerLib.xcframework'

ss.tvos.preserve_paths = 'AppsFlyerLib.xcframework'
ss.tvos.vendored_frameworks = 'AppsFlyerLib.xcframework'
ss.tvos.vendored_frameworks = 'binaries/xcframework/full/AppsFlyerLib.xcframework'

ss.osx.preserve_paths = 'AppsFlyerLib.xcframework'
ss.osx.vendored_frameworks = 'AppsFlyerLib.xcframework'
ss.osx.vendored_frameworks = 'binaries/xcframework/full/AppsFlyerLib.xcframework'
end

s.subspec 'Legacy' do |ss|

ss.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 arm64e', 'EXCLUDED_ARCHS[sdk=appletvsimulator*]' => 'arm64 arm64e'}
ss.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 arm64e', 'EXCLUDED_ARCHS[sdk=appletvsimulator*]' => 'arm64 arm64e'}

ss.ios.preserve_paths = 'iOS/AppsFlyerLib.framework'
ss.ios.vendored_frameworks = 'iOS/AppsFlyerLib.framework'
ss.ios.vendored_frameworks = 'binaries/ios/AppsFlyerLib.framework'

ss.tvos.preserve_paths = 'tvOS/AppsFlyerLib.framework'
ss.tvos.vendored_frameworks = 'tvOS/AppsFlyerLib.framework'
ss.tvos.vendored_frameworks = 'binaries/tv/AppsFlyerLib.framework'

ss.osx.preserve_paths = 'AppsFlyerLib.xcframework'
ss.osx.vendored_frameworks = 'AppsFlyerLib.xcframework'
ss.osx.vendored_frameworks = 'binaries/xcframework/full/AppsFlyerLib.xcframework'
end
s.subspec 'Strict' do |ss|
ss.ios.preserve_paths = 'Strict/AppsFlyerLib.xcframework'
ss.ios.vendored_frameworks = 'Strict/AppsFlyerLib.xcframework'
ss.ios.vendored_frameworks = 'binaries/xcframework/strict/AppsFlyerLib.xcframework'

ss.tvos.preserve_paths = 'Strict/AppsFlyerLib.xcframework'
ss.tvos.vendored_frameworks = 'Strict/AppsFlyerLib.xcframework'
ss.tvos.vendored_frameworks = 'binaries/xcframework/strict/AppsFlyerLib.xcframework'

ss.osx.preserve_paths = 'Strict/AppsFlyerLib.xcframework'
ss.osx.vendored_frameworks = 'Strict/AppsFlyerLib.xcframework'
ss.osx.vendored_frameworks = 'binaries/xcframework/strict/AppsFlyerLib.xcframework'
end

s.subspec 'Dynamic' do |ss|
ss.ios.preserve_paths = 'Dynamic/AppsFlyerLib.xcframework'
ss.ios.vendored_frameworks = 'Dynamic/AppsFlyerLib.xcframework'
ss.ios.vendored_frameworks = 'binaries/xcframework/dynamic/AppsFlyerLib.xcframework'

ss.tvos.preserve_paths = 'Dynamic/AppsFlyerLib.xcframework'
ss.tvos.vendored_frameworks = 'Dynamic/AppsFlyerLib.xcframework'
ss.tvos.vendored_frameworks = 'binaries/xcframework/dynamic/AppsFlyerLib.xcframework'
# Dynamic framework does not support pure OSX yet
ss.osx.preserve_paths = 'AppsFlyerLib.xcframework'
ss.osx.vendored_frameworks = 'AppsFlyerLib.xcframework'
ss.osx.vendored_frameworks = 'binaries/xcframework/full/AppsFlyerLib.xcframework'
end

end
97 changes: 0 additions & 97 deletions AppsFlyerLib.xcframework/Info.plist

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7cf56a9

Please sign in to comment.