Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Fix capitalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
yo1995 committed Apr 22, 2021
1 parent 42573ed commit 3f8455c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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
Expand Down

0 comments on commit 3f8455c

Please sign in to comment.