代码拉取完成,页面将自动刷新
// swift-tools-version: 5.7
//
// COPYRIGHT 1995-2022 ESRI
//
// All rights reserved under the copyright laws of the United States
// and applicable international laws, treaties, and conventions.
//
// This material is licensed for use under the Esri Master License
// Agreement (MLA), and is bound by the terms of that agreement.
// You may redistribute and use this code without modification,
// provided you adhere to the terms of the MLA and include this
// copyright notice.
//
// See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
//
// For additional information, contact:
// Environmental Systems Research Institute, Inc.
// Attn: Contracts and Legal Services Department
// 380 New York Street
// Redlands, California, USA 92373
// email: contracts@esri.com
import PackageDescription
let package = Package(
name: "arcgis-maps-sdk-swift",
platforms: [
.iOS(.v15),
.macCatalyst(.v15)
],
products: [
.library(
name: "ArcGIS",
targets: ["ArcGIS", "CoreArcGIS"]
)
],
targets: [
.binaryTarget(
name: "ArcGIS",
url: "https://gisupdates.esri.com/ArcGIS_MapsSDK/200.0.0/ArcGIS-Swift-v200.0.xcframework.zip",
checksum: "047d1a5e7a95181a418a53fdc9ddae88414df8536f7932a36cb1b375640542f1"
),
.binaryTarget(
name: "CoreArcGIS",
url: "https://gisupdates.esri.com/ArcGIS_MapsSDK/200.0.0/CoreArcGIS-Swift-v200.0.xcframework.zip",
checksum: "620bd5af91896aa2ac5051bca077fc668b02cfea80fa15f8a3a326976dfa8870"
)
]
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。