Skip to content

Commit a65ad9e

Browse files
authored
Merge pull request #170 from Esri/mhd/U14
100.14 version number updates.
2 parents 10dfc98 + e72c4af commit a65ad9e

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Examples/ArcGISToolkitExamples.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
"$(inherited)",
411411
"@executable_path/Frameworks",
412412
);
413-
MARKETING_VERSION = 100.13;
413+
MARKETING_VERSION = 100.14;
414414
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.${PRODUCT_NAME}";
415415
PRODUCT_NAME = "$(TARGET_NAME)";
416416
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -431,7 +431,7 @@
431431
"$(inherited)",
432432
"@executable_path/Frameworks",
433433
);
434-
MARKETING_VERSION = 100.13;
434+
MARKETING_VERSION = 100.14;
435435
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.${PRODUCT_NAME}";
436436
PRODUCT_NAME = "$(TARGET_NAME)";
437437
SWIFT_VERSION = 5.0;

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let package = Package(
4646
.package(
4747
name: "arcgis-runtime-ios",
4848
// path: localArcGISPackage
49-
url: "https://github.com/Esri/arcgis-runtime-ios", .upToNextMinor(from: "100.13.0")
49+
url: "https://github.com/Esri/arcgis-runtime-ios", .upToNextMinor(from: "100.14.0")
5050
)
5151
],
5252
targets: [

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ To use Toolkit in your project:
3939

4040
## Requirements
4141

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

4545
The *ArcGIS Runtime Toolkit for iOS* has a *Target SDK* version of *13.0*, meaning that it can run on devices with *iOS
4646
13.0* or newer.
@@ -52,9 +52,8 @@ The *ArcGIS Runtime Toolkit for iOS* has a *Target SDK* version of *13.0*, meani
5252
1. Open your project in Xcode
5353
2. Go to *File* > *Swift Packages* > *Add Package Dependency* option
5454
3. Enter `https://github.com/Esri/arcgis-runtime-toolkit-ios` as the package repository URL
55-
4. Choose version 100.13.0 or a later version. Click Next. Only version 100.11.0 or newer supports Swift Package
56-
Manager.
57-
55+
4. Choose version 100.14.0 or a later version. Click Next.
56+
5857
Note: The Toolkit Swift Package adds the ArcGIS SDK Swift Package as a dependency so no need to add both separately. If
5958
you already have the ArcGIS SDK Swift Package delete that and just add the Toolkit Swift Package.
6059

0 commit comments

Comments
 (0)