Skip to content

Commit

Permalink
Release v6.10.1 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
TCvetkovic authored Sep 9, 2024
1 parent 2b1f39a commit 570a846
Show file tree
Hide file tree
Showing 269 changed files with 2,983 additions and 2,968 deletions.
14 changes: 7 additions & 7 deletions BlinkID.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,40 @@
<key>BinaryPath</key>
<string>BlinkID.framework/BlinkID</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>BlinkID.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>BinaryPath</key>
<string>BlinkID.framework/BlinkID</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>BlinkID.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>
<string>XFWK</string>
<key>CFBundleShortVersionString</key>
<string>6.10.0</string>
<string>6.10.1</string>
<key>CFBundleVersion</key>
<string>6.10.0</string>
<string>6.10.1</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
Expand Down
Binary file modified BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID
Binary file not shown.
Binary file modified BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
</data>
<key>Info.plist</key>
<data>
leS19CM6ALmISyKPCGfR8aqGC1c=
qrwC0oUYSUwNz0Iep4+O+mKEoeg=
</data>
<key>Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop</key>
<data>
Expand Down Expand Up @@ -842,7 +842,7 @@
</data>
<key>Modules/BlinkID.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key>
<data>
dbJqt4GJoLwTHXtxP8kh5PdzmI4=
e9JgxVSLpvztnnxWurZL0Mwnbps=
</data>
<key>Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
Expand Down Expand Up @@ -3215,7 +3215,7 @@
<dict>
<key>hash2</key>
<data>
CWeI/c4G+VIhoWa+EIhZ1vKdRjAATcmPWifdNSXCR/M=
IwUFI+1h/m2+oqUpUIC7ijo6Y8rsoMH786zI8OqVwKo=
</data>
</dict>
<key>Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json</key>
Expand Down
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 @@ -778,7 +778,7 @@
</data>
<key>Info.plist</key>
<data>
x78BL3cAyC8SSQt6ij83c5XvR5M=
bT23OM7VBKL89lTJtIdFi8dkJDo=
</data>
<key>Model_07c7ab860e77ec2e92bb822f6d62424b8595a5beb4340f6b2f7f6a4cffa5d050.strop</key>
<data>
Expand Down Expand Up @@ -842,11 +842,11 @@
</data>
<key>Modules/BlinkID.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
<data>
ntVC61PKK35ubQ8uNCmYcebZ8UI=
G2oZePM4q4F5sMeqYdPFx1V1hS0=
</data>
<key>Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
<data>
XjyxmXj7FrelrxeItQQDWwrIxto=
EchZZaCGmZ5cFsH0ZRXtJ2f2U0k=
</data>
<key>Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
Expand Down Expand Up @@ -3239,14 +3239,14 @@
<dict>
<key>hash2</key>
<data>
bnWDGBpO+s7ITv1taZVq2KmTMcyzL+gwXne+DESK/ow=
fQP6+ar6sNR45lwQVHLIojB0lzcsuuhz3IonZO5gVmg=
</data>
</dict>
<key>Modules/BlinkID.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
<dict>
<key>hash2</key>
<data>
ivWkhU46WjwPj9uo87TCMt2T0ZiYKVJHTpnNSGotd80=
JtuYS4TJnvkzW9e2/Swv/D0weLRnwSSLUXBHaEZI91I=
</data>
</dict>
<key>Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## 6.10.1

### Bug fixes
- Fixed a bug that would cause a crash on older iOS versions

## 6.10.0

### New features
Expand Down
4 changes: 2 additions & 2 deletions PPBlinkID.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PPBlinkID"
s.version = "6.10.0"
s.version = "6.10.1"
s.summary = "A delightful component for barcode scanning"
s.homepage = "http://microblink.com"

Expand Down Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
}

s.source = {
:http => 'https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.0/blinkid-ios_v6.10.0.tar.gz'
:http => 'https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.1/blinkid-ios_v6.10.1.tar.gz'
}

s.platform = :ios
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "BlinkID",
url: "https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.0/BlinkID.xcframework.zip",
checksum: "78b6f4bd4ddb8e7791e3b30a9732cbf9607f6ea9c0f1befe04d8c3ad30e31867")
url: "https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.1/BlinkID.xcframework.zip",
checksum: "50fc28f87055db1cff4bd4db0c28c2c31df777ee57f4be76707a97c9d818aa4b")
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pod init
```ruby
platform :ios, '13.0'
target 'Your-App-Name' do
pod 'PPBlinkID', '~> 6.10.0'
pod 'PPBlinkID', '~> 6.10.1'
end
```

Expand Down
5 changes: 5 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## 6.10.1

### Bug fixes
- Fixed a bug that would cause a crash on older iOS versions

## 6.10.0

### New features
Expand Down
4 changes: 4 additions & 0 deletions Transition guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.10.1

- No changes

## 6.10.0

- No changes
Expand Down
3 changes: 2 additions & 1 deletion blinkid-ios.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"6.9.0": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.0/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.0/BlinkID.xcframework.zip",
"6.9.1": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.1/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.1/BlinkID.xcframework.zip",
"6.9.2": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.2/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.9.2/BlinkID.xcframework.zip",
"6.10.0": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.0/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.0/BlinkID.xcframework.zip"
"6.10.0": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.0/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.0/BlinkID.xcframework.zip",
"6.10.1": "https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.1/BlinkID.framework.zip?alt=https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.1/BlinkID.xcframework.zip"
}
2 changes: 1 addition & 1 deletion buildCommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Built from core repository commit bf70715f62438d75b53ca43796df6e66812c7f03
Built from core repository commit 8cd583be42097db384097d27f71485c1c3cb3138
Loading

0 comments on commit 570a846

Please sign in to comment.