Skip to content

Commit 3031ca3

Browse files
authored
Merge pull request #162 from Esri/Ting/FixInfoPlistOrder
[Update] Bump version number for 200.1.0
2 parents 709b3b9 + 902a987 commit 3031ca3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1111
The *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.

Samples.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@
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;
@@ -1282,7 +1282,7 @@
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;
@@ -1325,7 +1325,7 @@
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 */

iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
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/>

0 commit comments

Comments
 (0)