Skip to content

Commit ad82209

Browse files
authored
[google_maps_flutter] Update minimum Flutter version to 3.3 and iOS 11 (flutter#3329)
1 parent 18761a2 commit ad82209

File tree

18 files changed

+115
-153
lines changed

18 files changed

+115
-153
lines changed

packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.5
2+
3+
* Updates iOS minimum version in README.
4+
15
## 2.2.4
26

37
* Updates links for the merge of flutter/plugins into flutter/packages.

packages/google_maps_flutter/google_maps_flutter/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
A Flutter plugin that provides a [Google Maps](https://developers.google.com/maps/) widget.
88

9-
| | Android | iOS |
10-
|-------------|---------|--------|
11-
| **Support** | SDK 20+ | iOS 9+ |
9+
| | Android | iOS |
10+
|-------------|---------|---------|
11+
| **Support** | SDK 20+ | iOS 11+ |
1212

1313
## Usage
1414

packages/google_maps_flutter/google_maps_flutter/example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
<string>arm64</string>
2626
</array>
2727
<key>MinimumOSVersion</key>
28-
<string>9.0</string>
28+
<string>11.0</string>
2929
</dict>
3030
</plist>

packages/google_maps_flutter/google_maps_flutter/example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '9.0'
2+
# platform :ios, '11.0'
33

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

packages/google_maps_flutter/google_maps_flutter/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 35 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1111
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1212
4510D964F3B1259FEDD3ABA6 /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7755F8F4BABC3D6A0BD4048B /* libPods-Runner.a */; };
13-
4A097997B7B27CE82FFC3AB8 /* libPods-RunnerUITests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DC8ED0578E8D540BBDA17645 /* libPods-RunnerUITests.a */; };
1413
6851F3562835BC180032B7C8 /* FLTGoogleMapJSONConversionsConversionTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6851F3552835BC180032B7C8 /* FLTGoogleMapJSONConversionsConversionTests.m */; };
1514
68E4726A2836FF0C00BDDDAC /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 68E472692836FF0C00BDDDAC /* MapKit.framework */; };
1615
978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
@@ -21,7 +20,6 @@
2120
982F2A6C27BADE17003C81F4 /* PartiallyMockedMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 982F2A6B27BADE17003C81F4 /* PartiallyMockedMapView.m */; };
2221
F7151F13265D7ED70028CB91 /* GoogleMapsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F7151F12265D7ED70028CB91 /* GoogleMapsTests.m */; };
2322
F7151F21265D7EE50028CB91 /* GoogleMapsUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = F7151F20265D7EE50028CB91 /* GoogleMapsUITests.m */; };
24-
FC8F35FC8CD533B128950487 /* libPods-RunnerTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F267F68029D1A4E2E4C572A7 /* libPods-RunnerTests.a */; };
2523
/* End PBXBuildFile section */
2624

