Skip to content

Commit 7eb3250

Browse files
committed
Bump version numbers.
1 parent 7da0415 commit 7eb3250

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ This repository contains Swift sample code demonstrating the capabilities of the
1818

1919
## Requirements
2020

21-
* [ArcGIS Maps SDK for Swift](https://developers.arcgis.com/swift/) 200.5.1 (or newer)
22-
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.5 (or newer)
21+
* [ArcGIS Maps SDK for Swift](https://developers.arcgis.com/swift/) 200.6 (or newer)
22+
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.6 (or newer)
2323
* Xcode 16.0 (or newer)
2424

2525
The *ArcGIS Maps SDK for Swift Samples app* has a *Target SDK* version of *16.0*, meaning that it can run on devices with *iOS 16.0* or newer.

Samples.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3822,7 +3822,7 @@
38223822
"$(inherited)",
38233823
"@executable_path/Frameworks",
38243824
);
3825-
MARKETING_VERSION = 200.5.0;
3825+
MARKETING_VERSION = 200.6.0;
38263826
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
38273827
PRODUCT_NAME = "ArcGIS Maps SDK Samples";
38283828
SDKROOT = iphoneos;
@@ -3853,7 +3853,7 @@
38533853
"$(inherited)",
38543854
"@executable_path/Frameworks",
38553855
);
3856-
MARKETING_VERSION = 200.5.0;
3856+
MARKETING_VERSION = 200.6.0;
38573857
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
38583858
PRODUCT_NAME = "ArcGIS Maps SDK Samples";
38593859
SDKROOT = iphoneos;
@@ -3896,7 +3896,7 @@
38963896
repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
38973897
requirement = {
38983898
kind = upToNextMinorVersion;
3899-
minimumVersion = 200.5.0;
3899+
minimumVersion = 200.6.0;
39003900
};
39013901
};
39023902
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)