Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d36f46a

Browse files
zongminsGerrit Code Review
authored and
Gerrit Code Review
committed
Merge "List of included changes: - Internal cleanup."
2 parents b25a927 + 66773e2 commit d36f46a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎ios/quickstarts/smartreply/Podfile‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
use_frameworks!
2-
platform :ios, '12.0'
2+
platform :ios, '15.5'
33

44
project 'SmartReplyExample.xcodeproj'
55

6-
pod 'GoogleMLKit/SmartReply', '6.0.0'
6+
pod 'GoogleMLKit/SmartReply', '7.0.0'
77

88
pod 'MaterialComponents'
99
pod 'SwiftLint'
@@ -24,7 +24,7 @@ post_install do |installer|
2424
project.targets.each do |target|
2525
target.build_configurations.each do |config|
2626
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
27-
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
27+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.5'
2828
end
2929
end
3030
end

‎ios/quickstarts/smartreply/SmartReplyExample.xcodeproj/project.pbxproj‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
417417
GCC_WARN_UNUSED_FUNCTION = YES;
418418
GCC_WARN_UNUSED_VARIABLE = YES;
419-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
419+
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
420420
MTL_ENABLE_DEBUG_INFO = YES;
421421
ONLY_ACTIVE_ARCH = YES;
422422
SDKROOT = iphoneos;
@@ -466,7 +466,7 @@
466466
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
467467
GCC_WARN_UNUSED_FUNCTION = YES;
468468
GCC_WARN_UNUSED_VARIABLE = YES;
469-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
469+
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
470470
MTL_ENABLE_DEBUG_INFO = NO;
471471
SDKROOT = iphoneos;
472472
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /