Skip to content

Commit 0ef7a90

Browse files
authored
Merge pull request #307 from Esri/Ting/BumpVersion
[Update] Bump version number for 200.3.0
2 parents 4282253 + f01f077 commit 0ef7a90

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
@@ -2499,7 +2499,7 @@
24992499
"$(inherited)",
25002500
"@executable_path/Frameworks",
25012501
);
2502-
MARKETING_VERSION = 200.2.0;
2502+
MARKETING_VERSION = 200.3.0;
25032503
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
25042504
PRODUCT_NAME = Samples;
25052505
SDKROOT = iphoneos;
@@ -2530,7 +2530,7 @@
25302530
"$(inherited)",
25312531
"@executable_path/Frameworks",
25322532
);
2533-
MARKETING_VERSION = 200.2.0;
2533+
MARKETING_VERSION = 200.3.0;
25342534
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
25352535
PRODUCT_NAME = Samples;
25362536
SDKROOT = iphoneos;
@@ -2573,7 +2573,7 @@
25732573
repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
25742574
requirement = {
25752575
kind = upToNextMinorVersion;
2576-
minimumVersion = 200.2.0;
2576+
minimumVersion = 200.3.0;
25772577
};
25782578
};
25792579
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)