From 3f8455cbc508d14a576f85c8bad222abd165ceab Mon Sep 17 00:00:00 2001 From: Ting Chen Date: Thu, 22 Apr 2021 10:56:00 -0700 Subject: [PATCH] Fix capitalization. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8daf4ccc..97b631d75 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The *ArcGIS Runtime SDK Samples app* has a *Target SDK* version of *13.0*, meani 1. **Fork** and then **clone** the repository 1. **Open** the `arcgis-ios-sdk-samples.xcodeproj` **project** file - > The project has been configured to use the Swift Package for ArcGIS Runtime iOS Toolkit. Xcode will automatically start downloading the latest toolkit, and in turn, the package for ArcGIS Runtime iOS SDK which the toolkit depends upon. + > The project has been configured to use the Swift package for ArcGIS Runtime iOS Toolkit. Xcode will automatically start downloading the latest toolkit, and in turn, the package for ArcGIS Runtime iOS SDK which the toolkit depends upon. 1. **Run** the `arcgis-ios-sdk-samples` app target > To add the Swift packages to your own projects, consult the documentation for the [ArcGIS Runtime iOS Toolkit](https://github.com/Esri/arcgis-runtime-toolkit-ios/#swift-package-manager) and [ArcGIS Runtime iOS SDK](https://github.com/Esri/arcgis-runtime-ios#instructions). @@ -45,7 +45,7 @@ The *ArcGIS Runtime SDK Samples app* has a *Target SDK* version of *13.0*, meani 1. **Fork** and then **clone** the repository 1. **Install** the ArcGIS Runtime SDK for iOS by running the `pod install` command in the folder where you cloned this repository 1. **Open** the `arcgis-ios-sdk-samples.xcworkspace` **workspace** file -1. **Select** the `arcgis-ios-sdk-samples` project node, go to the `Swift Packages` tab, and **delete** the `arcgis-runtime-toolkit-ios` package. This Swift Package conflicts with CocoaPods and is only required when using the Swift Package Manager as described in the previous section. +1. **Select** the `arcgis-ios-sdk-samples` project node, go to the `Swift Packages` tab, and **delete** the `arcgis-runtime-toolkit-ios` package. This Swift package conflicts with CocoaPods and is only required when using the Swift Package Manager as described in the previous section. 1. **Run** the `arcgis-ios-sdk-samples` app target ## Sample Data