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: 2 additions & 2 deletions programming/ios/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
target 'HelloWorld' do
use_frameworks!

pod 'DynamsoftCaptureVisionBundle','3.0.5100'
pod 'DynamsoftCaptureVisionBundle','3.0.5200'

end
```
Expand All @@ -66,7 +66,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw

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

3. Select `capture-vision-spm`, choose `Exact version`, enter **3.0.5100**, then click **Add Package**.
3. Select `capture-vision-spm`, choose `Exact version`, enter **3.0.5200**, then click **Add Package**.

4. Check all the frameworks and add.

Expand Down
2 changes: 1 addition & 1 deletion programming/maui/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You need to add the library via the project file and complete additional steps f
...
<ItemGroup>
...
<PackageReference Include="Dynamsoft.CaptureVisionBundle.Maui" Version="3.0.3100" />
<PackageReference Include="Dynamsoft.CaptureVisionBundle.Maui" Version="3.0.5200" />
</ItemGroup>
</Project>
```
Expand Down