This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
packages/google_maps_flutter/google_maps_flutter Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.8
2+
3+ * Mark iOS arm64 simulators as unsupported.
4+
15## 2.0.7
26
37* Add iOS unit and UI integration test targets.
Original file line number Diff line number Diff line change 2525 <string >arm64 </string >
2626 </array >
2727 <key >MinimumOSVersion </key >
28- <string >8 .0 </string >
28+ <string >9 .0 </string >
2929</dict >
3030</plist >
Original file line number Diff line number Diff line change 535535 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
536536 GCC_WARN_UNUSED_FUNCTION = YES;
537537 GCC_WARN_UNUSED_VARIABLE = YES;
538- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
538+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
539539 MTL_ENABLE_DEBUG_INFO = YES;
540540 ONLY_ACTIVE_ARCH = YES;
541541 SDKROOT = iphoneos;
585585 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
586586 GCC_WARN_UNUSED_FUNCTION = YES;
587587 GCC_WARN_UNUSED_VARIABLE = YES;
588- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
588+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
589589 MTL_ENABLE_DEBUG_INFO = NO;
590590 SDKROOT = iphoneos;
591591 TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change @@ -20,5 +20,6 @@ Downloaded by pub (not CocoaPods).
2020 s . dependency 'GoogleMaps'
2121 s . static_framework = true
2222 s . platform = :ios , '8.0'
23- s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
23+ # GoogleMaps does not support arm64 simulators.
24+ s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
2425end
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: google_maps_flutter
22description : A Flutter plugin for integrating Google Maps in iOS and Android applications.
33repository : https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
5- version : 2.0.7
5+ version : 2.0.8
66
77environment :
88 sdk : ' >=2.12.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments