Skip to content

Commit

Permalink
Merge pull request #311 from Esri/v.next
Browse files Browse the repository at this point in the history
[Release] 200.3.0
  • Loading branch information
yo1995 committed Dec 6, 2023
2 parents 85751e6 + 950f2b0 commit b1cafa8
Show file tree
Hide file tree
Showing 233 changed files with 10,096 additions and 424 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This repository contains Swift sample code demonstrating the capabilities of [Ar

## Requirements

* [ArcGIS Maps SDK for Swift](https://developers.arcgis.com/swift/) 200.2 (or newer)
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.2 (or newer)
* Xcode 14.1 (or newer)
* [ArcGIS Maps SDK for Swift](https://developers.arcgis.com/swift/) 200.3 (or newer)
* [ArcGIS Maps SDK for Swift Toolkit](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit) 200.3 (or newer)
* Xcode 15.0 (or newer)

The *ArcGIS Maps SDK for Swift Samples app* has a *Target SDK* version of *15.0*, meaning that it can run on devices with *iOS 15.0* or newer.

Expand Down
701 changes: 687 additions & 14 deletions Samples.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Samples.xcodeproj/xcshareddata/xcschemes/Samples.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1330"
LastUpgradeVersion = "1500"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions Shared/Assets.xcassets/BlueMarker.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "Blue-Marker@1x.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Blue-Marker@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Blue-Marker@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
{
"images" : [
{
"filename" : "Analysis-icon@1x.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Analysis-icon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Analysis-icon@3x.png",
"idiom" : "universal",
"scale" : "3x"
"filename" : "Analysis-icon.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
{
"images" : [
{
"filename" : "Augmented-Reality-icon@1x.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Augmented-Reality-icon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Augmented-Reality-icon@3x.png",
"idiom" : "universal",
"scale" : "3x"
"filename" : "Augmented-Reality-icon.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
{
"images" : [
{
"filename" : "Cloud-and-Portal-icon@1x.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Cloud-and-Portal-icon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Cloud-and-Portal-icon@3x.png",
"idiom" : "universal",
"scale" : "3x"
"filename" : "Cloud-and-Portal-icon.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
{
"images" : [
{
"filename" : "Edit-and-Manage-Data-icon@1x.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Edit-and-Manage-Data-icon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Edit-and-Manage-Data-icon@3x.png",
"idiom" : "universal",
"scale" : "3x"
"filename" : "Edit-and-Manage-Data-icon.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
{
"images" : [
{
"filename" : "Layers-icon@1x.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Layers-icon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Layers-icon@3x.png",
"idiom" : "universal",
"scale" : "3x"
"filename" : "Layers-icon.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 5 additions & 13 deletions Shared/Assets.xcassets/Categories/Maps-icon.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
{
"images" : [
{
"filename" : "Maps-icon@1x.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Maps-icon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Maps-icon@3x.png",
"idiom" : "universal",
"scale" : "3x"
"filename" : "Maps-icon.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
{
"images" : [
{
"filename" : "Routing-and-Logistics-icon@1x.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Routing-and-Logistics-icon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Routing-and-Logistics-icon@3x.png",
"idiom" : "universal",
"scale" : "3x"
"filename" : "Routing-and-Logistics-icon.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Diff not rendered.
Diff not rendered.
Diff not rendered.
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
{
"images" : [
{
"filename" : "Scenes-icon@1x.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Scenes-icon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Scenes-icon@3x.png",
"idiom" : "universal",
"scale" : "3x"
"filename" : "Scenes-icon.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}

0 comments on commit b1cafa8

Please sign in to comment.