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.4 (or newer)
22- * [ ArcGIS Maps SDK for Swift Toolkit] ( https://github.com/Esri/arcgis-maps-sdk-swift-toolkit ) 200.4 (or newer)
21+ * [ ArcGIS Maps SDK for Swift] ( https://developers.arcgis.com/swift/ ) 200.5 (or newer)
22+ * [ ArcGIS Maps SDK for Swift Toolkit] ( https://github.com/Esri/arcgis-maps-sdk-swift-toolkit ) 200.5 (or newer)
2323* Xcode 15.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 33643364 "$(inherited)",
33653365 "@executable_path/Frameworks",
33663366 );
3367- MARKETING_VERSION = 200.4 .0;
3367+ MARKETING_VERSION = 200.5 .0;
33683368 PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
33693369 PRODUCT_NAME = "ArcGIS Maps SDK Samples";
33703370 SDKROOT = iphoneos;
33963396 "$(inherited)",
33973397 "@executable_path/Frameworks",
33983398 );
3399- MARKETING_VERSION = 200.4 .0;
3399+ MARKETING_VERSION = 200.5 .0;
34003400 PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
34013401 PRODUCT_NAME = "ArcGIS Maps SDK Samples";
34023402 SDKROOT = iphoneos;
34403440 repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
34413441 requirement = {
34423442 kind = upToNextMinorVersion;
3443- minimumVersion = 200.4 .0;
3443+ minimumVersion = 200.5 .0;
34443444 };
34453445 };
34463446/* End XCRemoteSwiftPackageReference section */
You can’t perform that action at this time.
0 commit comments