diff --git a/programming/ios/user-guide.md b/programming/ios/user-guide.md index ef35eba..6f43597 100644 --- a/programming/ios/user-guide.md +++ b/programming/ios/user-guide.md @@ -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 ``` @@ -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. diff --git a/programming/maui/user-guide.md b/programming/maui/user-guide.md index 0395fc3..6721c33 100644 --- a/programming/maui/user-guide.md +++ b/programming/maui/user-guide.md @@ -71,7 +71,7 @@ You need to add the library via the project file and complete additional steps f ... ... - + ```