Skip to content

Commit

Permalink
Merge pull request #8 from Esri/v200.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saratchandrakarumuri committed Aug 16, 2023
2 parents 6ca1f47 + eda66e9 commit 893ca85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ let package = Package(
targets: [
.binaryTarget(
name: "ArcGIS",
url: "https://gisupdates.esri.com/ArcGIS_MapsSDK/200.1.0/ArcGIS-Swift-v200.1.xcframework.zip",
checksum: "db7eb61651fd432372a5749fd80eff25b4c110da01d6de56dbef4f4a7f860d42"
url: "https://gisupdates.esri.com/ArcGIS_MapsSDK/200.2.0/ArcGIS-Swift-v200.2.xcframework.zip",
checksum: "5e583ea357a1b2ffc6bc4780fa25212ea34d080af18ba605b120d6294c1e3918"
),
.binaryTarget(
name: "CoreArcGIS",
url: "https://gisupdates.esri.com/ArcGIS_MapsSDK/200.1.0/CoreArcGIS-Swift-v200.1.xcframework.zip",
checksum: "5baa0b3739b359a349635b7fc04fbdf06eb8ac2a33bd561dab6c9521e34ec574"
url: "https://gisupdates.esri.com/ArcGIS_MapsSDK/200.2.0/CoreArcGIS-Swift-v200.2.xcframework.zip",
checksum: "89daa99fd7c9eeea74ffb2b18a1a3479f19179cc59b7bfe590d0fb7134be4949"
)
]
)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ That's it. ArcGIS Maps SDK for Swift has been integrated into your project as a
Try out some of the [tutorials](https://developers.arcgis.com/swift/) or check out the [samples](https://github.com/Esri/arcgis-maps-sdk-swift-samples). In addition, check out the [toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) for some components that will simplify your iOS app development.

### Requirements
- Xcode 14.0 or newer
- Xcode 14.1 or newer

### Resources
- [ArcGIS Maps SDK for Swift](https://developers.arcgis.com/swift/)
Expand All @@ -26,7 +26,7 @@ Try out some of the [tutorials](https://developers.arcgis.com/swift/) or check o
Find a bug or want to request a new feature? Please let us know by submitting an issue.

### Licensing
COPYRIGHT © 2022 Esri
COPYRIGHT © 2023 Esri

All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.

Expand Down

0 comments on commit 893ca85

Please sign in to comment.