Swiftpack.co - YAtechnologies/GoogleMaps-SP as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by YAtechnologies.
YAtechnologies/GoogleMaps-SP 7.2.0
Swift Package for Google Maps iOS SDK
⭐️ 159
🕓 16 weeks ago
.package(url: "https://github.com/YAtechnologies/GoogleMaps-SP.git", from: "7.2.0")

Google Maps Swift Package

Requirements

Installation

  • Add the following dependency to your project's Package.swift.
dependencies: [
    .package(url: "https://github.com/YAtechnologies/GoogleMaps-SP.git", .upToNextMinor(from: "7.2.0"))
]

Known Issues

  • If you use a Google Maps Swift package in an app with extensions, the build system incorrectly embeds the binary dependencies alongside the extension in the PlugIns directory, causing validation of the archived app to fail. (69834549) (FB8761306)

    Workaround: Add a scheme post-build action which removes the embedded binaries from the PlugIns directory after the build, e.g. rm -rf "${TARGET_BUILD_DIR}/${TARGET_NAME}.app"/PlugIns/*.framework.

Sponsor

If you find this package useful please consider STARRING 🌟 this repository.

License

The Google Maps iOS SDK and Google Places iOS SDK libraries are the property of Google and are subject to Google's Terms of Service. See LICENSE.google for details.

GitHub

link
Stars: 159
Last commit: 16 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Version 7.2.0
1 year ago

Contains:

  • Google Maps SDK version 7.2.0
  • Google Places SDK version 7.2.0

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics