File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.3 (or newer)
22- * [ ArcGIS Maps SDK for Swift Toolkit] ( https://github.com/Esri/arcgis-maps-sdk-swift-toolkit ) 200.3 (or newer)
21+ * [ ArcGIS Maps SDK for Swift] ( https://developers.arcgis.com/swift/ ) 200.4 (or newer)
22+ * [ ArcGIS Maps SDK for Swift Toolkit] ( https://github.com/Esri/arcgis-maps-sdk-swift-toolkit ) 200.4 (or newer)
2323* Xcode 15.0 (or newer)
2424
2525The * 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.
Original file line number Diff line number Diff line change 28632863 "$(inherited)",
28642864 "@executable_path/Frameworks",
28652865 );
2866- MARKETING_VERSION = 200.3 .0;
2866+ MARKETING_VERSION = 200.4 .0;
28672867 PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
28682868 PRODUCT_NAME = Samples;
28692869 SDKROOT = iphoneos;
28942894 "$(inherited)",
28952895 "@executable_path/Frameworks",
28962896 );
2897- MARKETING_VERSION = 200.3 .0;
2897+ MARKETING_VERSION = 200.4 .0;
28982898 PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
28992899 PRODUCT_NAME = Samples;
29002900 SDKROOT = iphoneos;
29372937 repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
29382938 requirement = {
29392939 kind = upToNextMinorVersion;
2940- minimumVersion = 200.3 .0;
2940+ minimumVersion = 200.4 .0;
29412941 };
29422942 };
29432943/* End XCRemoteSwiftPackageReference section */
You can’t perform that action at this time.
0 commit comments