Skip to content

Commit 99080d8

Browse files
dolzhenko-tonymaxep
authored andcommitted
update podspec for depend on Mapbox 4.0
1 parent 2f35357 commit 99080d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ClusterKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Pod::Spec.new do |s|
4343

4444
s.subspec 'Mapbox' do |ss|
4545
ss.dependency 'ClusterKit/Core'
46-
ss.dependency 'Mapbox-iOS-SDK', '~> 3.7'
46+
ss.dependency 'Mapbox-iOS-SDK', '~> 4.0'
4747
ss.source_files = 'ClusterKit/Mapbox'
4848
end
4949

Examples/Example-swift/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
3333
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
3434

3535
GMSServices.provideAPIKey("<#Enter your google API key#>")
36-
MGLAccountManager.setAccessToken("<#Enter your Mapbox access token#>")
36+
MGLAccountManager.accessToken = "<#Enter your Mapbox access token#>"
3737

3838
return true
3939
}

0 commit comments

Comments
 (0)