1 Star 1 Fork 0

董昱/arcgis-maps-sdk-swift

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Package.swift 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
Zachary Kline 提交于 2022-12-09 08:35 +08:00 . Update Package.swift
// 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"
)
]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dongyu1009/arcgis-maps-sdk-swift.git
git@gitee.com:dongyu1009/arcgis-maps-sdk-swift.git
dongyu1009
arcgis-maps-sdk-swift
arcgis-maps-sdk-swift
main

搜索帮助