Skip to content

Commit

Permalink
chore(release): 3.10.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.10.2](v3.10.1...v3.10.2) (2021-07-29)

### Bug Fixes

* Set SKIP_INSTALL = NO ([#382](#382)) ([6c5ed2e](6c5ed2e))
  • Loading branch information
semantic-release-bot committed Jul 29, 2021
1 parent ced5507 commit 268da3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Google-Maps-iOS-Utils.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "Google-Maps-iOS-Utils"
s.version = "3.10.1"
s.version = "3.10.2"
s.summary = "A utilities library for use with Google Maps SDK for iOS."
s.description = "
This library contains classes that are useful for a wide range of applications
Expand Down
4 changes: 2 additions & 2 deletions GoogleMapsUtils.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 3.10.1;
MARKETING_VERSION = 3.10.2;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1789,7 +1789,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 3.10.1;
MARKETING_VERSION = 3.10.2;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
.binaryTarget(
name: "GoogleMapsUtils",
url: "https://github.com/googlemaps/google-maps-ios-utils/releases/download/v3.10.1/GoogleMapsUtils.xcframework.zip",
checksum: "81078e02b9f369ac23117138d7acf3741769071908594d174cee5a189bee2d68"
checksum: "de952883d8066ac9e934e3e1c828be2fdb5643a142a26b521186898ca32c582c"
)
]
)

0 comments on commit 268da3b

Please sign in to comment.