Skip to content

Commit

Permalink
Merge branch 'dev/DELIVERY-12243/cached-receipt-retry' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-kremer93 committed Mar 29, 2023
2 parents 752cfd2 + 30aa3a3 commit 1f7de52
Show file tree
Hide file tree
Showing 43 changed files with 13 additions and 9 deletions.
6 changes: 4 additions & 2 deletions Dynamic/PurchaseConnector.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PurchaseConnector.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
Expand All @@ -21,12 +22,13 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>PurchaseConnector.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
Q7HNMzTNejTVPvd+KlMewx5RMss=
Wym8q1QZg4A4rxQkb+yEA5lkiDk=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions PurchaseConnector.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|


s.name = 'PurchaseConnector'
s.version = '6.8.1'
s.version = '6.10.0'
s.summary = 'AppsFlyer iOS SDK ARS Beta'

s.description = <<-DESC
Expand All @@ -23,13 +23,13 @@ Pod::Spec.new do |s|
s.default_subspecs = 'Main'

s.subspec 'Main' do |ss|
ss.ios.dependency 'AppsFlyerFramework', ">= 6.8.0"
ss.ios.dependency 'AppsFlyerFramework', "6.10.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.8.0"
ss.ios.dependency 'AppsFlyerFramework/Dynamic', "6.10.0"
ss.ios.preserve_paths = 'Dynamic/PurchaseConnector.xcframework'
ss.ios.vendored_frameworks = 'Dynamic/PurchaseConnector.xcframework'
end
Expand Down
6 changes: 4 additions & 2 deletions PurchaseConnector.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PurchaseConnector.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
Expand All @@ -21,12 +22,13 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>PurchaseConnector.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
Q7HNMzTNejTVPvd+KlMewx5RMss=
Wym8q1QZg4A4rxQkb+yEA5lkiDk=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1f7de52

Please sign in to comment.