Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Update] Bump version number for 200.2.0 #239

Merged
merged 1 commit into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This repository contains Swift sample code demonstrating the capabilities of [Ar

## Requirements

* [ArcGIS Maps SDK for Swift](https://developers.arcgis.com/swift/) 200.1 (or newer)
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.1 (or newer)
* [ArcGIS Maps SDK for Swift](https://developers.arcgis.com/swift/) 200.2 (or newer)
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.2 (or newer)
* Xcode 14.1 (or newer)

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.
Expand Down
6 changes: 3 additions & 3 deletions Samples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 200.1.0;
MARKETING_VERSION = 200.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
PRODUCT_NAME = Samples;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -1825,7 +1825,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 200.1.0;
MARKETING_VERSION = 200.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
PRODUCT_NAME = Samples;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -1868,7 +1868,7 @@
repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 200.1.0;
minimumVersion = 200.2.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Loading