File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 44import PackageDescription
55import Foundation
66
7- let version = " 24.5.1 "
8- let checksum = " b6bf1e6aaacf5b2850fb37854aa9d66219feb611829c6a94809d26f2834892f5 "
7+ let commonVersion = " 24.5.2 "
8+ let commonChecksum = " 75a2ce27c48ab0ba804fd7cbdb0e85482c288364b03346f836cad45f5536a8f1 "
9+
10+ let turfVersion : Version = " 4.0.0 "
911
1012let package = Package (
1113 name: " MapboxCommon " ,
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ machine api.mapbox.com
3838###### Using SPM Package 📱🖥💻
3939
4040``` swift
41- .package (url : " https://github.com/mapbox/mapbox-common-ios.git" , from : " 24.5.1 " ),
41+ .package (url : " https://github.com/mapbox/mapbox-common-ios.git" , from : " 24.5.2 " ),
4242```
4343
4444##### CocoaPods 📱🖥💻
4545
4646``` ruby
47- pod ' MapboxCommon' , ' 24.5.1 '
47+ pod ' MapboxCommon' , ' 24.5.2 '
4848```
4949
5050##### Carthage 📱
Original file line number Diff line number Diff line change 1- binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.1
1+ binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.2
Original file line number Diff line number Diff line change 11platform :ios , '11.0'
22
33target 'PodInstall' do
4- pod 'MapboxCommon' , '24.5.1 '
4+ pod 'MapboxCommon' , '24.5.2 '
55end
Original file line number Diff line number Diff line change 44packages :
55 MapboxCommon :
66 url : git@github.com:mapbox/mapbox-common-ios.git
7- branch : release- v24.5.1
7+ branch : release/ v24.5.2
88targets :
99 SPMTest :
1010 type : application
You can’t perform that action at this time.
0 commit comments