Skip to content

Commit dc9e496

Browse files
committed
Merge branch 'master' of github.com:flutter/flutter into goldenFlake3
2 parents 3e88c94 + 2e85e74 commit dc9e496

File tree

170 files changed

+9227
-2699
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+9227
-2699
lines changed

.ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ platform_properties:
7878
device_type: none
7979
cpu: x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
8080
xcode: 14a5294e # xcode 14.0 beta 5
81-
cleanup_xcode_cache: "true"
8281
mac_arm64:
8382
properties:
8483
dependencies: >-
@@ -87,7 +86,6 @@ platform_properties:
8786
device_type: none
8887
cpu: arm64
8988
xcode: 14a5294e # xcode 14.0 beta 5
90-
cleanup_xcode_cache: "true"
9189
mac_x64:
9290
properties:
9391
dependencies: >-
@@ -96,7 +94,6 @@ platform_properties:
9694
device_type: none
9795
cpu: x86
9896
xcode: 14a5294e # xcode 14.0 beta 5
99-
cleanup_xcode_cache: "true"
10097
mac_android:
10198
properties:
10299
dependencies: >-
@@ -229,7 +226,6 @@ targets:
229226
230227
- name: Linux build_tests_2_3
231228
recipe: flutter/flutter_drone
232-
bringup: true
233229
timeout: 60
234230
properties:
235231
dependencies: >-
@@ -1999,7 +1995,6 @@ targets:
19991995

20001996
- name: Linux_android new_gallery__transition_perf
20011997
recipe: devicelab/devicelab_drone
2002-
bringup: true # Flaky: https://github.com/flutter/flutter/issues/114025
20031998
presubmit: false
20041999
timeout: 60
20052000
properties:

bin/internal/engine.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a98c82a5e5838a52e1b9b41f7b73765adf36b2d0
1+
004a305166d57756cf7c5f6255dd09a5cf43479d

bin/internal/flutter_plugins.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5c11747ae1435eb41018845f02effc4a3e9f9c05
1+
3ca34103db0f12e2449370a95deb026f6fb7bb96

bin/internal/fuchsia-linux.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
HIyR3VT4K1bz5xMC_uQxTNXM0Gm9tXpVcMkfmDYiBmkC
1+
mDzQK4ZUk_Y4wfZa_uWA6gn3h-Zv28dRjMCZqWd3beUC

bin/internal/fuchsia-mac.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8crH2J8BDsDv1fcgYb2n3fPMq6TwGABq6Vs-urNtQYYC
1+
sa5bVGimNo3JwLV27Wpu8RLzitWUvIeqJtAqcrtplosC

dev/benchmarks/complex_layout/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :osx, '10.13'
1+
platform :osx, '10.14'
22

33
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

dev/benchmarks/complex_layout/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
388388
GCC_WARN_UNUSED_FUNCTION = YES;
389389
GCC_WARN_UNUSED_VARIABLE = YES;
390-
MACOSX_DEPLOYMENT_TARGET = 10.13;
390+
MACOSX_DEPLOYMENT_TARGET = 10.14;
391391
MTL_ENABLE_DEBUG_INFO = NO;
392392
SDKROOT = macosx;
393393
SWIFT_COMPILATION_MODE = wholemodule;
@@ -466,7 +466,7 @@
466466
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
467467
GCC_WARN_UNUSED_FUNCTION = YES;
468468
GCC_WARN_UNUSED_VARIABLE = YES;
469-
MACOSX_DEPLOYMENT_TARGET = 10.13;
469+
MACOSX_DEPLOYMENT_TARGET = 10.14;
470470
MTL_ENABLE_DEBUG_INFO = YES;
471471
ONLY_ACTIVE_ARCH = YES;
472472
SDKROOT = macosx;
@@ -513,7 +513,7 @@
513513
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
514514
GCC_WARN_UNUSED_FUNCTION = YES;
515515
GCC_WARN_UNUSED_VARIABLE = YES;
516-
MACOSX_DEPLOYMENT_TARGET = 10.13;
516+
MACOSX_DEPLOYMENT_TARGET = 10.14;
517517
MTL_ENABLE_DEBUG_INFO = NO;
518518
SDKROOT = macosx;
519519
SWIFT_COMPILATION_MODE = wholemodule;

dev/benchmarks/macrobenchmarks/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :osx, '10.13'
1+
platform :osx, '10.14'
22

33
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

