Skip to content

Commit 2a1484a

Browse files
authored
Merge pull request #562 from Esri/Caleb/BumpVersionNumbers200.7
[Update] Bump version numbers for `200.7.0`
2 parents 08f6803 + e4e8020 commit 2a1484a

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.6 (or newer)
22-
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.6 (or newer)
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)
2323
* Xcode 16.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
@@ -3856,7 +3856,7 @@
38563856
"$(inherited)",
38573857
"@executable_path/Frameworks",
38583858
);
3859-
MARKETING_VERSION = 200.6.0;
3859+
MARKETING_VERSION = 200.7.0;
38603860
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
38613861
PRODUCT_NAME = "ArcGIS Maps SDK Samples";
38623862
SDKROOT = iphoneos;
@@ -3887,7 +3887,7 @@
38873887
"$(inherited)",
38883888
"@executable_path/Frameworks",
38893889
);
3890-
MARKETING_VERSION = 200.6.0;
3890+
MARKETING_VERSION = 200.7.0;
38913891
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
38923892
PRODUCT_NAME = "ArcGIS Maps SDK Samples";
38933893
SDKROOT = iphoneos;
@@ -3930,7 +3930,7 @@
39303930
repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
39313931
requirement = {
39323932
kind = upToNextMinorVersion;
3933-
minimumVersion = 200.6.0;
3933+
minimumVersion = 200.7.0;
39343934
};
39353935
};
39363936
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)