Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions programming/ios/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ noTitleIndex: true

# Release Notes Index - DynamsoftCaptureVisionBundle iOS

- [3.0.5000 (07/29/2025)](ios-2.html#305000-07292025)
- [3.0.3000 (05/15/2025)](ios-2.html#303000-05152025)
- [3.0.5100 (07/29/2025)](ios-3.html#305100-08052025)
- [3.0.5000 (07/29/2025)](ios-3.html#305000-07292025)
- [3.0.3000 (05/15/2025)](ios-3.html#303000-05152025)
- [2.6.1004 (03/07/2025)](ios-2.html#261004-03072025)
- [2.6.1003 (01/23/2025)](ios-2.html#261003-01232025)
- [2.6.1002 (01/14/2025)](ios-2.html#261002-01142025)
Expand Down
6 changes: 6 additions & 0 deletions programming/ios/release-notes/ios-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ noTitleIndex: true

# Release Notes - DynamsoftCaptureVision iOS v3.x

## 3.0.5100 (08/05/2025)

### Fixed

- Small fixes and tweaks.

## 3.0.5000 (07/29/2025)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions programming/ios/user-guide/mrz.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
target '{Your project name}' do
use_frameworks!

pod 'DynamsoftMRZScannerBundle','3.0.5000'
pod 'DynamsoftMRZScannerBundle','3.0.5100'

end
```
Expand All @@ -102,7 +102,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw

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

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

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

Expand Down