@capacitor/google-maps
Advanced tools
Comparing version 6.0.1 to 7.0.0-alpha.1
{ | ||
"name": "@capacitor/google-maps", | ||
"version": "6.0.1", | ||
"version": "7.0.0-alpha.1", | ||
"description": "Google maps on Capacitor", | ||
@@ -57,6 +57,6 @@ "main": "dist/plugin.cjs.js", | ||
"devDependencies": { | ||
"@capacitor/android": "^6.1.0", | ||
"@capacitor/core": "^6.1.0", | ||
"@capacitor/android": "next", | ||
"@capacitor/core": "next", | ||
"@capacitor/docgen": "0.2.2", | ||
"@capacitor/ios": "^6.1.0", | ||
"@capacitor/ios": "next", | ||
"@ionic/prettier-config": "^1.0.1", | ||
@@ -79,3 +79,3 @@ "@types/resize-observer-browser": "^0.1.7", | ||
"peerDependencies": { | ||
"@capacitor/core": "^6.1.0" | ||
"@capacitor/core": ">=7.0.0" | ||
}, | ||
@@ -98,3 +98,3 @@ "capacitor": { | ||
}, | ||
"gitHead": "af5492594d69893fa51a3bcb5dffd6f61c3c7825" | ||
"gitHead": "f94290f818ae758a63cb85583b288fb6893c8fba" | ||
} |
@@ -24,2 +24,16 @@ # @capacitor/google-maps | ||
### Minimum Deployment Target | ||
Version 6 of this plugin has a minimum deployment target of iOS 14.0. You will need to edit `ios/App/Podfile` and change the following line from 13.0 to 14.0: | ||
``` | ||
platform :ios, '14.0' | ||
``` | ||
Additionally, you will need to open your project in XCode and in the `Build Settings` tab for your `Project` and for each `Target` set the `iOS Deployment Target` to `iOS 14.0` or higher. | ||
### Typescript Configuration | ||
Your project will also need have `skipLibCheck` set to `true` in `tsconfig.json`. | ||
### Migrating from older versions | ||
> The main Google Maps SDK now supports running on simulators on Apple Silicon Macs, but make sure you have the latest version of [Google-Maps-iOS-Utils](https://github.com/googlemaps/google-maps-ios-utils) installed. | ||
@@ -26,0 +40,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
801615
1200
2