Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit fee4cc2

Browse files
author
Martin Braun
committed
feat: upgrade google_maps_flutter and CocoaPods
1 parent 1fc7326 commit fee4cc2

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

example/ios/Podfile.lock

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ PODS:
1010
- GoogleMaps/Base (5.2.0)
1111
- GoogleMaps/Maps (5.2.0):
1212
- GoogleMaps/Base
13-
- location (0.0.1):
14-
- Flutter
1513
- package_info_plus (0.4.5):
1614
- Flutter
1715

1816
DEPENDENCIES:
1917
- Flutter (from `Flutter`)
2018
- geolocator_apple (from `.symlinks/plugins/geolocator_apple/ios`)
2119
- google_maps_flutter_ios (from `.symlinks/plugins/google_maps_flutter_ios/ios`)
22-
- location (from `.symlinks/plugins/location/ios`)
2320
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
2421

2522
SPEC REPOS:
@@ -33,8 +30,6 @@ EXTERNAL SOURCES:
3330
:path: ".symlinks/plugins/geolocator_apple/ios"
3431
google_maps_flutter_ios:
3532
:path: ".symlinks/plugins/google_maps_flutter_ios/ios"
36-
location:
37-
:path: ".symlinks/plugins/location/ios"
3833
package_info_plus:
3934
:path: ".symlinks/plugins/package_info_plus/ios"
4035

@@ -43,9 +38,8 @@ SPEC CHECKSUMS:
4338
geolocator_apple: cc556e6844d508c95df1e87e3ea6fa4e58c50401
4439
google_maps_flutter_ios: 66201f392bf62d500f07670a30488a247b9bb5b9
4540
GoogleMaps: 025272d5876d3b32604e5c080dc25eaf68764693
46-
location: 3a2eed4dd2fab25e7b7baf2a9efefe82b512d740
4741
package_info_plus: 6c92f08e1f853dc01228d6f553146438dafcd14e
4842

4943
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
5044

51-
COCOAPODS: 1.11.3
45+
COCOAPODS: 1.12.1

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,11 @@
234234
inputPaths = (
235235
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
236236
"${BUILT_PRODUCTS_DIR}/geolocator_apple/geolocator_apple.framework",
237-
"${BUILT_PRODUCTS_DIR}/location/location.framework",
238237
"${BUILT_PRODUCTS_DIR}/package_info_plus/package_info_plus.framework",
239238
);
240239
name = "[CP] Embed Pods Frameworks";
241240
outputPaths = (
242241
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/geolocator_apple.framework",
243-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/location.framework",
244242
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/package_info_plus.framework",
245243
);
246244
runOnlyForDeploymentPostprocessing = 0;
@@ -401,7 +399,10 @@
401399
"$(PROJECT_DIR)/Flutter",
402400
);
403401
INFOPLIST_FILE = Runner/Info.plist;
404-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
402+
LD_RUNPATH_SEARCH_PATHS = (
403+
"$(inherited)",
404+
"@executable_path/Frameworks",
405+
);
405406
LIBRARY_SEARCH_PATHS = (
406407
"$(inherited)",
407408
"$(PROJECT_DIR)/Flutter",
@@ -538,7 +539,10 @@
538539
"$(PROJECT_DIR)/Flutter",
539540
);
540541
INFOPLIST_FILE = Runner/Info.plist;
541-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
542+
LD_RUNPATH_SEARCH_PATHS = (
543+
"$(inherited)",
544+
"@executable_path/Frameworks",
545+
);
542546
LIBRARY_SEARCH_PATHS = (
543547
"$(inherited)",
544548
"$(PROJECT_DIR)/Flutter",
@@ -570,7 +574,10 @@
570574
"$(PROJECT_DIR)/Flutter",
571575
);
572576
INFOPLIST_FILE = Runner/Info.plist;
573-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
577+
LD_RUNPATH_SEARCH_PATHS = (
578+
"$(inherited)",
579+
"@executable_path/Frameworks",
580+
);
574581
LIBRARY_SEARCH_PATHS = (
575582
"$(inherited)",
576583
"$(PROJECT_DIR)/Flutter",

example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ packages:
141141
name: google_maps_flutter
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "2.2.3"
144+
version: "2.2.6"
145145
google_maps_flutter_android:
146146
dependency: transitive
147147
description:
@@ -169,7 +169,7 @@ packages:
169169
path: ".."
170170
relative: true
171171
source: path
172-
version: "3.0.1"
172+
version: "3.0.2"
173173
google_maps_webservice:
174174
dependency: transitive
175175
description:

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ packages:
134134
name: google_maps_flutter
135135
url: "https://pub.dartlang.org"
136136
source: hosted
137-
version: "2.2.3"
137+
version: "2.2.6"
138138
google_maps_flutter_android:
139139
dependency: transitive
140140
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: google_maps_place_picker_mb
22
description: A Flutter plugin which provides 'Picking Place' using Google Maps
33
widget. (MB version)
4-
version: 3.0.1
4+
version: 3.0.2
55
homepage: https://github.com/martin-braun/google_maps_place_picker_mb
66

77
environment:
@@ -13,7 +13,7 @@ dependencies:
1313
sdk: flutter
1414
geolocator: ^9.0.2
1515
google_api_headers: ^1.5.0+1
16-
google_maps_flutter: ^2.2.3
16+
google_maps_flutter: ^2.2.6
1717
google_maps_webservice: ^0.0.20-nullsafety.5
1818
http: ^0.13.5
1919
provider: ^6.0.5

0 commit comments

Comments
 (0)