Skip to content

Commit

Permalink
Merge pull request #403 from Esri/v.next
Browse files Browse the repository at this point in the history
Merge v.next into main for 200.2
  • Loading branch information
mhdostal authored Aug 16, 2023
2 parents f75f901 + 88545af commit 5ea1271
Show file tree
Hide file tree
Showing 231 changed files with 5,353 additions and 2,064 deletions.
1 change: 0 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ disabled_rules:

# Some rules are only opt-in
opt_in_rules:
- anyobject_protocol
- array_init
- attributes
- closure_end_indentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 200.1.0;
MARKETING_VERSION = 200.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.esri.Authentication;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -358,7 +358,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 200.1.0;
MARKETING_VERSION = 200.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.esri.Authentication;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ private extension Error {
/// authentication challenge.
var isChallengeCancellationError: Bool {
switch self {
case is CancellationError:
case is ArcGISChallengeCancellationError:
return true
case let error as NSError:
return error.domain == NSURLErrorDomain && error.code == -999
Expand Down
92 changes: 0 additions & 92 deletions Documentation/Authenticator/README.md

This file was deleted.

92 changes: 0 additions & 92 deletions Documentation/BasemapGallery/README.md

This file was deleted.

114 changes: 0 additions & 114 deletions Documentation/Bookmarks/README.md

This file was deleted.

Loading

0 comments on commit 5ea1271

Please sign in to comment.