Skip to content

Commit 75d3c87

Browse files
pjleonard37Release SDK bot for Maps SDK team
andauthored
Update versions for v2.6.0-beta.1 release (#839)
* Update versions * Update additional versions --------- Co-authored-by: Release SDK bot for Maps SDK team <[email protected]>
1 parent fb62b0a commit 75d3c87

File tree

14 files changed

+65
-44
lines changed

14 files changed

+65
-44
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# main
22

3+
### 2.6.0-beta.1
4+
5+
> [!IMPORTANT]
6+
> The iOS minimum deployment target is now iOS 14.0.
7+
38
* Add support for Swift Package Manager.
9+
* Update Maps SDK to 11.10.0-beta.1
410

511
### 2.5.0
612

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mapbox Maps SDK Flutter SDK
22

3-
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.9.0). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
3+
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.10.0-beta.1). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
44

55
Web and desktop are not supported.
66

@@ -46,7 +46,7 @@ Contributions welcome!
4646

4747
The Maps Flutter SDK is compatible with applications:
4848

49-
- Deployed on iOS 12 or higher
49+
- Deployed on iOS 14 or higher
5050
- Built using the Android SDK 21 or higher
5151
- Built using the Flutter SDK 3.22.3/Dart SDK 3.4.4 or higher
5252

@@ -137,7 +137,7 @@ The `MapboxMap` controller instance is provided with `MapWidget.onMapCreated` ca
137137
`MapboxMap` exposes an entry point to the most of the APIs Maps Flutter SDK provides. It allows to control the map, camera, styles, observe map events,
138138
query rendered features, etc.
139139

140-
It's organized similarly to the [Android](https://docs.mapbox.com/android/maps/api/11.7.0/mapbox-maps-android/com.mapbox.maps/-mapbox-map/) and [iOS](https://docs.mapbox.com/ios/maps/api/11.7.0/documentation/mapboxmaps/mapboxmap) counterparts.
140+
It's organized similarly to the [Android](https://docs.mapbox.com/android/maps/api/11.10.0-beta.1/mapbox-maps-android/com.mapbox.maps/-mapbox-map/) and [iOS](https://docs.mapbox.com/ios/maps/api/11.10.0-beta.1/documentation/mapboxmaps/mapboxmap) counterparts.
141141

