Skip to content

Commit 932e928

Browse files
authored
Merge pull request #467 from Esri/Ting/BumpVersions
[Update] Bump version numbers for 200.5.0
2 parents 21b2ab9 + 1cc5129 commit 932e928

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.4 (or newer)
22-
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.4 (or newer)
21+
* [ArcGIS Maps SDK for Swift](https://developers.arcgis.com/swift/) 200.5 (or newer)
22+
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.5 (or newer)
2323
* Xcode 15.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
@@ -3364,7 +3364,7 @@
33643364
"$(inherited)",
33653365
"@executable_path/Frameworks",
33663366
);
3367-
MARKETING_VERSION = 200.4.0;
3367+
MARKETING_VERSION = 200.5.0;
33683368
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
33693369
PRODUCT_NAME = "ArcGIS Maps SDK Samples";
33703370
SDKROOT = iphoneos;
@@ -3396,7 +3396,7 @@
33963396
"$(inherited)",
33973397
"@executable_path/Frameworks",
33983398
);
3399-
MARKETING_VERSION = 200.4.0;
3399+
MARKETING_VERSION = 200.5.0;
34003400
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
34013401
PRODUCT_NAME = "ArcGIS Maps SDK Samples";
34023402
SDKROOT = iphoneos;
@@ -3440,7 +3440,7 @@
34403440
repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
34413441
requirement = {
34423442
kind = upToNextMinorVersion;
3443-
minimumVersion = 200.4.0;
3443+
minimumVersion = 200.5.0;
34443444
};
34453445
};
34463446
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)