File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
1111The * 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
Original file line number Diff line number Diff line change 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;
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;
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 */
You can’t perform that action at this time.
0 commit comments