Skip to content

Commit 17931df

Browse files
ksenia-lyagushaOksana Liahusha
andauthored
Changed geolocator to 13.0.2 which updates dependency on geolocator_apple to version 2.3.8. (Baseflow#1605)
Co-authored-by: Oksana Liahusha <oksana.liahusha@ssa.group>
1 parent 6a226c8 commit 17931df

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

geolocator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 13.0.2
2+
3+
- Updates dependency on geolocator_apple to version 2.3.8
4+
15
## 13.0.1
26

37
- Resolves problems when compiling non-web platforms because of illegal reference to `dart:js_interop`.

geolocator/example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>8.0</string>
24+
<string>11.0</string>
2525
</dict>
2626
</plist>

geolocator/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
333333
GCC_WARN_UNUSED_FUNCTION = YES;
334334
GCC_WARN_UNUSED_VARIABLE = YES;
335-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
335+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
336336
MTL_ENABLE_DEBUG_INFO = NO;
337337
SDKROOT = iphoneos;
338338
SUPPORTED_PLATFORMS = iphoneos;
@@ -353,6 +353,7 @@
353353
"$(PROJECT_DIR)/Flutter",
354354
);
355355
INFOPLIST_FILE = Runner/Info.plist;
356+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
356357
LD_RUNPATH_SEARCH_PATHS = (
357358
"$(inherited)",
358359
"@executable_path/Frameworks",
@@ -414,7 +415,7 @@
414415
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
415416
GCC_WARN_UNUSED_FUNCTION = YES;
416417
GCC_WARN_UNUSED_VARIABLE = YES;
417-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
418+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
418419
MTL_ENABLE_DEBUG_INFO = YES;
419420
ONLY_ACTIVE_ARCH = YES;
420421
SDKROOT = iphoneos;
@@ -463,7 +464,7 @@
463464
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
464465
GCC_WARN_UNUSED_FUNCTION = YES;
465466
GCC_WARN_UNUSED_VARIABLE = YES;
466-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
467+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
467468
MTL_ENABLE_DEBUG_INFO = NO;
468469
SDKROOT = iphoneos;
469470
SUPPORTED_PLATFORMS = iphoneos;
@@ -485,6 +486,7 @@
485486
"$(PROJECT_DIR)/Flutter",
486487
);
487488
INFOPLIST_FILE = Runner/Info.plist;
489+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
488490
LD_RUNPATH_SEARCH_PATHS = (
489491
"$(inherited)",
490492
"@executable_path/Frameworks",
@@ -511,6 +513,7 @@
511513
"$(PROJECT_DIR)/Flutter",
512514
);
513515
INFOPLIST_FILE = Runner/Info.plist;
516+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
514517
LD_RUNPATH_SEARCH_PATHS = (
515518
"$(inherited)",
516519
"@executable_path/Frameworks",

geolocator/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: geolocator
22
description: Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
33
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator
44
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5-
version: 13.0.1
5+
version: 13.0.2
66

77
environment:
88
sdk: ">=2.15.0 <4.0.0"
@@ -28,7 +28,7 @@ dependencies:
2828

2929
geolocator_platform_interface: ^4.2.3
3030
geolocator_android: ^4.6.0
31-
geolocator_apple: ^2.3.7
31+
geolocator_apple: ^2.3.8
3232
geolocator_web: ^4.1.1
3333
geolocator_windows: ^0.2.3
3434

0 commit comments

Comments
 (0)