diff --git a/Package.swift b/Package.swift index 6bd3c24..3dae9b3 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.9.0-daily-2024-11-11-04-26" -let commonChecksum = "804fd901e142f8b3945e64d6306c63b0692b254e2fedec26b98e286c59916918" +let commonVersion = "24.9.0-fedool-document-daily-release-trigger-daily-2024-11-11-12-57" +let commonChecksum = "66fffc775a021b4c4d933825a4d99fe897bd112cd748f75bbc0bb5fbc01402b2" let turfVersion = "4.0.0-beta.1" diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 6572009..43a56b1 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '12.0' target 'PodInstall' do - pod 'MapboxCommon', '24.9.0-daily-2024-11-11-04-26' + pod 'MapboxCommon', '24.9.0-fedool-document-daily-release-trigger-daily-2024-11-11-12-57' end