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.5.1 (or newer)
22- * [ ArcGIS Maps SDK for Swift Toolkit] ( https://github.com/Esri/arcgis-maps-sdk-swift-toolkit ) 200.5 (or newer)
21+ * [ ArcGIS Maps SDK for Swift] ( https://developers.arcgis.com/swift/ ) 200.6 (or newer)
22+ * [ ArcGIS Maps SDK for Swift Toolkit] ( https://github.com/Esri/arcgis-maps-sdk-swift-toolkit ) 200.6 (or newer)
2323* Xcode 16.0 (or newer)
2424
2525The * ArcGIS Maps SDK for Swift Samples app* has a * Target SDK* version of * 16.0* , meaning that it can run on devices with * iOS 16.0* or newer.
Original file line number Diff line number Diff line change 38223822 "$(inherited)",
38233823 "@executable_path/Frameworks",
38243824 );
3825- MARKETING_VERSION = 200.5 .0;
3825+ MARKETING_VERSION = 200.6 .0;
38263826 PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
38273827 PRODUCT_NAME = "ArcGIS Maps SDK Samples";
38283828 SDKROOT = iphoneos;
38533853 "$(inherited)",
38543854 "@executable_path/Frameworks",
38553855 );
3856- MARKETING_VERSION = 200.5 .0;
3856+ MARKETING_VERSION = 200.6 .0;
38573857 PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
38583858 PRODUCT_NAME = "ArcGIS Maps SDK Samples";
38593859 SDKROOT = iphoneos;
38963896 repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
38973897 requirement = {
38983898 kind = upToNextMinorVersion;
3899- minimumVersion = 200.5 .0;
3899+ minimumVersion = 200.6 .0;
39003900 };
39013901 };
39023902/* End XCRemoteSwiftPackageReference section */
You can’t perform that action at this time.
0 commit comments