Skip to content

Commit 203506b

Browse files
authored
Merge pull request #368 from Esri/Caleb/Update-Version
[Update] Bump version numbers for 200.4.0
2 parents ebd1d20 + 8783ef1 commit 203506b

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.3 (or newer)
22-
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.3 (or newer)
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)
2323
* Xcode 15.0 (or newer)
2424

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

Samples.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2863,7 +2863,7 @@
28632863
"$(inherited)",
28642864
"@executable_path/Frameworks",
28652865
);
2866-
MARKETING_VERSION = 200.3.0;
2866+
MARKETING_VERSION = 200.4.0;
28672867
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
28682868
PRODUCT_NAME = Samples;
28692869
SDKROOT = iphoneos;
@@ -2894,7 +2894,7 @@
28942894
"$(inherited)",
28952895
"@executable_path/Frameworks",
28962896
);
2897-
MARKETING_VERSION = 200.3.0;
2897+
MARKETING_VERSION = 200.4.0;
28982898
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
28992899
PRODUCT_NAME = Samples;
29002900
SDKROOT = iphoneos;
@@ -2937,7 +2937,7 @@
29372937
repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
29382938
requirement = {
29392939
kind = upToNextMinorVersion;
2940-
minimumVersion = 200.3.0;
2940+
minimumVersion = 200.4.0;
29412941
};
29422942
};
29432943
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)