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
1 change: 1 addition & 0 deletions programming/objectivec-swift/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permalink: /programming/objectivec-swift/release-notes/

# Dynamsoft Barcode Reader iOS SDK - Release Notes

- [11.0.5100 (08/05/2025)]({{ site.oc_release_notes }}ios-11.html#1105100-08052025)
- [11.0.5000 (07/29/2025)]({{ site.oc_release_notes }}ios-11.html#1105000-07292025)
- [11.0.3000 (05/15/2025)]({{ site.oc_release_notes }}ios-11.html#1103000-05152025)
- [10.4.3002 (03/07/2025)]({{ site.oc_release_notes }}ios-10.html#1043002-03072025)
Expand Down
6 changes: 6 additions & 0 deletions programming/objectivec-swift/release-notes/ios-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ noTitleIndex: true

# Release Notes for iOS SDK - 11.x

## 11.0.5100 (08/05/2025)

### Fixed

- Small fixes and tweaks.

## 11.0.5000 (07/29/2025)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions programming/objectivec-swift/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ There are three ways in which you can include the `DynamsoftBarcodeReaderBundle`

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

3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.0.5000**, then click **Add Package**.
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.0.5100**, then click **Add Package**.

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

Expand All @@ -47,7 +47,7 @@ There are three ways in which you can include the `DynamsoftBarcodeReaderBundle`
target 'ScanSingleBarcode' do
use_frameworks!

pod 'DynamsoftBarcodeReaderBundle','11.0.5000'
pod 'DynamsoftBarcodeReaderBundle','11.0.5100'

end
```
Expand Down