Release 1.3.1 - #7
Merged
Merged
Conversation
- Rename ios-geojson-layer to ios-geojson and its SwiftPM package to mapconductor-geojson, matching what consumers already write (import MapConductorGeoJSON, pod MapConductorGeoJSON, com.mapconductor:geojson on Maven Central) - Point every podspec at its repository with :tag instead of a local :path, so the specs can actually be pushed to CocoaPods trunk, and bump them to 1.3.1 - Tag all 16 modules 1.3.1 for SwiftPM - Add a per-PR build check to the modules that need no vendor SDK - Fix scripts/api-surface.sh: under set -u it read the full-width parenthesis after $baseline as part of the variable name CocoaPods now carries ten pods at 1.3.1. ios-for-arcgis, ios-for-here and ios-for-tomtom stay SwiftPM-only: Esri and HERE ship no public pod, and TomTomSDKMapDisplay is not on trunk.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ios-geojson-layertoios-geojsonand its SwiftPM package tomapconductor-geojson, matching what consumers already write:import MapConductorGeoJSON,pod 'MapConductorGeoJSON',com.mapconductor:geojsonon Maven Central.:taginstead of a local:path. The specs could never be pushed before — which is why nothing had ever been published to CocoaPods.1.3.1for SwiftPM.scripts/api-surface.sh: underset -uit read the full-width parenthesis after$baselineas part of the variable name.CocoaPods now carries ten pods at 1.3.1.
ios-for-arcgis,ios-for-hereandios-for-tomtomstay SwiftPM-only: Esri and HERE ship no public pod, andTomTomSDKMapDisplayis not on trunk.Verified on a physical iPad that the React Native sample still builds and its map UI test passes after the podspec change.