Skip to content

Commit 37ebe46

Browse files
chore: Update Maps and Places samples from CocoaPods (#131)
1 parent 2f919ee commit 37ebe46

File tree

8 files changed

+97
-97
lines changed

8 files changed

+97
-97
lines changed

GoogleMaps-Swift/GoogleMapsSwiftDemos.xcodeproj/project.pbxproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@
7373
A4FC0324F71E06035CB2BE88 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F8CE19F8126C25D885E758AC /* [email protected] */; };
7474
A586B9513453238497AB855A /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 8BE2B2F064E5D2B955799B90 /* [email protected] */; };
7575
AB2164B311E11D4C9D77ECB8 /* MapLayerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DEB41AE386954E4085FAA85 /* MapLayerViewController.swift */; };
76-
AB22BAF779A2A50531FBF488 /* libPods-GoogleMapsSwiftDemos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D03ACBC9225C0680BA012696 /* libPods-GoogleMapsSwiftDemos.a */; };
7776
AC10E7A466233271826AB625 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 522113F4629950AB8239E18A /* [email protected] */; };
7877
AFD4A3F04EE2310FEB11C861 /* MarkerInfoWindowViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AD61BF07E9A5511F02937FE /* MarkerInfoWindowViewController.swift */; };
7978
B3F740B819DBAA1F4E651157 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 4429DACE39F5B3E2E31B963D /* [email protected] */; };
8079
B6565F6882481535DAB5C86A /* voyager.png in Resources */ = {isa = PBXBuildFile; fileRef = 2A5B8956E7E8B6AF430CC416 /* voyager.png */; };
8180
B69D158DC43E0889B5BF1561 /* glow-marker.png in Resources */ = {isa = PBXBuildFile; fileRef = F17F1884FB9429A59D92A98A /* glow-marker.png */; };
8281
B7345D33E5BF31A00280355C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = DF1488DDE60393FF03CF8A87 /* [email protected] */; };
8382
B9465AA9D8B047C4FF6EFF98 /* step1.png in Resources */ = {isa = PBXBuildFile; fileRef = 02A9E40F7B9F8AFC4EF0BB41 /* step1.png */; };
83+
B9725641369861FDBC8046D3 /* libPods-GoogleMapsSwiftDemos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 63AF37A8F0E2EE865E70CC54 /* libPods-GoogleMapsSwiftDemos.a */; };
8484
C29CA0E15834811100992B2E /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = C6041A5D425D71CDF9418ABE /* [email protected] */; };
8585
C7EBC2EA4F8DE36B09BCB5C9 /* argentina-large.png in Resources */ = {isa = PBXBuildFile; fileRef = 0EDDB89D7FC679C6141D5F7F /* argentina-large.png */; };
8686
CA20AF965D945AFC7DA5FB88 /* australia.png in Resources */ = {isa = PBXBuildFile; fileRef = 71F546CBD85FE306F988C2F0 /* australia.png */; };
@@ -122,7 +122,6 @@
122122
2A5B8956E7E8B6AF430CC416 /* voyager.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = voyager.png; sourceTree = "<group>"; };
123123
2C8E6590B2109C88BF5DF3BF /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
124124
2D48B3FFC6D573CF2673D451 /* popup_santa.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = popup_santa.png; sourceTree = "<group>"; };
125-
2FFA98FE93BB9523D11BC941 /* Pods-GoogleMapsSwiftDemos.default.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoogleMapsSwiftDemos.default.xcconfig"; path = "Target Support Files/Pods-GoogleMapsSwiftDemos/Pods-GoogleMapsSwiftDemos.default.xcconfig"; sourceTree = "<group>"; };
126125
30CF698467FA9E7F200017B3 /* mapstyle-silver.json */ = {isa = PBXFileReference; lastKnownFileType = text; path = "mapstyle-silver.json"; sourceTree = "<group>"; };
127126
3B0F56EA0940A859776C9DD3 /* track.json */ = {isa = PBXFileReference; lastKnownFileType = text; path = track.json; sourceTree = "<group>"; };
128127
3B919F5AC728E794E349D4A3 /* SampleLevel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SampleLevel.swift; sourceTree = "<group>"; };
@@ -143,6 +142,7 @@
143142
5DE971B436125DBE256A5FA5 /* mapstyle-night.json */ = {isa = PBXFileReference; lastKnownFileType = text; path = "mapstyle-night.json"; sourceTree = "<group>"; };
144143
5ED4F2473A7C9EB8BA05986B /* MarkersViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarkersViewController.swift; sourceTree = "<group>"; };
145144
612E451B3A594633E32B3131 /* CameraViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CameraViewController.swift; sourceTree = "<group>"; };
145+
63AF37A8F0E2EE865E70CC54 /* libPods-GoogleMapsSwiftDemos.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-GoogleMapsSwiftDemos.a"; sourceTree = BUILT_PRODUCTS_DIR; };
146146
63E4201AB786148B34D7190E /* IndoorMuseumNavigationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndoorMuseumNavigationViewController.swift; sourceTree = "<group>"; };
147147
69B644212DDBA2509AD4CF5A /* VisibleRegionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VisibleRegionViewController.swift; sourceTree = "<group>"; };
148148
6E8E2784C6B7A0900490D68D /* x29.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = x29.png; sourceTree = "<group>"; };
@@ -176,12 +176,12 @@
176176
C5014E3BCF7EBF869B9F9BC7 /* step2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = step2.png; sourceTree = "<group>"; };
177177
C54F70F6C6426F576247C16F /* PolygonsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PolygonsViewController.swift; sourceTree = "<group>"; };
178178
C6041A5D425D71CDF9418ABE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
179+
C7209C93B04D2F92A3381078 /* Pods-GoogleMapsSwiftDemos.default.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoogleMapsSwiftDemos.default.xcconfig"; path = "Target Support Files/Pods-GoogleMapsSwiftDemos/Pods-GoogleMapsSwiftDemos.default.xcconfig"; sourceTree = "<group>"; };
179180
C96B86B64A6F458F79250076 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
180181
CB2B29C49F7B36D477192D04 /* MapTypesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapTypesViewController.swift; sourceTree = "<group>"; };
181182
CBE707A4130CDA88BBCC2DD4 /* FitBoundsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FitBoundsViewController.swift; sourceTree = "<group>"; };
182183
CBFD03041A5EAA400168D31F /* DoubleMapViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DoubleMapViewController.swift; sourceTree = "<group>"; };
183184
CD93738C4D90134DB506ECFE /* MarkerEventsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarkerEventsViewController.swift; sourceTree = "<group>"; };
184-
D03ACBC9225C0680BA012696 /* libPods-GoogleMapsSwiftDemos.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-GoogleMapsSwiftDemos.a"; sourceTree = BUILT_PRODUCTS_DIR; };
185185
D10973A4336C45EE56319A9B /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
186186
D1A99C0C04795272C12DD9EF /* StructuredGeocoderViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StructuredGeocoderViewController.swift; sourceTree = "<group>"; };
187187
DE91B8EA42AFFCEDA758CE06 /* SDKConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDKConstants.swift; sourceTree = "<group>"; };
@@ -208,7 +208,7 @@
208208
buildActionMask = 2147483647;
209209
files = (
210210
4EA38ACBC98F34B1F0AF5BDD /* UIKit.framework in Frameworks */,
211-
AB22BAF779A2A50531FBF488 /* libPods-GoogleMapsSwiftDemos.a in Frameworks */,
211+
B9725641369861FDBC8046D3 /* libPods-GoogleMapsSwiftDemos.a in Frameworks */,
212212
);
213213
runOnlyForDeploymentPostprocessing = 0;
214214
};
@@ -350,15 +350,15 @@
350350
isa = PBXGroup;
351351
children = (
352352
922338CA529F228A03DE6422 /* UIKit.framework */,
353-
D03ACBC9225C0680BA012696 /* libPods-GoogleMapsSwiftDemos.a */,
353+
63AF37A8F0E2EE865E70CC54 /* libPods-GoogleMapsSwiftDemos.a */,
354354
);
355355
name = Frameworks;
356356
sourceTree = "<group>";
357357
};
358-
C260FE5C6B7B19ABBBE5B7B7 /* Pods */ = {
358+
BA709FC6763EFA0010CE7AEA /* Pods */ = {
359359
isa = PBXGroup;
360360
children = (
361-
2FFA98FE93BB9523D11BC941 /* Pods-GoogleMapsSwiftDemos.default.xcconfig */,
361+
C7209C93B04D2F92A3381078 /* Pods-GoogleMapsSwiftDemos.default.xcconfig */,
362362
);
363363
name = Pods;
364364
path = Pods;
@@ -378,7 +378,7 @@
378378
D0ED9A279E12177F7FDFA2FF /* Source */,
379379
AC723F443153D968479E59F3 /* Frameworks */,
380380
DD0B6FB690051F4443F4132B /* Products */,
381-
C260FE5C6B7B19ABBBE5B7B7 /* Pods */,
381+
BA709FC6763EFA0010CE7AEA /* Pods */,
382382
);
383383
sourceTree = "<group>";
384384
};
@@ -397,11 +397,11 @@
397397
isa = PBXNativeTarget;
398398
buildConfigurationList = 65556A7591C40D0E8B77989F /* Build configuration list for PBXNativeTarget "GoogleMapsSwiftDemos" */;
399399
buildPhases = (
400-
63677D8A7EEC0F4251BA3316 /* [CP] Check Pods Manifest.lock */,
400+
23EC878B429D03E253EF274B /* [CP] Check Pods Manifest.lock */,
401401
2ADDADBB329E244AF7ED1FB2 /* Resources */,
402402
22EB17F407E92B9B4F3B601A /* Sources */,
403403
B4530C282FE2BDE3D1071779 /* Frameworks */,
404-
E2A3C5B10169F92173FA81C1 /* [CP] Copy Pods Resources */,
404+
E6A7725D5C4F4CAB91B7EFF8 /* [CP] Copy Pods Resources */,
405405
);
406406
buildRules = (
407407
);
@@ -499,7 +499,7 @@
499499
/* End PBXResourcesBuildPhase section */
500500

