This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 5 files changed +10
-5
lines changed
packages/google_maps_flutter/google_maps_flutter
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
+
1
5
## 2.0.7
2
6
3
7
* Add iOS unit and UI integration test targets.
Original file line number Diff line number Diff line change 25
25
<string >arm64 </string >
26
26
</array >
27
27
<key >MinimumOSVersion </key >
28
- <string >8 .0 </string >
28
+ <string >9 .0 </string >
29
29
</dict >
30
30
</plist >
Original file line number Diff line number Diff line change 535
535
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
536
536
GCC_WARN_UNUSED_FUNCTION = YES;
537
537
GCC_WARN_UNUSED_VARIABLE = YES;
538
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
538
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
539
539
MTL_ENABLE_DEBUG_INFO = YES;
540
540
ONLY_ACTIVE_ARCH = YES;
541
541
SDKROOT = iphoneos;
585
585
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
586
586
GCC_WARN_UNUSED_FUNCTION = YES;
587
587
GCC_WARN_UNUSED_VARIABLE = YES;
588
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
588
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
589
589
MTL_ENABLE_DEBUG_INFO = NO;
590
590
SDKROOT = iphoneos;
591
591
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change @@ -20,5 +20,6 @@ Downloaded by pub (not CocoaPods).
20
20
s . dependency 'GoogleMaps'
21
21
s . static_framework = true
22
22
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' }
24
25
end
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: google_maps_flutter
2
2
description : A Flutter plugin for integrating Google Maps in iOS and Android applications.
3
3
repository : https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter
4
4
issue_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
6
6
7
7
environment :
8
8
sdk : ' >=2.12.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments