Skip to content

Commit 671db64

Browse files
authored
Merge pull request #665 from Esri/Ting/BumpVersion
[Update] Bump version numbers for 200.8.0
2 parents 8248660 + f1e6194 commit 671db64

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ 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.7 (or newer)
22-
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.7 (or newer)
23-
* Xcode 16.0 (or newer)
21+
* [ArcGIS Maps SDK for Swift](https://developers.arcgis.com/swift/) 200.8 (or newer)
22+
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.8 (or newer)
23+
* Xcode 16.4 (or newer)
2424

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

Samples.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4832,7 +4832,7 @@
48324832
"$(inherited)",
48334833
"@executable_path/Frameworks",
48344834
);
4835-
MARKETING_VERSION = 200.7.0;
4835+
MARKETING_VERSION = 200.8.0;
48364836
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
48374837
PRODUCT_NAME = "ArcGIS Maps SDK Samples";
48384838
SDKROOT = iphoneos;
@@ -4862,7 +4862,7 @@
48624862
"$(inherited)",
48634863
"@executable_path/Frameworks",
48644864
);
4865-
MARKETING_VERSION = 200.7.0;
4865+
MARKETING_VERSION = 200.8.0;
48664866
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
48674867
PRODUCT_NAME = "ArcGIS Maps SDK Samples";
48684868
SDKROOT = iphoneos;
@@ -4905,7 +4905,7 @@
49054905
repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
49064906
requirement = {
49074907
kind = upToNextMinorVersion;
4908-
minimumVersion = 200.7.0;
4908+
minimumVersion = 200.8.0;
49094909
};
49104910
};
49114911
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)