Skip to content

Commit ebefc0f

Browse files
Updated to 11.4.1010
1 parent 597f0da commit ebefc0f

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

programming/objectivec-swift/foundational-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco
4848

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

51-
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.4.1000**, then click **Add Package**.
51+
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.4.1010**, then click **Add Package**.
5252

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

@@ -60,7 +60,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco
6060
target 'HelloWorld' do
6161
use_frameworks!
6262

63-
pod 'DynamsoftBarcodeReaderBundle','11.4.1000'
63+
pod 'DynamsoftBarcodeReaderBundle','11.4.1010'
6464

6565
end
6666
```

programming/objectivec-swift/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 Barcode Reader iOS SDK - Release Notes
1111

12+
- [11.4.1010 (03/16/2026)]({{ site.oc_release_notes }}ios-11.html#1141010-03162026)
1213
- [11.4.1000 (02/05/2026)]({{ site.oc_release_notes }}ios-11.html#1141000-02052026)
1314
- [11.2.5000 (12/16/2025)]({{ site.oc_release_notes }}ios-11.html#1125000-12162025)
1415
- [11.2.3000 (11/05/2025)]({{ site.oc_release_notes }}ios-11.html#1123000-11052025)

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.4.1010 (03/16/2026)
14+
15+
### Fixed
16+
17+
- Fixed a bug where `DSBarcodeScannerConfig.resolution` is not available when using Objective-C.
18+
1319
## 11.4.1000 (02/05/2026)
1420

1521
### Highlights

programming/objectivec-swift/user-guide.md

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

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

54-
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.4.1000**, then click **Add Package**.
54+
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.4.1010**, then click **Add Package**.
5555

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

@@ -63,7 +63,7 @@ There are three ways in which you can add the `DynamsoftBarcodeReaderBundle` SDK
6363
target 'ScanSingleBarcode' do
6464
use_frameworks!
6565

66-
pod 'DynamsoftBarcodeReaderBundle','11.4.1000'
66+
pod 'DynamsoftBarcodeReaderBundle','11.4.1010'
6767

6868
end
6969
```

0 commit comments

Comments
 (0)