Skip to content

Commit b047421

Browse files
committed
feat(ios): upgrade MLKit to version 3.2.0
1 parent 02daf9c commit b047421

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ios/Plugin.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,11 @@
270270
);
271271
inputPaths = (
272272
"${PODS_ROOT}/Target Support Files/Pods-Plugin/Pods-Plugin-resources.sh",
273-
"${PODS_CONFIGURATION_BUILD_DIR}/MLKitTextRecognition/GoogleMVTextDetectorResources.bundle",
273+
"${PODS_CONFIGURATION_BUILD_DIR}/MLKitTextRecognition/LatinOCRResources.bundle",
274274
);
275275
name = "[CP] Copy Pods Resources";
276276
outputPaths = (
277-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMVTextDetectorResources.bundle",
277+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/LatinOCRResources.bundle",
278278
);
279279
runOnlyForDeploymentPostprocessing = 0;
280280
shellPath = /bin/sh;
@@ -322,11 +322,11 @@
322322
);
323323
inputPaths = (
324324
"${PODS_ROOT}/Target Support Files/Pods-PluginTests/Pods-PluginTests-resources.sh",
325-
"${PODS_CONFIGURATION_BUILD_DIR}/MLKitTextRecognition/GoogleMVTextDetectorResources.bundle",
325+
"${PODS_CONFIGURATION_BUILD_DIR}/MLKitTextRecognition/LatinOCRResources.bundle",
326326
);
327327
name = "[CP] Copy Pods Resources";
328328
outputPaths = (
329-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMVTextDetectorResources.bundle",
329+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/LatinOCRResources.bundle",
330330
);
331331
runOnlyForDeploymentPostprocessing = 0;
332332
shellPath = /bin/sh;

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def capacitor_pods
55
use_frameworks!
66
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
77
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
8-
pod 'GoogleMLKit/TextRecognition','2.2.0'
8+
pod 'GoogleMLKit/TextRecognition','3.2.0'
99
end
1010

1111
target 'Plugin' do

0 commit comments

Comments
 (0)