Skip to content

Commit

Permalink
Release v1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav committed Oct 3, 2023
1 parent 9831aec commit 7f42123
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion BlinkReceiptPing.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "BlinkReceiptPing"
s.version = "1.38.0"
s.version = "1.39.0"
s.summary = "BlinkReceiptPing SDK"

s.description = <<-DESC
Expand Down
10 changes: 5 additions & 5 deletions BlinkReceiptPing.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>BlinkReceiptPing.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>BlinkReceiptPing.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Git LFS file not shown
Binary file not shown.
Git LFS file not shown
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</data>
<key>Info.plist</key>
<data>
qxsgtg6Sme1+XJLplHktUq75rZ0=
ZcDlDo/U/IOjVvJ/UI9KfL2I9hE=
</data>
<key>Loading.png</key>
<data>
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# 1.39.0
- Binary optimizations

# 1.38.0
- Capture manufacturer coupons below products

0 comments on commit 7f42123

Please sign in to comment.