Skip to content

Commit 268da3b

Browse files
chore(release): 3.10.2 [skip ci]
## [3.10.2](v3.10.1...v3.10.2) (2021-07-29) ### Bug Fixes * Set SKIP_INSTALL = NO ([#382](#382)) ([6c5ed2e](6c5ed2e))
1 parent ced5507 commit 268da3b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Google-Maps-iOS-Utils.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Pod::Spec.new do |s|
44

55
s.name = "Google-Maps-iOS-Utils"
6-
s.version = "3.10.1"
6+
s.version = "3.10.2"
77
s.summary = "A utilities library for use with Google Maps SDK for iOS."
88
s.description = "
99
This library contains classes that are useful for a wide range of applications

GoogleMapsUtils.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@
17391739
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
17401740
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17411741
MACH_O_TYPE = staticlib;
1742-
MARKETING_VERSION = 3.10.1;
1742+
MARKETING_VERSION = 3.10.2;
17431743
OTHER_LDFLAGS = "-ObjC";
17441744
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
17451745
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -1789,7 +1789,7 @@
17891789
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
17901790
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17911791
MACH_O_TYPE = staticlib;
1792-
MARKETING_VERSION = 3.10.1;
1792+
MARKETING_VERSION = 3.10.2;
17931793
OTHER_LDFLAGS = "-ObjC";
17941794
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
17951795
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let package = Package(
2525
.binaryTarget(
2626
name: "GoogleMapsUtils",
2727
url: "https://github.com/googlemaps/google-maps-ios-utils/releases/download/v3.10.1/GoogleMapsUtils.xcframework.zip",
28-
checksum: "81078e02b9f369ac23117138d7acf3741769071908594d174cee5a189bee2d68"
28+
checksum: "de952883d8066ac9e934e3e1c828be2fdb5643a142a26b521186898ca32c582c"
2929
)
3030
]
3131
)

0 commit comments

Comments
 (0)