Skip to content

Commit ddbe5d9

Browse files
Google ML Kitzongmins
Google ML Kit
authored andcommitted
List of included changes:
- Internal cleanup. PiperOrigin-RevId: 678318385 Change-Id: I05bf0e9944ccbb03533db503c9f41481209f1e3b
1 parent 44e6a6a commit ddbe5d9

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

ios/quickstarts/vision/Podfile

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
platform :ios, '12.0'
1+
platform :ios, '15.5'
22
use_frameworks!
33

44
project 'VisionExample.xcodeproj'
55

6-
pod 'GoogleMLKit/BarcodeScanning', '6.0.0'
7-
pod 'GoogleMLKit/FaceDetection', '6.0.0'
8-
pod 'GoogleMLKit/ImageLabeling', '6.0.0'
9-
pod 'GoogleMLKit/ImageLabelingCustom', '6.0.0'
10-
pod 'GoogleMLKit/ObjectDetection', '6.0.0'
11-
pod 'GoogleMLKit/ObjectDetectionCustom', '6.0.0'
12-
pod 'GoogleMLKit/PoseDetection', '6.0.0'
13-
pod 'GoogleMLKit/PoseDetectionAccurate', '6.0.0'
14-
pod 'GoogleMLKit/SegmentationSelfie', '6.0.0'
15-
pod 'GoogleMLKit/TextRecognition', '6.0.0'
16-
pod 'GoogleMLKit/TextRecognitionChinese', '6.0.0'
17-
pod 'GoogleMLKit/TextRecognitionDevanagari', '6.0.0'
18-
pod 'GoogleMLKit/TextRecognitionJapanese', '6.0.0'
19-
pod 'GoogleMLKit/TextRecognitionKorean', '6.0.0'
6+
pod 'GoogleMLKit/BarcodeScanning', '7.0.0'
7+
pod 'GoogleMLKit/FaceDetection', '7.0.0'
8+
pod 'GoogleMLKit/ImageLabeling', '7.0.0'
9+
pod 'GoogleMLKit/ImageLabelingCustom', '7.0.0'
10+
pod 'GoogleMLKit/ObjectDetection', '7.0.0'
11+
pod 'GoogleMLKit/ObjectDetectionCustom', '7.0.0'
12+
pod 'GoogleMLKit/PoseDetection', '7.0.0'
13+
pod 'GoogleMLKit/PoseDetectionAccurate', '7.0.0'
14+
pod 'GoogleMLKit/SegmentationSelfie', '7.0.0'
15+
pod 'GoogleMLKit/TextRecognition', '7.0.0'
16+
pod 'GoogleMLKit/TextRecognitionChinese', '7.0.0'
17+
pod 'GoogleMLKit/TextRecognitionDevanagari', '7.0.0'
18+
pod 'GoogleMLKit/TextRecognitionJapanese', '7.0.0'
19+
pod 'GoogleMLKit/TextRecognitionKorean', '7.0.0'
2020

2121
target 'VisionExample' do
2222
end
@@ -35,7 +35,7 @@ post_install do |installer|
3535
project.targets.each do |target|
3636
target.build_configurations.each do |config|
3737
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
38-
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
38+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.5'
3939
end
4040
end
4141
end

ios/quickstarts/vision/VisionExample.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
486486
GCC_WARN_UNUSED_FUNCTION = YES;
487487
GCC_WARN_UNUSED_VARIABLE = YES;
488-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
488+
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
489489
MTL_ENABLE_DEBUG_INFO = YES;
490490
ONLY_ACTIVE_ARCH = YES;
491491
SDKROOT = iphoneos;
@@ -539,7 +539,7 @@
539539
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
540540
GCC_WARN_UNUSED_FUNCTION = YES;
541541
GCC_WARN_UNUSED_VARIABLE = YES;
542-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
542+
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
543543
MTL_ENABLE_DEBUG_INFO = NO;
544544
SDKROOT = iphoneos;
545545
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

0 commit comments

Comments
 (0)