Skip to content

Commit 761b9bc

Browse files
chore: Update Maps and Places samples from CocoaPods (#64)
1 parent a596283 commit 761b9bc

File tree

10 files changed

+38
-37
lines changed

10 files changed

+38
-37
lines changed

GoogleMaps/GoogleMapsDemos.xcodeproj/project.pbxproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
0B07C58295A7BE58E96F34A3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 3F716156C215C436D55F5696 /* [email protected] */; };
1515
0D9B023D6E709FAB165A29C9 /* MasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EE1D504741871952487BB5BE /* MasterViewController.m */; };
1616
0E2E093D159271A7FB585759 /* GroundOverlayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8038AEC0AF9CBD2EBB975F54 /* GroundOverlayViewController.m */; };
17+
119ACD3C4231C31827345403 /* libPods-GoogleMapsDemos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 017DE8C40CA55B81F2E124B2 /* libPods-GoogleMapsDemos.a */; };
1718
141E2BE7C525DC36CB1FE54F /* Samples.m in Sources */ = {isa = PBXBuildFile; fileRef = 115963CCE082409262D179F3 /* Samples.m */; };
1819
1511EFFE20A68F00B873A930 /* GeocoderViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A77C64C5A8B8109E6AFC41F /* GeocoderViewController.m */; };
1920
162AF3F1216374886C841719 /* MarkerInfoWindowViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 89DFB3350D98DA617A2ECE85 /* MarkerInfoWindowViewController.m */; };
@@ -30,7 +31,6 @@
3031
2D5C0726D35B29E07C3C45F4 /* step6.png in Resources */ = {isa = PBXBuildFile; fileRef = F64D45825D2647898331A1FF /* step6.png */; };
3132
30CE808B1E98D7A20A2AB60E /* aeroplane.png in Resources */ = {isa = PBXBuildFile; fileRef = 937B2FC602E80ADC11CF364F /* aeroplane.png */; };
3233
30EA088C289C5AE5A564CB7B /* AnimatedCurrentLocationViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C37F2216D5D94A3F8B698AF2 /* AnimatedCurrentLocationViewController.m */; };
33-
33746761029B663BE5F2EFAE /* libPods-GoogleMapsDemos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9335FD657EA68B9342ECAAA6 /* libPods-GoogleMapsDemos.a */; };
3434
37AA7110FDDEA5425209ADDA /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = AB708C911CD9B99ADBB07D08 /* [email protected] */; };
3535
37FEE000C69584FD7194FF6B /* PaddingBehaviorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3679BC5053A9702AE4FC85B3 /* PaddingBehaviorViewController.m */; };
3636
3863ECD2CA69536521AD365E /* VisibleRegionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A0518A8C9E543FFBA7F8305E /* VisibleRegionViewController.m */; };
@@ -102,6 +102,7 @@
102102
/* End PBXBuildFile section */
103103

