Skip to content

Commit 3307e59

Browse files
lipenny000Gerrit Code Review
authored and
Gerrit Code Review
committed
Merge "List of included changes: - Internal cleanup."
2 parents fb8769c + 5be7ead commit 3307e59

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

ios/quickstarts/automl/AutoMLExample.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
CLANG_ENABLE_OBJC_WEAK = YES;
364364
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
365365
CODE_SIGN_STYLE = Automatic;
366-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
366+
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
367367
GENERATE_INFOPLIST_FILE = YES;
368368
MARKETING_VERSION = 1.0;
369369
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
@@ -383,7 +383,7 @@
383383
CLANG_ENABLE_OBJC_WEAK = YES;
384384
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
385385
CODE_SIGN_STYLE = Automatic;
386-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
386+
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
387387
GENERATE_INFOPLIST_FILE = YES;
388388
MARKETING_VERSION = 1.0;
389389
MTL_FAST_MATH = YES;
@@ -403,7 +403,7 @@
403403
CLANG_ENABLE_OBJC_WEAK = YES;
404404
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
405405
CODE_SIGN_STYLE = Automatic;
406-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
406+
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
407407
GENERATE_INFOPLIST_FILE = YES;
408408
MARKETING_VERSION = 1.0;
409409
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
@@ -427,7 +427,7 @@
427427
CLANG_ENABLE_OBJC_WEAK = YES;
428428
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
429429
CODE_SIGN_STYLE = Automatic;
430-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
430+
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
431431
GENERATE_INFOPLIST_FILE = YES;
432432
MARKETING_VERSION = 1.0;
433433
MTL_FAST_MATH = YES;
@@ -493,7 +493,7 @@
493493
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
494494
GCC_WARN_UNUSED_FUNCTION = YES;
495495
GCC_WARN_UNUSED_VARIABLE = YES;
496-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
496+
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
497497
MTL_ENABLE_DEBUG_INFO = YES;
498498
ONLY_ACTIVE_ARCH = YES;
499499
SDKROOT = iphoneos;
@@ -548,7 +548,7 @@
548548
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
549549
GCC_WARN_UNUSED_FUNCTION = YES;
550550
GCC_WARN_UNUSED_VARIABLE = YES;
551-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
551+
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
552552
MTL_ENABLE_DEBUG_INFO = NO;
553553
ONLY_ACTIVE_ARCH = YES;
554554
SDKROOT = iphoneos;

ios/quickstarts/automl/Podfile

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

44
project 'AutoMLExample.xcodeproj'
55

6-
pod 'GoogleMLKit/Common', '6.0.0'
7-
pod 'GoogleMLKit/ImageLabelingCustom', '6.0.0'
8-
pod 'GoogleMLKit/LinkFirebase', '6.0.0'
9-
pod 'GoogleMLKit/ObjectDetectionCustom', '6.0.0'
10-
pod 'GoogleMLKit/Vision', '6.0.0'
6+
pod 'GoogleMLKit/Common', '8.0.0'
7+
pod 'GoogleMLKit/ImageLabelingCustom', '8.0.0'
8+
pod 'GoogleMLKit/LinkFirebase', '8.0.0'
9+
pod 'GoogleMLKit/ObjectDetectionCustom', '8.0.0'
10+
pod 'GoogleMLKit/Vision', '8.0.0'
1111

1212
target 'AutoMLExample' do
1313
end
@@ -26,7 +26,7 @@ post_install do |installer|
2626
project.targets.each do |target|
2727
target.build_configurations.each do |config|
2828
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
29-
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
29+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.5'
3030
end
3131
end
3232
end

0 commit comments

Comments
 (0)