Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Bump podspec and submodules (#82)
Browse files Browse the repository at this point in the history
* Updated events library to v0.10.1

* Bump podspec to alpha.2

* Update changelog.
  • Loading branch information
fabian-guerra authored Dec 5, 2019
1 parent 1d2f632 commit 5509ce2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions platform/ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT

## 5.6.0

* No public-facing changes in v5.6.0-alpha.2.

### Packaging
* Integrates [`MapboxMobileEvents`](https://github.com/mapbox/mapbox-events-ios) as a dependency. ([#60](https://github.com/mapbox/mapbox-gl-native-ios/pull/60))
- CocoaPods: no change.
Expand Down
4 changes: 2 additions & 2 deletions platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '5.6.0-alpha.1'
version = '5.6.0-alpha.2'

m.name = 'Mapbox-iOS-SDK-snapshot-dynamic'
m.version = "#{version}-snapshot"
Expand Down Expand Up @@ -29,6 +29,6 @@ Pod::Spec.new do |m|

m.preserve_path = '**/*.bcsymbolmap'

m.dependency "MapboxMobileEvents", "0.10.1-alpha"
m.dependency "MapboxMobileEvents", "0.10.1"

end
4 changes: 2 additions & 2 deletions platform/ios/Mapbox-iOS-SDK-stripped.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '5.6.0-alpha.1'
version = '5.6.0-alpha.2'

m.name = 'Mapbox-iOS-SDK-stripped'
m.version = "#{version}-stripped"
Expand Down Expand Up @@ -29,6 +29,6 @@ Pod::Spec.new do |m|

m.preserve_path = '**/*.bcsymbolmap'

m.dependency "MapboxMobileEvents", "0.10.1-alpha"
m.dependency "MapboxMobileEvents", "0.10.1"

end
4 changes: 2 additions & 2 deletions platform/ios/Mapbox-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '5.6.0-alpha.1'
version = '5.6.0-alpha.2'

m.name = 'Mapbox-iOS-SDK'
m.version = version
Expand Down Expand Up @@ -29,5 +29,5 @@ Pod::Spec.new do |m|

m.preserve_path = '**/*.bcsymbolmap'

m.dependency "MapboxMobileEvents", "0.10.1-alpha"
m.dependency "MapboxMobileEvents", "0.10.1"
end

0 comments on commit 5509ce2

Please sign in to comment.