File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ 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.0 (or newer)
8- * [ ArcGIS Maps SDK for Swift Toolkit] ( https://github.com/Esri/arcgis-maps-sdk-swift-toolkit ) 200.0 (or newer)
7+ * [ ArcGIS Maps SDK for Swift] ( https://developers.arcgis.com/swift/ ) 200.1 (or newer)
8+ * [ ArcGIS Maps SDK for Swift Toolkit] ( https://github.com/Esri/arcgis-maps-sdk-swift-toolkit ) 200.1 (or newer)
99* Xcode 14.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.
Original file line number Diff line number Diff line change 12521252 "$(inherited)",
12531253 "@executable_path/Frameworks",
12541254 );
1255- MARKETING_VERSION = 200.0 .0;
1255+ MARKETING_VERSION = 200.1 .0;
12561256 PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
12571257 PRODUCT_NAME = Samples;
12581258 SDKROOT = iphoneos;
12821282 "$(inherited)",
12831283 "@executable_path/Frameworks",
12841284 );
1285- MARKETING_VERSION = 200.0 .0;
1285+ MARKETING_VERSION = 200.1 .0;
12861286 PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
12871287 PRODUCT_NAME = Samples;
12881288 SDKROOT = iphoneos;
13251325 repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
13261326 requirement = {
13271327 kind = upToNextMinorVersion;
1328- minimumVersion = "200.0.0-beta ";
1328+ minimumVersion = "200.1.0 ";
13291329 };
13301330 };
13311331/* End XCRemoteSwiftPackageReference section */
Original file line number Diff line number Diff line change 3737 <string >Your location is used to show your position on the map. </string >
3838 <key >UIApplicationSceneManifest </key >
3939 <dict >
40- <key >UISceneConfigurations </key >
41- <dict />
4240 <key >UIApplicationSupportsMultipleScenes </key >
4341 <false />
42+ <key >UISceneConfigurations </key >
43+ <dict />
4444 </dict >
4545 <key >UIApplicationSupportsIndirectInputEvents </key >
4646 <true />
You can’t perform that action at this time.
0 commit comments