Skip to content

Commit f01f077

Browse files
committed
Bump version numbers.
1 parent 3a836d2 commit f01f077

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
@@ -4,9 +4,9 @@ This repository contains Swift sample code demonstrating the capabilities of [Ar
44

55
## Requirements
66

7-
* [ArcGIS Maps SDK for Swift](https://developers.arcgis.com/swift/) 200.2 (or newer)
8-
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.2 (or newer)
9-
* Xcode 14.1 (or newer)
7+
* [ArcGIS Maps SDK for Swift](https://developers.arcgis.com/swift/) 200.3 (or newer)
8+
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.3 (or newer)
9+
* Xcode 15.0 (or newer)
1010

1111
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.
1212

Samples.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,7 +2485,7 @@
24852485
"$(inherited)",
24862486
"@executable_path/Frameworks",
24872487
);
2488-
MARKETING_VERSION = 200.2.0;
2488+
MARKETING_VERSION = 200.3.0;
24892489
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
24902490
PRODUCT_NAME = Samples;
24912491
SDKROOT = iphoneos;
@@ -2516,7 +2516,7 @@
25162516
"$(inherited)",
25172517
"@executable_path/Frameworks",
25182518
);
2519-
MARKETING_VERSION = 200.2.0;
2519+
MARKETING_VERSION = 200.3.0;
25202520
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
25212521
PRODUCT_NAME = Samples;
25222522
SDKROOT = iphoneos;
@@ -2559,7 +2559,7 @@
25592559
repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
25602560
requirement = {
25612561
kind = upToNextMinorVersion;
2562-
minimumVersion = 200.2.0;
2562+
minimumVersion = 200.3.0;
25632563
};
25642564
};
25652565
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)