Skip to content

Commit

Permalink
Merge pull request #170 from Esri/mhd/U14
Browse files Browse the repository at this point in the history
100.14 version number updates.
  • Loading branch information
mhdostal committed Apr 27, 2022
2 parents 10dfc98 + e72c4af commit a65ad9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Examples/ArcGISToolkitExamples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 100.13;
MARKETING_VERSION = 100.14;
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.${PRODUCT_NAME}";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -431,7 +431,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 100.13;
MARKETING_VERSION = 100.14;
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.${PRODUCT_NAME}";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ let package = Package(
.package(
name: "arcgis-runtime-ios",
// path: localArcGISPackage
url: "https://github.com/Esri/arcgis-runtime-ios", .upToNextMinor(from: "100.13.0")
url: "https://github.com/Esri/arcgis-runtime-ios", .upToNextMinor(from: "100.14.0")
)
],
targets: [
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ To use Toolkit in your project:

## Requirements

* [ArcGIS Runtime SDK for iOS](https://developers.arcgis.com/ios/) 100.13.0 (or higher)
* Xcode 12.0 (or higher)
* [ArcGIS Runtime SDK for iOS](https://developers.arcgis.com/ios/) 100.14.0 (or higher)
* Xcode 13.0 (or higher)

The *ArcGIS Runtime Toolkit for iOS* has a *Target SDK* version of *13.0*, meaning that it can run on devices with *iOS
13.0* or newer.
Expand All @@ -52,9 +52,8 @@ The *ArcGIS Runtime Toolkit for iOS* has a *Target SDK* version of *13.0*, meani
1. Open your project in Xcode
2. Go to *File* > *Swift Packages* > *Add Package Dependency* option
3. Enter `https://github.com/Esri/arcgis-runtime-toolkit-ios` as the package repository URL
4. Choose version 100.13.0 or a later version. Click Next. Only version 100.11.0 or newer supports Swift Package
Manager.

4. Choose version 100.14.0 or a later version. Click Next.

Note: The Toolkit Swift Package adds the ArcGIS SDK Swift Package as a dependency so no need to add both separately. If
you already have the ArcGIS SDK Swift Package delete that and just add the Toolkit Swift Package.

Expand Down

0 comments on commit a65ad9e

Please sign in to comment.