Skip to content

Commit 11dc0c6

Browse files
update to internal commit d2d1df50
1 parent 24e1fc3 commit 11dc0c6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

programming/ios/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ breadcrumbText: Release Notes
99

1010
# Dynamsoft MRZ Scanner iOS SDK - Release Notes
1111

12+
- [3.0.5100 (08/05/2025)]({{ site.ios_release_notes }}ios-3.html#305100-08052025)
1213
- [3.0.5000 (07/29/2025)]({{ site.ios_release_notes }}ios-3.html#305000-07292025)
1314
- [3.0.0 (05/15/2025)]({{ site.ios_release_notes }}ios-3.html#300-05152025)
1415
- [2.0.2 (04/17/2025)]({{ site.ios_release_notes }}ios-2.html#202-04172025)

programming/ios/release-notes/ios-3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ noTitleIndex: true
1010

1111
# Release Notes for iOS SDK - 3.x
1212

13+
## 3.0.5100 (08/05/2025)
14+
15+
### Fixed
16+
17+
- Small fixes and tweaks.
18+
1319
## 3.0.5000 (07/29/2025)
1420

1521
### Changed

programming/ios/user-guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ There are two ways in which you can include the `DynamsoftMRZScanner` library in
6262

6363
2. In the top-right section of the window, search "https://github.com/Dynamsoft/mrz-scanner-spm"
6464

65-
3. Select `mrz-scanner-spm`, choose `Exact version`, enter **3.0.5000**, then click **Add Package**.
65+
3. Select `mrz-scanner-spm`, choose `Exact version`, enter **3.0.5100**, then click **Add Package**.
6666

6767
4. Check all the **xcframeworks** and add them.
6868

@@ -74,7 +74,7 @@ There are two ways in which you can include the `DynamsoftMRZScanner` library in
7474
target 'TargetName' do
7575
use_frameworks!
7676

77-
pod 'DynamsoftMRZScannerBundle','3.0.5000'
77+
pod 'DynamsoftMRZScannerBundle','3.0.5100'
7878

7979
end
8080
```

0 commit comments

Comments
 (0)