diff --git a/programming/objectivec-swift/release-notes/index.md b/programming/objectivec-swift/release-notes/index.md index 131261d8..3ceb3738 100644 --- a/programming/objectivec-swift/release-notes/index.md +++ b/programming/objectivec-swift/release-notes/index.md @@ -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) diff --git a/programming/objectivec-swift/release-notes/ios-11.md b/programming/objectivec-swift/release-notes/ios-11.md index d0ef967f..0c60e044 100644 --- a/programming/objectivec-swift/release-notes/ios-11.md +++ b/programming/objectivec-swift/release-notes/ios-11.md @@ -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 diff --git a/programming/objectivec-swift/user-guide.md b/programming/objectivec-swift/user-guide.md index a781b95b..943a5ff0 100644 --- a/programming/objectivec-swift/user-guide.md +++ b/programming/objectivec-swift/user-guide.md @@ -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. @@ -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 ```