Skip to content

Commit 51a4e3f

Browse files
Merge pull request #356 from dynamsoft-docs/preview
Preview
2 parents 9ac51be + 89e65f7 commit 51a4e3f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

programming/objectivec-swift/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permalink: /programming/objectivec-swift/release-notes/
1010

1111
# Dynamsoft Barcode Reader iOS SDK - Release Notes
1212

13+
- [11.0.5100 (08/05/2025)]({{ site.oc_release_notes }}ios-11.html#1105100-08052025)
1314
- [11.0.5000 (07/29/2025)]({{ site.oc_release_notes }}ios-11.html#1105000-07292025)
1415
- [11.0.3000 (05/15/2025)]({{ site.oc_release_notes }}ios-11.html#1103000-05152025)
1516
- [10.4.3002 (03/07/2025)]({{ site.oc_release_notes }}ios-10.html#1043002-03072025)

programming/objectivec-swift/release-notes/ios-11.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 - 11.x
1212

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

1521
### Changed

programming/objectivec-swift/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ There are three ways in which you can include the `DynamsoftBarcodeReaderBundle`
3535

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

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

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

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

50-
pod 'DynamsoftBarcodeReaderBundle','11.0.5000'
50+
pod 'DynamsoftBarcodeReaderBundle','11.0.5100'
5151

5252
end
5353
```

0 commit comments

Comments
 (0)