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
4 changes: 4 additions & 0 deletions programming/objectivec-swift/release-notes/ios-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ permalink: /programming/objectivec-swift/release-notes/ios-3.html

# DLR Release Notes - iOS 3.x

<!-- ## 3.2.3001 (07/24/2024)

- Updated signature of license module to prevent rejection of Apple store. -->

## 3.2.30 (05/15/2024)

### Highlights
Expand Down
2 changes: 1 addition & 1 deletion programming/objectivec-swift/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ There are two ways to add the libraries into your project - **Manually** or via
target '{Your project name}' do
use_frameworks!

pod 'DynamsoftLabelRecognizerBundle','3.2.3000'
pod 'DynamsoftLabelRecognizerBundle','3.2.3001'

end
```
Expand Down