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 @@ -18,9 +18,9 @@ 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.7 (or newer)
22- * [ ArcGIS Maps SDK for Swift Toolkit] ( https://github.com/Esri/arcgis-maps-sdk-swift-toolkit ) 200.7 (or newer)
23- * Xcode 16.0 (or newer)
21+ * [ ArcGIS Maps SDK for Swift] ( https://developers.arcgis.com/swift/ ) 200.8 (or newer)
22+ * [ ArcGIS Maps SDK for Swift Toolkit] ( https://github.com/Esri/arcgis-maps-sdk-swift-toolkit ) 200.8 (or newer)
23+ * Xcode 16.4 (or newer)
2424
2525The * ArcGIS Maps SDK for Swift Samples app* has a * Target SDK* version of * 17.0* , meaning that it can run on devices with * iOS 17.0* or newer.
2626
Original file line number Diff line number Diff line change 48324832 "$(inherited)",
48334833 "@executable_path/Frameworks",
48344834 );
4835- MARKETING_VERSION = 200.7 .0;
4835+ MARKETING_VERSION = 200.8 .0;
48364836 PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
48374837 PRODUCT_NAME = "ArcGIS Maps SDK Samples";
48384838 SDKROOT = iphoneos;
48624862 "$(inherited)",
48634863 "@executable_path/Frameworks",
48644864 );
4865- MARKETING_VERSION = 200.7 .0;
4865+ MARKETING_VERSION = 200.8 .0;
48664866 PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
48674867 PRODUCT_NAME = "ArcGIS Maps SDK Samples";
48684868 SDKROOT = iphoneos;
49054905 repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
49064906 requirement = {
49074907 kind = upToNextMinorVersion;
4908- minimumVersion = 200.7 .0;
4908+ minimumVersion = 200.8 .0;
49094909 };
49104910 };
49114911/* End XCRemoteSwiftPackageReference section */
You can’t perform that action at this time.
0 commit comments