diff --git a/Carthage/purchase-connector-dynamic.json b/Carthage/purchase-connector-dynamic.json index 6674804..3cd4343 100644 --- a/Carthage/purchase-connector-dynamic.json +++ b/Carthage/purchase-connector-dynamic.json @@ -1,5 +1,6 @@ { "6.10.1": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.10.1/purchase-connector-dynamic.xcframework.zip", "6.12.2": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.12.2/purchase-connector-dynamic.xcframework.zip", - "6.12.3": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.12.3/purchase-connector-dynaimic.xcframework.zip" + "6.12.3": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.12.3/purchase-connector-dynaimic.xcframework.zip", + "6.13.0": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.13.0/purchase-connector-dynaimic.xcframework.zip" } diff --git a/Carthage/purchase-connector-static.json b/Carthage/purchase-connector-static.json index 78f8c65..7e38bc8 100644 --- a/Carthage/purchase-connector-static.json +++ b/Carthage/purchase-connector-static.json @@ -1,5 +1,6 @@ { "6.10.1": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.10.1/purchase-connector-static.xcframework.zip", "6.12.2": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.12.2/purchase-connector-static.xcframework.zip", - "6.12.3": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.12.3/purchase-connector-static.xcframework.zip" + "6.12.3": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.12.3/purchase-connector-static.xcframework.zip", + "6.13.0": "https://github.com/AppsFlyerSDK/appsflyer-apple-purchase-connector/releases/download/6.13.0/purchase-connector-static.xcframework.zip" } diff --git a/Dynamic/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/Info.plist b/Dynamic/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/Info.plist index 29c4155..8cdaed0 100644 Binary files a/Dynamic/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/Info.plist and b/Dynamic/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/Info.plist differ diff --git a/Dynamic/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/PurchaseConnector b/Dynamic/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/PurchaseConnector index a1a20f4..d5a0600 100755 Binary files a/Dynamic/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/PurchaseConnector and b/Dynamic/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/PurchaseConnector differ diff --git a/Dynamic/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/Info.plist b/Dynamic/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/Info.plist index 65255f4..4c1df1f 100644 Binary files a/Dynamic/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/Info.plist and b/Dynamic/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/Info.plist differ diff --git a/Dynamic/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/PurchaseConnector b/Dynamic/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/PurchaseConnector index 0c47da4..b6635b6 100755 Binary files a/Dynamic/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/PurchaseConnector and b/Dynamic/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/PurchaseConnector differ diff --git a/Dynamic/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeResources b/Dynamic/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeResources index e70cacd..764009d 100644 --- a/Dynamic/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeResources +++ b/Dynamic/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeResources @@ -14,7 +14,7 @@ Info.plist - C1q1SoGfVnU0u1JP+wlBuRNjGl4= + v2y2ajNkvgGQ4zRX+CoiSnNVKBQ= Modules/module.modulemap diff --git a/PurchaseConnector.podspec b/PurchaseConnector.podspec index df3bc85..7f203f5 100644 --- a/PurchaseConnector.podspec +++ b/PurchaseConnector.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'PurchaseConnector' - s.version = "6.12.3" + s.version = "6.13.0" s.summary = 'AppsFlyer iOS SDK ARS Beta' s.description = <<-DESC @@ -22,15 +22,21 @@ Pod::Spec.new do |s| s.default_subspecs = 'Main' s.subspec 'Main' do |ss| - ss.ios.dependency 'AppsFlyerFramework', "6.12.2" + ss.ios.dependency 'AppsFlyerFramework', "6.13.0" ss.ios.preserve_paths = 'PurchaseConnector.xcframework' ss.ios.vendored_frameworks = 'PurchaseConnector.xcframework' end s.subspec 'Dynamic' do |ss| - ss.ios.dependency 'AppsFlyerFramework/Dynamic', "6.12.2" + ss.ios.dependency 'AppsFlyerFramework/Dynamic', "6.13.0" ss.ios.preserve_paths = 'Dynamic/PurchaseConnector.xcframework' ss.ios.vendored_frameworks = 'Dynamic/PurchaseConnector.xcframework' end + s.subspec 'Strict' do |ss| + ss.ios.dependency 'AppsFlyerFramework/Strict', "6.13.0" + ss.ios.preserve_paths = 'PurchaseConnector.xcframework' + ss.ios.vendored_frameworks = 'PurchaseConnector.xcframework' + end + end diff --git a/PurchaseConnector.xcframework/Info.plist b/PurchaseConnector.xcframework/Info.plist index 7ef6651..0e38616 100644 --- a/PurchaseConnector.xcframework/Info.plist +++ b/PurchaseConnector.xcframework/Info.plist @@ -6,32 +6,32 @@ LibraryIdentifier - ios-arm64_armv7 + ios-arm64_i386_x86_64-simulator LibraryPath PurchaseConnector.framework SupportedArchitectures arm64 - armv7 + i386 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_i386_x86_64-simulator + ios-arm64_armv7 LibraryPath PurchaseConnector.framework SupportedArchitectures arm64 - i386 - x86_64 + armv7 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/Info.plist b/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/Info.plist index 9c5511c..05fcb24 100644 Binary files a/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/Info.plist and b/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/Info.plist differ diff --git a/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/PurchaseConnector b/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/PurchaseConnector index 78d006f..5fa79dc 100644 Binary files a/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/PurchaseConnector and b/PurchaseConnector.xcframework/ios-arm64_armv7/PurchaseConnector.framework/PurchaseConnector differ diff --git a/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/Info.plist b/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/Info.plist index 2c552ba..a51fca8 100644 Binary files a/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/Info.plist and b/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/Info.plist differ diff --git a/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/PurchaseConnector b/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/PurchaseConnector index b3af44f..7cfd1e1 100644 Binary files a/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/PurchaseConnector and b/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/PurchaseConnector differ diff --git a/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeDirectory b/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeDirectory index 793795e..508473d 100644 Binary files a/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeDirectory and b/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeDirectory differ diff --git a/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeRequirements-1 b/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeRequirements-1 index 34447a6..610a8e3 100644 Binary files a/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeRequirements-1 and b/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeResources b/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeResources index 608a55e..08f8776 100644 --- a/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeResources +++ b/PurchaseConnector.xcframework/ios-arm64_i386_x86_64-simulator/PurchaseConnector.framework/_CodeSignature/CodeResources @@ -14,7 +14,7 @@ Info.plist - WUV879I+yBue+dTtdscnKCp6JQY= + rlVw2Hd3qJE8xSESFYc9D6wsiss= Modules/module.modulemap