501501
/* Begin PBXShellScriptBuildPhase section */
502-
63677D8A7EEC0F4251BA3316 /* [CP] Check Pods Manifest.lock */ = {
502+
23EC878B429D03E253EF274B /* [CP] Check Pods Manifest.lock */ = {
503503
isa = PBXShellScriptBuildPhase;
504504
buildActionMask = 2147483647;
505505
files = (
@@ -521,7 +521,7 @@
521521
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";
522522
showEnvVarsInLog = 0;
523523
};
524-
E2A3C5B10169F92173FA81C1 /* [CP] Copy Pods Resources */ = {
524+
E6A7725D5C4F4CAB91B7EFF8 /* [CP] Copy Pods Resources */ = {
525525
isa = PBXShellScriptBuildPhase;
526526
buildActionMask = 2147483647;
527527
files = (
@@ -608,7 +608,7 @@
608608
};
609609
6798450D013ACAFF39CF0187 /* Default */ = {
610610
isa = XCBuildConfiguration;
611-
baseConfigurationReference = 2FFA98FE93BB9523D11BC941 /* Pods-GoogleMapsSwiftDemos.default.xcconfig */;
611+
baseConfigurationReference = C7209C93B04D2F92A3381078 /* Pods-GoogleMapsSwiftDemos.default.xcconfig */;
612612
buildSettings = {
613613
"ARCHS[sdk=iphonesimulator*]" = x86_64;
614614
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;

GoogleMaps-Swift/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22

33
target 'GoogleMapsSwiftDemos' do
44
platform :ios, '12.0'
5-
pod 'GoogleMaps', '= 6.1.0'
5+
pod 'GoogleMaps', '= 6.1.1'
66
end

GoogleMaps/GoogleMapsDemos.xcodeproj/project.pbxproj

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
A77DDD28A48E10835FCC02B1 /* CameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 09A36E26A0818D4F0DF21051 /* CameraViewController.m */; };
7474
A7CC54BDD7E799691642D222 /* DoubleMapViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F8DFCC9D1D1F70D492149D65 /* DoubleMapViewController.m */; };
7575
AB5636020377CA4EEDDD54E2 /* arrow.png in Resources */ = {isa = PBXBuildFile; fileRef = 6614BE28012C7A7508437047 /* arrow.png */; };
76+
AC003FE46396D3ABD012784D /* libPods-GoogleMapsDemos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C32172677FE9055FBF68BAF4 /* libPods-GoogleMapsDemos.a */; };
7677
B28BAAE9307E182E27F1971D /* step7.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B0B37F0669CF34418A263F9 /* step7.png */; };
77-
B827ED71F2D87EC73B7988EF /* libPods-GoogleMapsDemos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5A15EE04EB289242F33DE97 /* libPods-GoogleMapsDemos.a */; };
7878
B94EC3B15FAA49100E840A46 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D0E3C8118FBF6DF1D4996693 /* [email protected] */; };
7979
BE9A04B467C3AEFF9F055139 /* argentina.png in Resources */ = {isa = PBXBuildFile; fileRef = A6B80BDCF78F436799462F76 /* argentina.png */; };
8080
BEF92FBE50408C13E57D677C /* step4.png in Resources */ = {isa = PBXBuildFile; fileRef = 99C6A64731FB5249BA53255D /* step4.png */; };
@@ -175,7 +175,6 @@
175175
90AFC572AAEC55CB23E0EDB4 /* BasicMapViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BasicMapViewController.h; sourceTree = "<group>"; };
176176
91BCD28A8D5451665C5B3FDE /* spitfire.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = spitfire.png; sourceTree = "<group>"; };
177177
937B2FC602E80ADC11CF364F /* aeroplane.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = aeroplane.png; sourceTree = "<group>"; };
178-
98221C6C388F88D990D2BA29 /* Pods-GoogleMapsDemos.default.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoogleMapsDemos.default.xcconfig"; path = "Target Support Files/Pods-GoogleMapsDemos/Pods-GoogleMapsDemos.default.xcconfig"; sourceTree = "<group>"; };
179178
99C6A64731FB5249BA53255D /* step4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = step4.png; sourceTree = "<group>"; };
180179
9F4CB893BCACB294FBCEC850 /* australia-large.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "australia-large.png"; sourceTree = "<group>"; };
181180
A0518A8C9E543FFBA7F8305E /* VisibleRegionViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VisibleRegionViewController.m; sourceTree = "<group>"; };
@@ -195,14 +194,15 @@
195194
B4C89E62C05816B590F45D57 /* mapstyle-silver.json */ = {isa = PBXFileReference; lastKnownFileType = text; path = "mapstyle-silver.json"; sourceTree = "<group>"; };
196195
B53058D6D185A08DDEF65436 /* Samples.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Samples.h; sourceTree = "<group>"; };
197196
B53B4C2097A6AD4A98746495 /* MapsDemoAssets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = MapsDemoAssets.xcassets; sourceTree = "<group>"; };
198-
B5A15EE04EB289242F33DE97 /* libPods-GoogleMapsDemos.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-GoogleMapsDemos.a"; sourceTree = BUILT_PRODUCTS_DIR; };
199197
B7B684AAFC3CA2232721C6D0 /* step8.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = step8.png; sourceTree = "<group>"; };
200198
B9450C49DDD49AF9182779EB /* MarkerEventsViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MarkerEventsViewController.m; sourceTree = "<group>"; };
201199
BB653990DAD6FDE28A9E4158 /* FitBoundsViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FitBoundsViewController.h; sourceTree = "<group>"; };
202200
BB85B60A794D982F001E5D1D /* step2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = step2.png; sourceTree = "<group>"; };
201+
BE9FF3CCD95DF488E3EBE3E2 /* Pods-GoogleMapsDemos.default.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoogleMapsDemos.default.xcconfig"; path = "Target Support Files/Pods-GoogleMapsDemos/Pods-GoogleMapsDemos.default.xcconfig"; sourceTree = "<group>"; };
203202
BEDC49669DBDA8BE37BFAB29 /* GeocoderViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeocoderViewController.h; sourceTree = "<group>"; };
204203
BF0878372A9A7274B74BCBE0 /* MyLocationViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MyLocationViewController.m; sourceTree = "<group>"; };
205204
C0E7585025B57F969D8C3CCD /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
205+
C32172677FE9055FBF68BAF4 /* libPods-GoogleMapsDemos.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-GoogleMapsDemos.a"; sourceTree = BUILT_PRODUCTS_DIR; };
206206
C37F2216D5D94A3F8B698AF2 /* AnimatedCurrentLocationViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AnimatedCurrentLocationViewController.m; sourceTree = "<group>"; };
207207
C3E84ED0331DFB2A7082CA36 /* MarkerLayerViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MarkerLayerViewController.m; sourceTree = "<group>"; };
208208
C4C3F5556675D1A9408F7C5F /* MasterViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MasterViewController.h; sourceTree = "<group>"; };
@@ -246,7 +246,7 @@
246246
buildActionMask = 2147483647;
247247
files = (
248248
7EB0308A1EF8F6ADBD6DEF79 /* UIKit.framework in Frameworks */,
249-
B827ED71F2D87EC73B7988EF /* libPods-GoogleMapsDemos.a in Frameworks */,
249+
AC003FE46396D3ABD012784D /* libPods-GoogleMapsDemos.a in Frameworks */,
250250
);
251251
runOnlyForDeploymentPostprocessing = 0;
252252
};
@@ -259,7 +259,7 @@
259259
3F84FF5646DF0F79669A6A34 /* Source */,
260260
9F91B9CA1785E3DD586E3F93 /* Frameworks */,
261261
9C667AD7285A7D36180D29BE /* Products */,
262-
79ABE02613371709DE8C55BC /* Pods */,
262+
C5E595849840BCB76817D146 /* Pods */,
263263
);
264264
sourceTree = "<group>";
265265
};
@@ -271,15 +271,6 @@
271271
name = Source;
272272
sourceTree = "<group>";
273273
};
274-
79ABE02613371709DE8C55BC /* Pods */ = {
275-
isa = PBXGroup;
276-
children = (
277-
98221C6C388F88D990D2BA29 /* Pods-GoogleMapsDemos.default.xcconfig */,
278-
);
279-
name = Pods;
280-
path = Pods;
281-
sourceTree = "<group>";
282-
};
283274
8AEE26F54DD8496915CC250C /* Museum-Icons */ = {
284275
isa = PBXGroup;
285276
children = (
@@ -307,11 +298,20 @@
307298
isa = PBXGroup;
308299
children = (
309300
6F4C119D42CF37317FA0DFA9 /* UIKit.framework */,
310-
B5A15EE04EB289242F33DE97 /* libPods-GoogleMapsDemos.a */,
301+
C32172677FE9055FBF68BAF4 /* libPods-GoogleMapsDemos.a */,
311302
);
312303
name = Frameworks;
313304
sourceTree = "<group>";
314305
};
306+
C5E595849840BCB76817D146 /* Pods */ = {
307+
isa = PBXGroup;
308+
children = (
309+
BE9FF3CCD95DF488E3EBE3E2 /* Pods-GoogleMapsDemos.default.xcconfig */,
310+
);
311+
name = Pods;
312+
path = Pods;
313+
sourceTree = "<group>";
314+
};
315315
E430A2BC04AE9A99EA6DACA3 /* GoogleMapsDemos */ = {
316316
isa = PBXGroup;
317317
children = (
@@ -466,11 +466,11 @@
466466
isa = PBXNativeTarget;
467467
buildConfigurationList = 56D55B92E97A2AAB3D261D4A /* Build configuration list for PBXNativeTarget "GoogleMapsDemos" */;
468468
buildPhases = (
469-
5998A7E214D5E60CF6205D94 /* [CP] Check Pods Manifest.lock */,
469+
E619AE427634CB9B38427832 /* [CP] Check Pods Manifest.lock */,
470470
C434996613C0A2FED463783D /* Resources */,
471471
06DE6F27AD1DD8E5163683B6 /* Sources */,
472472
8B9B135C626B0FF8CC12CB4D /* Frameworks */,
473-
18D1D076A7CA24AB70E070B7 /* [CP] Copy Pods Resources */,
473+
7DDAC8D19893B9E3C07BDE27 /* [CP] Copy Pods Resources */,
474474
);
475475
buildRules = (
476476
);
@@ -568,7 +568,7 @@
568568
/* End PBXResourcesBuildPhase section */
569569

570570
/* Begin PBXShellScriptBuildPhase section */
571-
18D1D076A7CA24AB70E070B7 /* [CP] Copy Pods Resources */ = {
571+
7DDAC8D19893B9E3C07BDE27 /* [CP] Copy Pods Resources */ = {
572572
isa = PBXShellScriptBuildPhase;
573573
buildActionMask = 2147483647;
574574
files = (
@@ -590,7 +590,7 @@
590590
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GoogleMapsDemos/Pods-GoogleMapsDemos-resources.sh\"\n";
591591
showEnvVarsInLog = 0;
592592
};
593-
5998A7E214D5E60CF6205D94 /* [CP] Check Pods Manifest.lock */ = {
593+
E619AE427634CB9B38427832 /* [CP] Check Pods Manifest.lock */ = {
594594
isa = PBXShellScriptBuildPhase;
595595
buildActionMask = 2147483647;
596596
files = (
@@ -667,7 +667,7 @@
667667
/* Begin XCBuildConfiguration section */
668668
2723CC697F2C564456B7C001 /* Default */ = {
669669
isa = XCBuildConfiguration;
670-
baseConfigurationReference = 98221C6C388F88D990D2BA29 /* Pods-GoogleMapsDemos.default.xcconfig */;
670+
baseConfigurationReference = BE9FF3CCD95DF488E3EBE3E2 /* Pods-GoogleMapsDemos.default.xcconfig */;
671671
buildSettings = {
672672
"ARCHS[sdk=iphonesimulator*]" = x86_64;
673673
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;

GoogleMaps/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22

33
target 'GoogleMapsDemos' do
44
platform :ios, '12.0'
5-
pod 'GoogleMaps', '= 6.1.0'
5+
pod 'GoogleMaps', '= 6.1.1'
66
end

0 commit comments

Comments
 (0)