142142
To interact with the map after it's created store the MapboxMap object somewhere :
143143
```

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint
5959
}
6060

6161
dependencies {
62-
implementation "com.mapbox.maps:android:11.9.0"
62+
implementation "com.mapbox.maps:android:11.10.0-beta.1"
6363

6464
implementation "androidx.annotation:annotation:1.5.0"
6565
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>12.0</string>
24+
<string>14.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
platform :ios, '12.0'
2+
platform :ios, '14.0'
33
use_frameworks!
44

55
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.

example/ios/Podfile.lock

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- mapbox_maps_flutter (2.5.0):
3+
- integration_test (0.0.1):
44
- Flutter
5-
- MapboxMaps (~> 11.9.0)
5+
- mapbox_maps_flutter (2.6.0-beta.1):
6+
- Flutter
7+
- MapboxMaps (~> 11.10.0-beta.1)
68
- Turf (= 4.0.0)
7-
- MapboxCommon (24.9.0):
9+
- MapboxCommon (24.10.0-beta.2):
810
- Turf (= 4.0.0)
9-
- MapboxCoreMaps (11.9.0):
10-
- MapboxCommon (~> 24.9)
11-
- MapboxMaps (11.9.0):
12-
- MapboxCommon (= 24.9.0)
13-
- MapboxCoreMaps (= 11.9.0)
11+
- MapboxCoreMaps (11.10.0-beta.2):
12+
- MapboxCommon (~> 24.10.0-beta)
13+
- MapboxMaps (11.10.0-beta.1):
14+
- MapboxCommon (= 24.10.0-beta.2)
15+
- MapboxCoreMaps (= 11.10.0-beta.2)
1416
- Turf (= 4.0.0)
17+
- path_provider_foundation (0.0.1):
18+
- Flutter
19+
- FlutterMacOS
1520
- permission_handler_apple (9.1.1):
1621
- Flutter
1722
- Turf (4.0.0)
1823

1924
DEPENDENCIES:
2025
- Flutter (from `Flutter`)
26+
- integration_test (from `.symlinks/plugins/integration_test/ios`)
2127
- mapbox_maps_flutter (from `.symlinks/plugins/mapbox_maps_flutter/ios`)
28+
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
2229
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
2330

2431
SPEC REPOS:
@@ -31,20 +38,26 @@ SPEC REPOS:
3138
EXTERNAL SOURCES:
3239
Flutter:
3340
:path: Flutter
41+
integration_test:
42+
:path: ".symlinks/plugins/integration_test/ios"
3443
mapbox_maps_flutter:
3544
:path: ".symlinks/plugins/mapbox_maps_flutter/ios"
45+
path_provider_foundation:
46+
:path: ".symlinks/plugins/path_provider_foundation/darwin"
3647
permission_handler_apple:
3748
:path: ".symlinks/plugins/permission_handler_apple/ios"
3849

3950
SPEC CHECKSUMS:
4051
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
41-
mapbox_maps_flutter: 37d79738fac5ae570b4d67ffebf9dafcb7c4fff2
42-
MapboxCommon: 678bfc4b477a804244fd7323c79cc7f2402f844e
43-
MapboxCoreMaps: 5cd77c7251dea10903135e8427c788212bd26346
44-
MapboxMaps: 2ce57c4ec89d8f05eacfebdd39b01216e0c06168
52+
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
53+
mapbox_maps_flutter: e6e4c6efbb89bf28a20f5cfabde50c0e3c305554
54+
MapboxCommon: 951e257fd7eeb5947f3982e6026cf557772bf215
55+
MapboxCoreMaps: 77d370578398a66d7d88830a2e16e707ad7a90f7
56+
MapboxMaps: 2bbe6dc3be66731688cbfcaeb6037a7eb8770e2c
57+
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
4558
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
4659
Turf: c9eb11a65d96af58cac523460fd40fec5061b081
4760

48-
PODFILE CHECKSUM: e9395e37b54f3250ebce302f8de7800b2ba2b828
61+
PODFILE CHECKSUM: b3192822a93c0d8045ea3b93674ed183e8ddffc6
4962

5063
COCOAPODS: 1.16.2

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
1E50EC7628162D9000A396F8 /* RunnerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E50EC7528162D9000A396F8 /* RunnerTests.m */; };
1212
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1313
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
14+
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; };
1415
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1516
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1617
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
1718
D0F2C3AA8D6C415312599A8A /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 024AD1B161F3640150E7C413 /* Pods_Runner.framework */; };
1819
FE428FE79EF59766F88E1D91 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50F12F718323ADA4DE282D4D /* Pods_RunnerTests.framework */; };
19-
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; };
2020
/* End PBXBuildFile section */
2121

2222
/* Begin PBXContainerItemProxy section */
@@ -189,9 +189,6 @@
189189
productType = "com.apple.product-type.bundle.unit-test";
190190
};
191191
97C146ED1CF9000F007C117D /* Runner */ = {
192-
packageProductDependencies = (
193-
78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */,
194-
);
195192
isa = PBXNativeTarget;
196193
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
197194
buildPhases = (
@@ -209,6 +206,9 @@
209206
dependencies = (
210207
);
211208
name = Runner;
209+
packageProductDependencies = (
210+
78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */,
211+
);
212212
productName = Runner;
213213
productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
214214
productType = "com.apple.product-type.application";
@@ -217,9 +217,6 @@
217217

218218
/* Begin PBXProject section */
219219
97C146E61CF9000F007C117D /* Project object */ = {
220-
packageReferences = (
221-
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */,
222-
);
223220
isa = PBXProject;
224221
attributes = {
225222
LastUpgradeCheck = 1510;
@@ -244,6 +241,9 @@
244241
Base,
245242
);
246243
mainGroup = 97C146E51CF9000F007C117D;
244+
packageReferences = (
245+
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */,
246+
);
247247
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
248248
projectDirPath = "";
249249
projectRoot = "";
@@ -559,7 +559,7 @@
559559
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
560560
GCC_WARN_UNUSED_FUNCTION = YES;
561561
GCC_WARN_UNUSED_VARIABLE = YES;
562-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
562+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
563563
MTL_ENABLE_DEBUG_INFO = NO;
564564
SDKROOT = iphoneos;
565565
SUPPORTED_PLATFORMS = iphoneos;
@@ -640,7 +640,7 @@
640640
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
641641
GCC_WARN_UNUSED_FUNCTION = YES;
642642
GCC_WARN_UNUSED_VARIABLE = YES;
643-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
643+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
644644
MTL_ENABLE_DEBUG_INFO = YES;
645645
ONLY_ACTIVE_ARCH = YES;
646646
SDKROOT = iphoneos;
@@ -689,7 +689,7 @@
689689
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
690690
GCC_WARN_UNUSED_FUNCTION = YES;
691691
GCC_WARN_UNUSED_VARIABLE = YES;
692-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
692+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
693693
MTL_ENABLE_DEBUG_INFO = NO;
694694
SDKROOT = iphoneos;
695695
SUPPORTED_PLATFORMS = iphoneos;
@@ -784,12 +784,14 @@
784784
defaultConfigurationName = Release;
785785
};
786786
/* End XCConfigurationList section */
787+
787788
/* Begin XCLocalSwiftPackageReference section */
788789
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */ = {
789790
isa = XCLocalSwiftPackageReference;
790791
relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage;
791792
};
792793
/* End XCLocalSwiftPackageReference section */
794+
793795
/* Begin XCSwiftPackageProductDependency section */
794796
78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */ = {
795797
isa = XCSwiftPackageProductDependency;

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ packages:
200200
path: ".."
201201
relative: true
202202
source: path
203-
version: "2.5.0-rc.1"
203+
version: "2.6.0-beta.1"
204204
matcher:
205205
dependency: transitive
206206
description:

ios/mapbox_maps_flutter.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mapbox_maps_flutter'
7-
s.version = '2.5.0'
7+
s.version = '2.6.0-beta.1'
88

99
s.summary = 'Mapbox Maps SDK Flutter Plugin.'
1010
s.description = 'An officially developed solution from Mapbox that enables use of our latest Maps SDK product.'
@@ -15,9 +15,9 @@ Pod::Spec.new do |s|
1515

1616
s.source_files = 'mapbox_maps_flutter/Sources/mapbox_maps_flutter/Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.platform = :ios, '12.0'
18+
s.platform = :ios, '14.0'
1919

20-
s.dependency 'MapboxMaps', '~> 11.9.0'
20+
s.dependency 'MapboxMaps', '~> 11.10.0-beta.1'
2121
s.dependency 'Turf', '4.0.0'
2222

2323
# Flutter.framework does not contain a i386 slice.

ios/mapbox_maps_flutter/Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)