Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pchmelar committed Jun 22, 2023
1 parent 0c1940a commit c83cc44
Show file tree
Hide file tree
Showing 6 changed files with 465 additions and 413 deletions.
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# :pencil: Description
- FIXME

# :bulb: What’s new?
- FIXME

# :no_mouth: What’s missing?
- FIXME

# :books: References
- FIXME
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.build
Build/
GoogleFrameworks/
xcuserdata/
420 changes: 220 additions & 200 deletions GoogleMaps-sim.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

420 changes: 220 additions & 200 deletions GoogleMaps.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,28 @@ let package = Package(
targets: [
.binaryTarget(
name: "GoogleMaps",
url: "https://github.com/MateeDevs/GoogleMaps-SP/releases/download/7.4.0/GoogleMaps.xcframework.zip",
checksum: "405f347ba7763b716e3228d081abfec930110f8528a4367b677c855ee6872b63"
url: "https://github.com/MateeDevs/GoogleMaps-SP/releases/download/8.0.0/GoogleMaps.xcframework.zip",
checksum: ""
),
.binaryTarget(
name: "GoogleMapsBase",
url: "https://github.com/MateeDevs/GoogleMaps-SP/releases/download/7.4.0/GoogleMapsBase.xcframework.zip",
checksum: "627b75401c9b6a965dd2b28b203e8c11e45ef42adc71abf1f281e8b6a2dd33e0"
url: "https://github.com/MateeDevs/GoogleMaps-SP/releases/download/8.0.0/GoogleMapsBase.xcframework.zip",
checksum: ""
),
.binaryTarget(
name: "GoogleMapsCore",
url: "https://github.com/MateeDevs/GoogleMaps-SP/releases/download/7.4.0/GoogleMapsCore.xcframework.zip",
checksum: "5e43192e2ef259ca29607e1c978d82e1575547b96c3947cdd7cecddf08f86405"
url: "https://github.com/MateeDevs/GoogleMaps-SP/releases/download/8.0.0/GoogleMapsCore.xcframework.zip",
checksum: ""
),
.binaryTarget(
name: "GoogleMapsM4B",
url: "https://github.com/MateeDevs/GoogleMaps-SP/releases/download/7.4.0/GoogleMapsM4B.xcframework.zip",
checksum: "7af88b77dbedbd545b5b71544159893ae714586051f0281b45cb4f1d2bb8f12c"
url: "https://github.com/MateeDevs/GoogleMaps-SP/releases/download/8.0.0/GoogleMapsM4B.xcframework.zip",
checksum: ""
),
.binaryTarget(
name: "GooglePlaces",
url: "https://github.com/MateeDevs/GoogleMaps-SP/releases/download/7.4.0/GooglePlaces.xcframework.zip",
checksum: "edbbccfb204eb2aa011137715c8bed06eba2e79c3fb7a5eadc108294373b3638"
url: "https://github.com/MateeDevs/GoogleMaps-SP/releases/download/8.0.0/GooglePlaces.xcframework.zip",
checksum: ""
)
]
)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ This project rebuilds Google's beta XCFrameworks so they can be added as a depen

## Requirements

* [iOS 13.0](https://wikipedia.org/wiki/IOS_13) or later
* [iOS 14.0](https://wikipedia.org/wiki/IOS_14) or later
* [Xcode 14.0](https://developer.apple.com/xcode) or later

## Add as a dependecy to your Swift Package

```swift
dependencies: [
.package(url: "https://github.com/MateeDevs/GoogleMaps-SP.git", .upToNextMinor(from: "7.4.0"))
.package(url: "https://github.com/MateeDevs/GoogleMaps-SP.git", .upToNextMinor(from: "8.0.0"))
]
```

Expand All @@ -36,4 +36,4 @@ The **Google Maps iOS SDK** and **Google Places iOS SDK** libraries are the prop

This repo is a fork of [YAtechnologies/GoogleMaps-SP](https://github.com/YAtechnologies/GoogleMaps-SP) with some tweeks that adds support for ARM64 simulator.

This repo is provided as is, without any guarantee. It can (hopefully) become obsolete once Google fixes their SDKs.
This repo is provided as is, without any guarantee. It can (hopefully) become obsolete once Google fixes their SDKs.

0 comments on commit c83cc44

Please sign in to comment.