104104
/* Begin PBXFileReference section */
105+
017DE8C40CA55B81F2E124B2 /* libPods-GoogleMapsDemos.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-GoogleMapsDemos.a"; sourceTree = BUILT_PRODUCTS_DIR; };
105106
02A7C56A409A0CB977458251 /* DemoAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DemoAppDelegate.h; sourceTree = "<group>"; };
106107
03E00AE555F58259DD31C383 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
107108
09A36E26A0818D4F0DF21051 /* CameraViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CameraViewController.m; sourceTree = "<group>"; };
@@ -136,6 +137,7 @@
136137
3F716156C215C436D55F5696 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
137138
430314741C873551A75A6748 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
138139
440513A7769094565EA82DD2 /* botswana-large.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "botswana-large.png"; sourceTree = "<group>"; };
140+
457ED67271AC8C685882B643 /* 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>"; };
139141
4B436F286FDDDE125BA44AEE /* MapTypesViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MapTypesViewController.h; sourceTree = "<group>"; };
140142
4D8E4A10394122CD9C9CD157 /* argentina-large.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "argentina-large.png"; sourceTree = "<group>"; };
141143
4F955F74654756E7F7DBD9C1 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
@@ -173,10 +175,8 @@
173175
8DA013030BC14C994AEA2428 /* IndoorViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IndoorViewController.m; sourceTree = "<group>"; };
174176
90AFC572AAEC55CB23E0EDB4 /* BasicMapViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BasicMapViewController.h; sourceTree = "<group>"; };
175177
91BCD28A8D5451665C5B3FDE /* spitfire.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = spitfire.png; sourceTree = "<group>"; };
176-
9335FD657EA68B9342ECAAA6 /* libPods-GoogleMapsDemos.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-GoogleMapsDemos.a"; sourceTree = BUILT_PRODUCTS_DIR; };
177178
937B2FC602E80ADC11CF364F /* aeroplane.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = aeroplane.png; sourceTree = "<group>"; };
178179
99C6A64731FB5249BA53255D /* step4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = step4.png; sourceTree = "<group>"; };
179-
9BF032810A036BEBCD0A91D5 /* 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>"; };
180180
9F4CB893BCACB294FBCEC850 /* australia-large.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "australia-large.png"; sourceTree = "<group>"; };
181181
A0518A8C9E543FFBA7F8305E /* VisibleRegionViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VisibleRegionViewController.m; sourceTree = "<group>"; };
182182
A1D521E4FF1F8F85E084ED60 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
@@ -243,7 +243,7 @@
243243
buildActionMask = 2147483647;
244244
files = (
245245
B96B00239590850A49AC33AD /* UIKit.framework in Frameworks */,
246-
33746761029B663BE5F2EFAE /* libPods-GoogleMapsDemos.a in Frameworks */,
246+
119ACD3C4231C31827345403 /* libPods-GoogleMapsDemos.a in Frameworks */,
247247
);
248248
runOnlyForDeploymentPostprocessing = 0;
249249
};
@@ -256,7 +256,7 @@
256256
3F84FF5646DF0F79669A6A34 /* Source */,
257257
89188BA529E9696AD04AD794 /* Frameworks */,
258258
9C667AD7285A7D36180D29BE /* Products */,
259-
D4933E236ED5BEB3AAE29809 /* Pods */,
259+
BF34B6306000C62F94A5DEA1 /* Pods */,
260260
);
261261
sourceTree = "<group>";
262262
};
@@ -272,7 +272,7 @@
272272
isa = PBXGroup;
273273
children = (
274274
6F4C119D42CF37317FA0DFA9 /* UIKit.framework */,
275-
9335FD657EA68B9342ECAAA6 /* libPods-GoogleMapsDemos.a */,
275+
017DE8C40CA55B81F2E124B2 /* libPods-GoogleMapsDemos.a */,
276276
);
277277
name = Frameworks;
278278
sourceTree = "<group>";
@@ -377,10 +377,10 @@
377377
path = Samples;
378378
sourceTree = "<group>";
379379
};
380-
D4933E236ED5BEB3AAE29809 /* Pods */ = {
380+
BF34B6306000C62F94A5DEA1 /* Pods */ = {
381381
isa = PBXGroup;
382382
children = (
383-
9BF032810A036BEBCD0A91D5 /* Pods-GoogleMapsDemos.default.xcconfig */,
383+
457ED67271AC8C685882B643 /* Pods-GoogleMapsDemos.default.xcconfig */,
384384
);
385385
name = Pods;
386386
path = Pods;
@@ -461,11 +461,11 @@
461461
isa = PBXNativeTarget;
462462
buildConfigurationList = 56D55B92E97A2AAB3D261D4A /* Build configuration list for PBXNativeTarget "GoogleMapsDemos" */;
463463
buildPhases = (
464-
8E6B914005B72FE0A712B457 /* [CP] Check Pods Manifest.lock */,
464+
CCEB640DBD33A9AD1E69FD0D /* [CP] Check Pods Manifest.lock */,
465465
C434996613C0A2FED463783D /* Resources */,
466466
06DE6F27AD1DD8E5163683B6 /* Sources */,
467467
8B9B135C626B0FF8CC12CB4D /* Frameworks */,
468-
F1DC3381FAC78CAAFB104C91 /* [CP] Copy Pods Resources */,
468+
F5659D797BDD2762939F4022 /* [CP] Copy Pods Resources */,
469469
);
470470
buildRules = (
471471
);
@@ -563,7 +563,7 @@
563563
/* End PBXResourcesBuildPhase section */
564564

565565
/* Begin PBXShellScriptBuildPhase section */
566-
8E6B914005B72FE0A712B457 /* [CP] Check Pods Manifest.lock */ = {
566+
CCEB640DBD33A9AD1E69FD0D /* [CP] Check Pods Manifest.lock */ = {
567567
isa = PBXShellScriptBuildPhase;
568568
buildActionMask = 2147483647;
569569
files = (
@@ -585,7 +585,7 @@
585585
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";
586586
showEnvVarsInLog = 0;
587587
};
588-
F1DC3381FAC78CAAFB104C91 /* [CP] Copy Pods Resources */ = {
588+
F5659D797BDD2762939F4022 /* [CP] Copy Pods Resources */ = {
589589
isa = PBXShellScriptBuildPhase;
590590
buildActionMask = 2147483647;
591591
files = (
@@ -661,7 +661,7 @@
661661
/* Begin XCBuildConfiguration section */
662662
2723CC697F2C564456B7C001 /* Default */ = {
663663
isa = XCBuildConfiguration;
664-
baseConfigurationReference = 9BF032810A036BEBCD0A91D5 /* Pods-GoogleMapsDemos.default.xcconfig */;
664+
baseConfigurationReference = 457ED67271AC8C685882B643 /* Pods-GoogleMapsDemos.default.xcconfig */;
665665
buildSettings = {
666666
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
667667
CLANG_ENABLE_OBJC_ARC = YES;
-1.66 KB
Loading
-2.19 KB
Loading
-2.35 KB
Loading
-2.62 KB
Loading
-1.17 KB
Loading

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, '9.0'
5-
pod 'GoogleMaps', '= 3.8.2'
5+
pod 'GoogleMaps', '= 3.9.0'
66
end

0 commit comments

Comments
 (0)