dev/benchmarks/macrobenchmarks/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
401401
GCC_WARN_UNUSED_FUNCTION = YES;
402402
GCC_WARN_UNUSED_VARIABLE = YES;
403-
MACOSX_DEPLOYMENT_TARGET = 10.13;
403+
MACOSX_DEPLOYMENT_TARGET = 10.14;
404404
MTL_ENABLE_DEBUG_INFO = NO;
405405
SDKROOT = macosx;
406406
SWIFT_COMPILATION_MODE = wholemodule;
@@ -479,7 +479,7 @@
479479
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
480480
GCC_WARN_UNUSED_FUNCTION = YES;
481481
GCC_WARN_UNUSED_VARIABLE = YES;
482-
MACOSX_DEPLOYMENT_TARGET = 10.13;
482+
MACOSX_DEPLOYMENT_TARGET = 10.14;
483483
MTL_ENABLE_DEBUG_INFO = YES;
484484
ONLY_ACTIVE_ARCH = YES;
485485
SDKROOT = macosx;
@@ -526,7 +526,7 @@
526526
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
527527
GCC_WARN_UNUSED_FUNCTION = YES;
528528
GCC_WARN_UNUSED_VARIABLE = YES;
529-
MACOSX_DEPLOYMENT_TARGET = 10.13;
529+
MACOSX_DEPLOYMENT_TARGET = 10.14;
530530
MTL_ENABLE_DEBUG_INFO = NO;
531531
SDKROOT = macosx;
532532
SWIFT_COMPILATION_MODE = wholemodule;

dev/benchmarks/multiple_flutters/module/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
meta: 1.8.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
2727
path: 1.8.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
2828
path_provider: 2.0.11 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
29-
path_provider_android: 2.0.20 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
29+
path_provider_android: 2.0.21 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3030
path_provider_ios: 2.0.11 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3131
path_provider_linux: 2.1.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3232
path_provider_macos: 2.0.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@@ -51,4 +51,4 @@ flutter:
5151
androidPackage: com.example.multiple_flutters_module
5252
iosBundleIdentifier: com.example.multipleFluttersModule
5353

54-
# PUBSPEC CHECKSUM: 48f6
54+
# PUBSPEC CHECKSUM: e3f7

dev/bots/post_process_docs.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Future<void> postProcess() async {
6565
final File versionFile = File('version');
6666
final String version = versionFile.readAsStringSync();
6767
// Recreate footer
68-
final String publishPath = path.join(docsPath, 'doc', 'api', 'footer.js');
68+
final String publishPath = path.join(docsPath, '..', 'docs', 'doc', 'flutter', 'footer.js');
6969
final File footerFile = File(publishPath)..createSync(recursive: true);
7070
createFooter(footerFile, version);
7171
}

dev/devicelab/bin/tasks/new_gallery__transition_perf.dart

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ Future<void> main() async {
1717
final Directory galleryDir = Directory(path.join(galleryParentDir.path, 'gallery'));
1818

1919
try {
20-
await task(NewGalleryPerfTest(galleryDir).run);
20+
await task(
21+
NewGalleryPerfTest(
22+
galleryDir,
23+
// time out after 20 minutes allowing the tool to take a screenshot to debug
24+
// https://github.com/flutter/flutter/issues/114025.
25+
timeoutSeconds: 20 * 60,
26+
).run,
27+
);
2128
} finally {
2229
rmTree(galleryParentDir);
2330
}

dev/devicelab/lib/tasks/new_gallery.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class NewGalleryPerfTest extends PerfTest {
1515
String timelineFileName = 'transitions',
1616
String dartDefine = '',
1717
bool enableImpeller = false,
18+
super.timeoutSeconds,
1819
}) : super(
1920
galleryDir.path,
2021
'test_driver/transitions_perf.dart',

dev/devicelab/lib/tasks/perf_tests.dart

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,7 @@ class PerfTest {
914914
this.device,
915915
this.flutterDriveCallback,
916916
this.enableImpeller = false,
917+
this.timeoutSeconds,
917918
}): _resultFilename = resultFilename;
918919

919920
const PerfTest.e2e(
@@ -929,6 +930,7 @@ class PerfTest {
929930
this.device,
930931
this.flutterDriveCallback,
931932
this.enableImpeller = false,
933+
this.timeoutSeconds,
932934
}) : saveTraceFile = false, timelineFileName = null, _resultFilename = resultFilename;
933935

