File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 270
270
);
271
271
inputPaths = (
272
272
"${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",
274
274
);
275
275
name = "[CP] Copy Pods Resources";
276
276
outputPaths = (
277
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMVTextDetectorResources .bundle",
277
+ "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/LatinOCRResources .bundle",
278
278
);
279
279
runOnlyForDeploymentPostprocessing = 0;
280
280
shellPath = /bin/sh;
322
322
);
323
323
inputPaths = (
324
324
"${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",
326
326
);
327
327
name = "[CP] Copy Pods Resources";
328
328
outputPaths = (
329
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMVTextDetectorResources .bundle",
329
+ "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/LatinOCRResources .bundle",
330
330
);
331
331
runOnlyForDeploymentPostprocessing = 0;
332
332
shellPath = /bin/sh;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ def capacitor_pods
5
5
use_frameworks!
6
6
pod 'Capacitor' , :path => '../node_modules/@capacitor/ios'
7
7
pod 'CapacitorCordova' , :path => '../node_modules/@capacitor/ios'
8
- pod 'GoogleMLKit/TextRecognition' , '2 .2.0'
8
+ pod 'GoogleMLKit/TextRecognition' , '3 .2.0'
9
9
end
10
10
11
11
target 'Plugin' do
You can’t perform that action at this time.
0 commit comments