Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeDeviceID</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<true/>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
Expand Down
Binary file not shown.
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// swift-tools-version: 5.7
// swift-tools-version: 5.5
//
// Copyright 2024 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,16 +17,16 @@
import PackageDescription

let package = Package(
name: "GoogleRidesharingConsumer", platforms: [.iOS(.v16)],
name: "GoogleRidesharingConsumer", platforms: [.iOS(.v15)],
products: [
.library(name: "GoogleRidesharingConsumer", targets: ["GoogleRidesharingConsumerTarget"])
], dependencies: [.package(url: "https://github.com/googlemaps/ios-maps-sdk", from: "10.0.0")],
], dependencies: [.package(url: "https://github.com/googlemaps/ios-maps-sdk", from: "9.0.0")],
targets: [
.binaryTarget(
name: "GoogleRidesharingConsumer",
url:
"https://dl.google.com/geosdk/swiftpm/10.0.0/GoogleRidesharingConsumer_3p.xcframework.zip",
checksum: "e8dd3e8d578078c1044f770bb5fac16752773a251645204c322bccf9c185b3cf"
"https://dl.google.com/geosdk/swiftpm/9.0.0/GoogleRidesharingConsumer_3p.xcframework.zip",
checksum: "5e9ff7d30325ded928a3e9f64266b93021b2206586b5a53477e83c66cbfdf4a1"
),
.target(
name: "GoogleRidesharingConsumerTarget",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ CocoaPods, see the Consumer SDK for iOS

## Requirements

- [Xcode](https://developer.apple.com/xcode/) version 15.0 or later.
- An app targeting iOS 15 or later.
- [Xcode](https://developer.apple.com/xcode/) version 16.0 or later.
- An app targeting iOS 16 or later.
- A Google Maps Platform
[project](https://developers.google.com/maps/documentation/ios-sdk/cloud-setup)
with the Maps SDK for iOS enabled.
Expand Down