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 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;
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;
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 */
You can’t perform that action at this time.
0 commit comments