File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44import PackageDescription
55import Foundation
66
7- let version = " 23.11.2 "
8- let checksum = " afaee777dd7ec568b7ce09e6ec1072142c3393fba1fb47934e059fd9bdd300b0 "
7+ let version = " 23.11.3 "
8+ let checksum = " 3869d3f5250c5e0474f4bbfcee1340263413fbfde22f0faddd0b6bac85e9baf5 "
99
1010let package = Package (
1111 name: " MapboxCommon " ,
Original file line number Diff line number Diff line change @@ -38,21 +38,21 @@ machine api.mapbox.com
3838###### Using SPM Package 📱🖥💻
3939
4040``` swift
41- .package (url : " https://github.com/mapbox/mapbox-common-ios.git" , from : " 23.11.2 " ),
41+ .package (url : " https://github.com/mapbox/mapbox-common-ios.git" , from : " 23.11.3 " ),
4242```
4343
4444##### CocoaPods 📱🖥💻
4545
4646``` ruby
47- pod ' MapboxCommon' , ' 23.11.2 '
47+ pod ' MapboxCommon' , ' 23.11.3 '
4848```
4949
5050##### Carthage 📱
5151
5252Add the following code to your Cartfile.
5353
5454``` bash
55- binary " https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.2
55+ binary " https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.3
5656```
5757
5858Then run the following command in the Terminal.
Original file line number Diff line number Diff line change 1- binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.2
1+ binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.3
Original file line number Diff line number Diff line change 11platform :ios , '11.0'
22
33target 'PodInstall' do
4- pod 'MapboxCommon' , '23.11.2 '
4+ pod 'MapboxCommon' , '23.11.3 '
55end
You can’t perform that action at this time.
0 commit comments