2725
/* Begin PBXContainerItemProxy section */
@@ -60,8 +58,6 @@
6058
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
6159
6851F3552835BC180032B7C8 /* FLTGoogleMapJSONConversionsConversionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FLTGoogleMapJSONConversionsConversionTests.m; sourceTree = "<group>"; };
6260
68E472692836FF0C00BDDDAC /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/iOSSupport/System/Library/Frameworks/MapKit.framework; sourceTree = DEVELOPER_DIR; };
63-
6AC1E6095B09DE4B02ECF64E /* Pods-RunnerUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-RunnerUITests/Pods-RunnerUITests.release.xcconfig"; sourceTree = "<group>"; };
64-
733AFAB37683A9DA7512F09C /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
6561
7755F8F4BABC3D6A0BD4048B /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6662
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
6763
7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
@@ -77,11 +73,7 @@
7773
982F2A6A27BADE17003C81F4 /* PartiallyMockedMapView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PartiallyMockedMapView.h; sourceTree = "<group>"; };
7874
982F2A6B27BADE17003C81F4 /* PartiallyMockedMapView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PartiallyMockedMapView.m; sourceTree = "<group>"; };
7975
B7AFC65E3DD5AC60D834D83D /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
80-
DC8ED0578E8D540BBDA17645 /* libPods-RunnerUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RunnerUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
81-
DDDAC1342ABDF2F125577581 /* Pods-RunnerUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RunnerUITests/Pods-RunnerUITests.debug.xcconfig"; sourceTree = "<group>"; };
82-
E52C6A6210A56F027C582EF9 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
8376
EA0E91726245EDC22B97E8B9 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
84-
F267F68029D1A4E2E4C572A7 /* libPods-RunnerTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RunnerTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
8577
F7151F10265D7ED70028CB91 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8678
F7151F12265D7ED70028CB91 /* GoogleMapsTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GoogleMapsTests.m; sourceTree = "<group>"; };
8779
F7151F14265D7ED70028CB91 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -104,15 +96,13 @@
10496
buildActionMask = 2147483647;
10597
files = (
10698
68E4726A2836FF0C00BDDDAC /* MapKit.framework in Frameworks */,
107-
FC8F35FC8CD533B128950487 /* libPods-RunnerTests.a in Frameworks */,
10899
);
109100
runOnlyForDeploymentPostprocessing = 0;
110101
};
111102
F7151F1B265D7EE50028CB91 /* Frameworks */ = {
112103
isa = PBXFrameworksBuildPhase;
113104
buildActionMask = 2147483647;
114105
files = (
115-
4A097997B7B27CE82FFC3AB8 /* libPods-RunnerUITests.a in Frameworks */,
116106
);
117107
runOnlyForDeploymentPostprocessing = 0;
118108
};
@@ -124,8 +114,6 @@
124114
children = (
125115
68E472692836FF0C00BDDDAC /* MapKit.framework */,
126116
7755F8F4BABC3D6A0BD4048B /* libPods-Runner.a */,
127-
F267F68029D1A4E2E4C572A7 /* libPods-RunnerTests.a */,
128-
DC8ED0578E8D540BBDA17645 /* libPods-RunnerUITests.a */,
129117
);
130118
name = Frameworks;
131119
sourceTree = "<group>";
@@ -193,10 +181,6 @@
193181
children = (
194182
B7AFC65E3DD5AC60D834D83D /* Pods-Runner.debug.xcconfig */,
195183
EA0E91726245EDC22B97E8B9 /* Pods-Runner.release.xcconfig */,
196-
E52C6A6210A56F027C582EF9 /* Pods-RunnerTests.debug.xcconfig */,
197-
733AFAB37683A9DA7512F09C /* Pods-RunnerTests.release.xcconfig */,
198-
DDDAC1342ABDF2F125577581 /* Pods-RunnerUITests.debug.xcconfig */,
199-
6AC1E6095B09DE4B02ECF64E /* Pods-RunnerUITests.release.xcconfig */,
200184
);
201185
name = Pods;
202186
sourceTree = "<group>";
@@ -251,7 +235,6 @@
251235
isa = PBXNativeTarget;
252236
buildConfigurationList = F7151F19265D7ED70028CB91 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
253237
buildPhases = (
254-
D067548A17DC238B80D2BD12 /* [CP] Check Pods Manifest.lock */,
255238
F7151F0C265D7ED70028CB91 /* Sources */,
256239
F7151F0D265D7ED70028CB91 /* Frameworks */,
257240
F7151F0E265D7ED70028CB91 /* Resources */,
@@ -270,7 +253,6 @@
270253
isa = PBXNativeTarget;
271254
buildConfigurationList = F7151F25265D7EE50028CB91 /* Build configuration list for PBXNativeTarget "RunnerUITests" */;
272255
buildPhases = (
273-
BD39F60794E9A0264D5D3752 /* [CP] Check Pods Manifest.lock */,
274256
F7151F1A265D7EE50028CB91 /* Sources */,
275257
F7151F1B265D7EE50028CB91 /* Frameworks */,
276258
F7151F1C265D7EE50028CB91 /* Resources */,
@@ -291,7 +273,7 @@
291273
97C146E61CF9000F007C117D /* Project object */ = {
292274
isa = PBXProject;
293275
attributes = {
294-
LastUpgradeCheck = 1320;
276+
LastUpgradeCheck = 1300;
295277
ORGANIZATIONNAME = "The Flutter Authors";
296278
TargetAttributes = {
297279
97C146ED1CF9000F007C117D = {
@@ -360,10 +342,12 @@
360342
/* Begin PBXShellScriptBuildPhase section */
361343
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
362344
isa = PBXShellScriptBuildPhase;
345+
alwaysOutOfDate = 1;
363346
buildActionMask = 2147483647;
364347
files = (
365348
);
366349
inputPaths = (
350+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
367351
);
368352
name = "Thin Binary";
369353
outputPaths = (
@@ -392,6 +376,7 @@
392376
};
393377
9740EEB61CF901F6004384FC /* Run Script */ = {
394378
isa = PBXShellScriptBuildPhase;
379+
alwaysOutOfDate = 1;
395380
buildActionMask = 2147483647;
396381
files = (
397382
);
@@ -422,50 +407,6 @@
422407
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
423408
showEnvVarsInLog = 0;
424409
};
425-
BD39F60794E9A0264D5D3752 /* [CP] Check Pods Manifest.lock */ = {
426-
isa = PBXShellScriptBuildPhase;
427-
buildActionMask = 2147483647;
428-
files = (
429-
);
430-
inputFileListPaths = (
431-
);
432-
inputPaths = (
433-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
434-
"${PODS_ROOT}/Manifest.lock",
435-
);
436-
name = "[CP] Check Pods Manifest.lock";
437-
outputFileListPaths = (
438-
);
439-
outputPaths = (
440-
"$(DERIVED_FILE_DIR)/Pods-RunnerUITests-checkManifestLockResult.txt",
441-
);
442-
runOnlyForDeploymentPostprocessing = 0;
443-
shellPath = /bin/sh;
444-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
445-
showEnvVarsInLog = 0;
446-
};
447-
D067548A17DC238B80D2BD12 /* [CP] Check Pods Manifest.lock */ = {
448-
isa = PBXShellScriptBuildPhase;
449-
buildActionMask = 2147483647;
450-
files = (
451-
);
452-
inputFileListPaths = (
453-
);
454-
inputPaths = (
455-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
456-
"${PODS_ROOT}/Manifest.lock",
457-
);
458-
name = "[CP] Check Pods Manifest.lock";
459-
outputFileListPaths = (
460-
);
461-
outputPaths = (
462-
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
463-
);
464-
runOnlyForDeploymentPostprocessing = 0;
465-
shellPath = /bin/sh;
466-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
467-
showEnvVarsInLog = 0;
468-
};
469410
/* End PBXShellScriptBuildPhase section */
470411

471412
/* Begin PBXSourcesBuildPhase section */
@@ -581,7 +522,7 @@
581522
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
582523
GCC_WARN_UNUSED_FUNCTION = YES;
583524
GCC_WARN_UNUSED_VARIABLE = YES;
584-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
525+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
585526
MTL_ENABLE_DEBUG_INFO = YES;
586527
ONLY_ACTIVE_ARCH = YES;
587528
SDKROOT = iphoneos;
@@ -632,7 +573,7 @@
632573
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
633574
GCC_WARN_UNUSED_FUNCTION = YES;
634575
GCC_WARN_UNUSED_VARIABLE = YES;
635-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
576+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
636577
MTL_ENABLE_DEBUG_INFO = NO;
637578
SDKROOT = iphoneos;
638579
TARGETED_DEVICE_FAMILY = "1,2";
@@ -652,7 +593,10 @@
652593
"$(PROJECT_DIR)/Flutter",
653594
);
654595
INFOPLIST_FILE = Runner/Info.plist;
655-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
596+
LD_RUNPATH_SEARCH_PATHS = (
597+
"$(inherited)",
598+
"@executable_path/Frameworks",
599+
);
656600
LIBRARY_SEARCH_PATHS = (
657601
"$(inherited)",
658602
"$(PROJECT_DIR)/Flutter",
@@ -674,7 +618,10 @@
674618
"$(PROJECT_DIR)/Flutter",
675619
);
676620
INFOPLIST_FILE = Runner/Info.plist;
677-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
621+
LD_RUNPATH_SEARCH_PATHS = (
622+
"$(inherited)",
623+
"@executable_path/Frameworks",
624+
);
678625
LIBRARY_SEARCH_PATHS = (
679626
"$(inherited)",
680627
"$(PROJECT_DIR)/Flutter",
@@ -686,13 +633,16 @@
686633
};
687634
F7151F17265D7ED70028CB91 /* Debug */ = {
688635
isa = XCBuildConfiguration;
689-
baseConfigurationReference = E52C6A6210A56F027C582EF9 /* Pods-RunnerTests.debug.xcconfig */;
690636
buildSettings = {
691637
BUNDLE_LOADER = "$(TEST_HOST)";
692638
CODE_SIGN_STYLE = Automatic;
693639
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
694640
INFOPLIST_FILE = RunnerTests/Info.plist;
695-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
641+
LD_RUNPATH_SEARCH_PATHS = (
642+
"$(inherited)",
643+
"@executable_path/Frameworks",
644+
"@loader_path/Frameworks",
645+
);
696646
MTL_FAST_MATH = YES;
697647
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.RunnerTests;
698648
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -702,13 +652,16 @@
702652
};
703653
F7151F18265D7ED70028CB91 /* Release */ = {
704654
isa = XCBuildConfiguration;
705-
baseConfigurationReference = 733AFAB37683A9DA7512F09C /* Pods-RunnerTests.release.xcconfig */;
706655
buildSettings = {
707656
BUNDLE_LOADER = "$(TEST_HOST)";
708657
CODE_SIGN_STYLE = Automatic;
709658
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
710659
INFOPLIST_FILE = RunnerTests/Info.plist;
711-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
660+
LD_RUNPATH_SEARCH_PATHS = (
661+
"$(inherited)",
662+
"@executable_path/Frameworks",
663+
"@loader_path/Frameworks",
664+
);
712665
MTL_FAST_MATH = YES;
713666
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.RunnerTests;
714667
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -718,11 +671,14 @@
718671
};
719672
F7151F26265D7EE50028CB91 /* Debug */ = {
720673
isa = XCBuildConfiguration;
721-
baseConfigurationReference = DDDAC1342ABDF2F125577581 /* Pods-RunnerUITests.debug.xcconfig */;
722674
buildSettings = {
723675
CODE_SIGN_STYLE = Automatic;
724676
INFOPLIST_FILE = RunnerUITests/Info.plist;
725-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
677+
LD_RUNPATH_SEARCH_PATHS = (
678+
"$(inherited)",
679+
"@executable_path/Frameworks",
680+
"@loader_path/Frameworks",
681+
);
726682
MTL_FAST_MATH = YES;
727683
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.RunnerUITests;
728684
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -732,11 +688,14 @@
732688
};
733689
F7151F27265D7EE50028CB91 /* Release */ = {
734690
isa = XCBuildConfiguration;
735-
baseConfigurationReference = 6AC1E6095B09DE4B02ECF64E /* Pods-RunnerUITests.release.xcconfig */;
736691
buildSettings = {
737692
CODE_SIGN_STYLE = Automatic;
738693
INFOPLIST_FILE = RunnerUITests/Info.plist;
739-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
694+
LD_RUNPATH_SEARCH_PATHS = (
695+
"$(inherited)",
696+
"@executable_path/Frameworks",
697+
"@loader_path/Frameworks",
698+
);
740699
MTL_FAST_MATH = YES;
741700
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.RunnerUITests;
742701
PRODUCT_NAME = "$(TARGET_NAME)";

packages/google_maps_flutter/google_maps_flutter/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1320"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

packages/google_maps_flutter/google_maps_flutter/example/ios/Runner/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,9 @@
4747
</array>
4848
<key>UIViewControllerBasedStatusBarAppearance</key>
4949
<false/>
50+
<key>CADisableMinimumFrameDurationOnPhone</key>
51+
<true/>
52+
<key>UIApplicationSupportsIndirectInputEvents</key>
53+
<true/>
5054
</dict>
5155
</plist>

packages/google_maps_flutter/google_maps_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_maps_flutter
22
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
33
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
5-
version: 2.2.4
5+
version: 2.2.5
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"

packages/google_maps_flutter/google_maps_flutter_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.0
2+
3+
* Updates minimum Flutter version to 3.3 and iOS 11.
4+
15
## 2.1.14
26

37
* Updates links for the merge of flutter/plugins into flutter/packages.

packages/google_maps_flutter/google_maps_flutter_ios/example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
<string>arm64</string>
2626
</array>
2727
<key>MinimumOSVersion</key>
28-
<string>9.0</string>
28+
<string>11.0</string>
2929
</dict>
3030
</plist>

0 commit comments

Comments
 (0)