934936
/// The directory where the app under test is defined.
@@ -963,6 +965,9 @@ class PerfTest {
963965
/// Whether the perf test should enable Impeller.
964966
final bool enableImpeller;
965967

968+
/// Number of seconds to time out the test after, allowing debug callbacks to run.
969+
final int? timeoutSeconds;
970+
966971
/// The keys of the values that need to be reported.
967972
///
968973
/// If it's `null`, then report:
@@ -1020,6 +1025,11 @@ class PerfTest {
10201025
'-v',
10211026
'--verbose-system-logs',
10221027
'--profile',
1028+
if (timeoutSeconds != null)
1029+
...<String>[
1030+
'--timeout',
1031+
timeoutSeconds.toString(),
1032+
],
10231033
if (needsFullTimeline)
10241034
'--trace-startup', // Enables "endless" timeline event buffering.
10251035
'-t', testTarget,
@@ -1039,7 +1049,7 @@ class PerfTest {
10391049
if (flutterDriveCallback != null) {
10401050
flutterDriveCallback!(options);
10411051
} else {
1042-
await flutter('drive', options:options);
1052+
await flutter('drive', options: options);
10431053
}
10441054
final Map<String, dynamic> data = json.decode(
10451055
file('${_testOutputDirectory(testDirectory)}/$resultFilename.json').readAsStringSync(),
@@ -1140,7 +1150,7 @@ class PerfTestWithSkSL extends PerfTest {
11401150
);
11411151

11421152
@override
1143-
Future<TaskResult> run() async {
1153+
Future<TaskResult> run({int? timeoutSeconds}) async {
11441154
return inDirectory<TaskResult>(testDirectory, () async {
11451155
// Some initializations
11461156
_device = await devices.workingDevice;

dev/devicelab/lib/versions/gallery.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// found in the LICENSE file.
44

55
/// The pinned version of flutter gallery, used for devicelab tests.
6-
const String galleryVersion = '9fd4ee5cb2d280f4ddb497e17acf404cb78c96f6';
6+
const String galleryVersion = 'b6728704a6441ac37a21e433a1e43c990780d47b';

dev/integration_tests/android_views/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
material_color_utilities: 0.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3030
meta: 1.8.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3131
path: 1.8.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
32-
path_provider_android: 2.0.20 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
32+
path_provider_android: 2.0.21 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3333
path_provider_ios: 2.0.11 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3434
path_provider_linux: 2.1.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3535
path_provider_macos: 2.0.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@@ -92,4 +92,4 @@ dev_dependencies:
9292
flutter:
9393
uses-material-design: true
9494

95-
# PUBSPEC CHECKSUM: e6aa
95+
# PUBSPEC CHECKSUM: 77ab

dev/integration_tests/channels/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
346346
GCC_WARN_UNUSED_FUNCTION = YES;
347347
GCC_WARN_UNUSED_VARIABLE = YES;
348-
MACOSX_DEPLOYMENT_TARGET = 10.13;
348+
MACOSX_DEPLOYMENT_TARGET = 10.14;
349349
MTL_ENABLE_DEBUG_INFO = NO;
350350
SDKROOT = macosx;
351351
SWIFT_COMPILATION_MODE = wholemodule;
@@ -424,7 +424,7 @@
424424
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
425425
GCC_WARN_UNUSED_FUNCTION = YES;
426426
GCC_WARN_UNUSED_VARIABLE = YES;
427-
MACOSX_DEPLOYMENT_TARGET = 10.13;
427+
MACOSX_DEPLOYMENT_TARGET = 10.14;
428428
MTL_ENABLE_DEBUG_INFO = YES;
429429
ONLY_ACTIVE_ARCH = YES;
430430
SDKROOT = macosx;
@@ -471,7 +471,7 @@
471471
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
472472
GCC_WARN_UNUSED_FUNCTION = YES;
473473
GCC_WARN_UNUSED_VARIABLE = YES;
474-
MACOSX_DEPLOYMENT_TARGET = 10.13;
474+
MACOSX_DEPLOYMENT_TARGET = 10.14;
475475
MTL_ENABLE_DEBUG_INFO = NO;
476476
SDKROOT = macosx;
477477
SWIFT_COMPILATION_MODE = wholemodule;

dev/integration_tests/flutter_gallery/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :osx, '10.13'
1+
platform :osx, '10.14'
22

33
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

dev/integration_tests/flutter_gallery/macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ EXTERNAL SOURCES:
2626

2727
SPEC CHECKSUMS:
2828
connectivity_macos: 5dae6ee11d320fac7c05f0d08bd08fc32b5514d9
29-
FlutterMacOS: ff8bbbdbe83c20fe0f90a7cc96f00cf753baf5cc
29+
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
3030
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
3131
url_launcher_macos: 597e05b8e514239626bcf4a850fcf9ef5c856ec3
3232

33-
PODFILE CHECKSUM: 8719e666d6ae56e47eb36dbc2c8341bbe936a0e6
33+
PODFILE CHECKSUM: 2e6060c123c393d6beb3ee5b7beaf789de4d2e47
3434

3535
COCOAPODS: 1.11.3

dev/integration_tests/flutter_gallery/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
508508
GCC_WARN_UNUSED_FUNCTION = YES;
509509
GCC_WARN_UNUSED_VARIABLE = YES;
510-
MACOSX_DEPLOYMENT_TARGET = 10.13;
510+
MACOSX_DEPLOYMENT_TARGET = 10.14;
511511
MTL_ENABLE_DEBUG_INFO = NO;
512512
SDKROOT = macosx;
513513
SWIFT_COMPILATION_MODE = wholemodule;
@@ -586,7 +586,7 @@
586586
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
587587
GCC_WARN_UNUSED_FUNCTION = YES;
588588
GCC_WARN_UNUSED_VARIABLE = YES;
589-
MACOSX_DEPLOYMENT_TARGET = 10.13;
589+
MACOSX_DEPLOYMENT_TARGET = 10.14;
590590
MTL_ENABLE_DEBUG_INFO = YES;
591591
ONLY_ACTIVE_ARCH = YES;
592592
SDKROOT = macosx;
@@ -633,7 +633,7 @@
633633
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
634634
GCC_WARN_UNUSED_FUNCTION = YES;
635635
GCC_WARN_UNUSED_VARIABLE = YES;
636-
MACOSX_DEPLOYMENT_TARGET = 10.13;
636+
MACOSX_DEPLOYMENT_TARGET = 10.14;
637637
MTL_ENABLE_DEBUG_INFO = NO;
638638
SDKROOT = macosx;
639639
SWIFT_COMPILATION_MODE = wholemodule;

dev/integration_tests/hybrid_android_views/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
material_color_utilities: 0.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3030
meta: 1.8.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3131
path: 1.8.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
32-
path_provider_android: 2.0.20 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
32+
path_provider_android: 2.0.21 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3333
path_provider_ios: 2.0.11 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3434
path_provider_linux: 2.1.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3535
path_provider_macos: 2.0.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@@ -92,4 +92,4 @@ dev_dependencies:
9292
flutter:
9393
uses-material-design: true
9494

95-
# PUBSPEC CHECKSUM: e6aa
95+
# PUBSPEC CHECKSUM: 77ab

dev/integration_tests/ui/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :osx, '10.13'
1+
platform :osx, '10.14'
22

33
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

dev/integration_tests/ui/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
388388
GCC_WARN_UNUSED_FUNCTION = YES;
389389
GCC_WARN_UNUSED_VARIABLE = YES;
390-
MACOSX_DEPLOYMENT_TARGET = 10.13;
390+
MACOSX_DEPLOYMENT_TARGET = 10.14;
391391
MTL_ENABLE_DEBUG_INFO = NO;
392392
SDKROOT = macosx;
393393
SWIFT_COMPILATION_MODE = wholemodule;
@@ -466,7 +466,7 @@
466466
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
467467
GCC_WARN_UNUSED_FUNCTION = YES;
468468
GCC_WARN_UNUSED_VARIABLE = YES;
469-
MACOSX_DEPLOYMENT_TARGET = 10.13;
469+
MACOSX_DEPLOYMENT_TARGET = 10.14;
470470
MTL_ENABLE_DEBUG_INFO = YES;
471471
ONLY_ACTIVE_ARCH = YES;
472472
SDKROOT = macosx;
@@ -513,7 +513,7 @@
513513
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
514514
GCC_WARN_UNUSED_FUNCTION = YES;
515515
GCC_WARN_UNUSED_VARIABLE = YES;
516-
MACOSX_DEPLOYMENT_TARGET = 10.13;
516+
MACOSX_DEPLOYMENT_TARGET = 10.14;
517517
MTL_ENABLE_DEBUG_INFO = NO;
518518
SDKROOT = macosx;
519519
SWIFT_COMPILATION_MODE = wholemodule;

dev/manual_tests/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
346346
GCC_WARN_UNUSED_FUNCTION = YES;
347347
GCC_WARN_UNUSED_VARIABLE = YES;
348-
MACOSX_DEPLOYMENT_TARGET = 10.13;
348+
MACOSX_DEPLOYMENT_TARGET = 10.14;
349349
MTL_ENABLE_DEBUG_INFO = NO;
350350
SDKROOT = macosx;
351351
SWIFT_COMPILATION_MODE = wholemodule;
@@ -424,7 +424,7 @@
424424
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
425425
GCC_WARN_UNUSED_FUNCTION = YES;
426426
GCC_WARN_UNUSED_VARIABLE = YES;
427-
MACOSX_DEPLOYMENT_TARGET = 10.13;
427+
MACOSX_DEPLOYMENT_TARGET = 10.14;
428428
MTL_ENABLE_DEBUG_INFO = YES;
429429
ONLY_ACTIVE_ARCH = YES;
430430
SDKROOT = macosx;
@@ -471,7 +471,7 @@
471471
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
472472
GCC_WARN_UNUSED_FUNCTION = YES;
473473
GCC_WARN_UNUSED_VARIABLE = YES;
474-
MACOSX_DEPLOYMENT_TARGET = 10.13;
474+
MACOSX_DEPLOYMENT_TARGET = 10.14;
475475
MTL_ENABLE_DEBUG_INFO = NO;
476476
SDKROOT = macosx;
477477
SWIFT_COMPILATION_MODE = wholemodule;

0 commit comments

Comments
 (0)