Skip to content

Commit ff42018

Browse files
fix: resolve podspec conflict & set xcode version @build_test_cocoapod stage & update README with EEA terms links (#554)
* Update README with EEA terms links * chore: Update README with EEA terms links * fix: Resolve podspec conflict, validated with `pod spec lint Google-Maps-iOS-Utils.podspec` * revert: Revert the podspec change * fix: Set xcode version @build_test_cocoapod stage * chore: Add verbose in the pod validation * revert: verbose from @build_test_cocoapod stage * fix: pod spec lint * chore: Update the Readme file
1 parent 027f560 commit ff42018

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ jobs:
7676
- name: Checkout google-maps-ios-utils
7777
uses: actions/checkout@v4
7878

79+
# Specify the latest stable Xcode version, since the default for macos-latest might not meet SDK minimum Xcode requirements.
80+
- name: Set Xcode version
81+
uses: maxim-lobanov/setup-xcode@v1
82+
with:
83+
xcode-version: latest-stable
84+
7985
- name: Install Dependencies
8086
run: sudo gem install cocoapods
8187

Google-Maps-iOS-Utils.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Pod::Spec.new do |s|
3434
"Tests/GoogleMapsUtilsSwiftTests/unit/**/*.swift",
3535
"Tests/GoogleMapsUtilsTestsHelper/include/*.{h,m}"
3636
]
37-
unit_tests.exclude_files = "Tests/GoogleMapsUtilsTestsHelper/include/GoogleMapsUtilsSwiftTests-Bridging-Header.h"
3837
unit_tests.resources = [
3938
"Tests/GoogleMapsUtilsSwiftTests/Resources/GeoJSON/*.geojson",
4039
"Tests/GoogleMapsUtilsSwiftTests/Resources/KML/*.kml"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ Contributions are welcome and encouraged. Please see the [contributing guide][co
197197

198198
This library uses Google Maps Platform services. Use of Google Maps Platform services through this library is subject to the Google Maps Platform [Terms of Service](https://cloud.google.com/maps-platform/terms).
199199

200+
**European Economic Area (EEA) developers**
201+
202+
If your billing address is in the European Economic Area, effective on 8 July 2025, the [Google Maps Platform EEA Terms of Service](https://cloud.google.com/terms/maps-platform/eea) will apply to your use of the Services. [Learn more](https://developers.devsite.corp.google.com/maps/comms/eea/faq).
203+
204+
200205
This library is not a Google Maps Platform Core Service. Therefore, the Google Maps Platform Terms of Service (e.g. Technical Support Services, Service Level Agreements, and Deprecation Policy) do not apply to the code in this library.
201206

202207
## Support

0 commit comments

Comments
 (0)