Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yatechnologies/googlemaps-sp
Swift Package for Google Maps iOS SDK
https://github.com/yatechnologies/googlemaps-sp
binary google googlemaps ios objective-c swift
Last synced: about 1 month ago
JSON representation
Swift Package for Google Maps iOS SDK
- Host: GitHub
- URL: https://github.com/yatechnologies/googlemaps-sp
- Owner: YAtechnologies
- License: other
- Created: 2020-10-03T11:29:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T09:55:05.000Z (11 months ago)
- Last Synced: 2024-10-12T17:41:19.928Z (about 1 month ago)
- Topics: binary, google, googlemaps, ios, objective-c, swift
- Language: Shell
- Homepage: https://developers.google.com/maps/documentation/ios-sdk/overview
- Size: 39.1 KB
- Stars: 160
- Watchers: 22
- Forks: 103
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.google
Awesome Lists containing this project
README
# Google Maps Swift Package
## Requirements
* [iOS 13.0](https://wikipedia.org/wiki/IOS_13) or later.
* [Xcode 13.0](https://developer.apple.com/xcode) or later.## Installation
- Add the following dependency to your project's `Package.swift`.```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 🌟](https://github.com/YAtechnologies/GoogleMaps-SP/stargazers)** 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](https://github.com/YAtechnologies/GoogleMaps-SP/blob/main/LICENSE.google) for details.