File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import PackageDescription
55import Foundation
66
7- let version = " 23.12.0-alpha.2 "
8- let checksum = " " 47 cb 38 b 8 f 82 bfc 36 cc 789006 b 8 b 486394 deabef 2018 d 290 f 786 a 29 ec 7800 d 602 " "
7+ let version = " 23.12.0 "
8+ let checksum = " " 02 d 746420 f 9 fc 777 d 0 cfe 2e72021676 aed 33 c 28 d 8360 f 46 a 0258 c 49001 dec 50 c " "
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.12.0-alpha.1 " ),
41+ .package (url : " https://github.com/mapbox/mapbox-common-ios.git" , from : " 23.12.0" ),
4242```
4343
4444##### CocoaPods 📱🖥💻
4545
4646``` ruby
47- pod ' MapboxCommon' , ' 23.12.0-alpha.1 '
47+ pod ' MapboxCommon' , ' 23.12.0'
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.12.0-alpha.1
55+ binary " https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.12.0
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.12.0-alpha.2
1+ binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.12.0
Original file line number Diff line number Diff line change 11platform :ios , '11.0'
22
33target 'PodInstall' do
4- pod 'MapboxCommon' , '23.12.0-alpha.2 '
4+ pod 'MapboxCommon' , '23.12.0'
55end
You can’t perform that action at this time.
0 commit comments