Skip to content

Commit 98fec29

Browse files
authoredAug 1, 2024
Merge pull request #825 from Esri/mhd/ReleaseFinalization
Finalize Toolkit for Release
2 parents e721da5 + f5c164a commit 98fec29

File tree

6 files changed

+10
-12
lines changed

6 files changed

+10
-12
lines changed
 

‎AuthenticationExample/AuthenticationExample.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
"$(inherited)",
352352
"@executable_path/Frameworks",
353353
);
354-
MARKETING_VERSION = 200.4.0;
354+
MARKETING_VERSION = 200.5.0;
355355
PRODUCT_BUNDLE_IDENTIFIER = com.esri.Authentication;
356356
PRODUCT_NAME = "$(TARGET_NAME)";
357357
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -386,7 +386,7 @@
386386
"$(inherited)",
387387
"@executable_path/Frameworks",
388388
);
389-
MARKETING_VERSION = 200.4.0;
389+
MARKETING_VERSION = 200.5.0;
390390
PRODUCT_BUNDLE_IDENTIFIER = com.esri.Authentication;
391391
PRODUCT_NAME = "$(TARGET_NAME)";
392392
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

‎Examples/Examples.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
"$(inherited)",
428428
"@executable_path/Frameworks",
429429
);
430-
MARKETING_VERSION = 200.4.0;
430+
MARKETING_VERSION = 200.5.0;
431431
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit-examples";
432432
PRODUCT_NAME = "$(TARGET_NAME)";
433433
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -459,7 +459,7 @@
459459
"$(inherited)",
460460
"@executable_path/Frameworks",
461461
);
462-
MARKETING_VERSION = 200.4.0;
462+
MARKETING_VERSION = 200.5.0;
463463
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit-examples";
464464
PRODUCT_NAME = "$(TARGET_NAME)";
465465
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

‎JobManagerExample/JobManagerExample.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"$(inherited)",
326326
"@executable_path/Frameworks",
327327
);
328-
MARKETING_VERSION = 200.4.0;
328+
MARKETING_VERSION = 200.5.0;
329329
PRODUCT_BUNDLE_IDENTIFIER = com.esri.JobManagerExample;
330330
PRODUCT_NAME = "$(TARGET_NAME)";
331331
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -357,7 +357,7 @@
357357
"$(inherited)",
358358
"@executable_path/Frameworks",
359359
);
360-
MARKETING_VERSION = 200.4.0;
360+
MARKETING_VERSION = 200.5.0;
361361
PRODUCT_BUNDLE_IDENTIFIER = com.esri.JobManagerExample;
362362
PRODUCT_NAME = "$(TARGET_NAME)";
363363
SWIFT_EMIT_LOC_STRINGS = YES;

‎Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let package = Package(
3030
),
3131
],
3232
dependencies: [
33-
.package(url: "https://github.com/Esri/arcgis-maps-sdk-swift", .upToNextMinor(from: "200.4.0"))
33+
.package(url: "https://github.com/Esri/arcgis-maps-sdk-swift", .upToNextMinor(from: "200.5.0"))
3434
],
3535
targets: [
3636
.target(

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ To use Toolkit in your project:
2929

3030
## Requirements
3131
* ArcGIS Maps SDK for Swift
32-
* Xcode 15.0 (or newer)
33-
34-
The *ArcGIS Maps SDK for Swift Toolkit* has a *Target SDK* version of *16.0*, meaning that it can run on devices with *iOS 16.0* or newer.
32+
* The [System Requirements](https://developers.arcgis.com/swift/system-requirements/system-requirements-for-200-5/) are the same as those for the ArcGIS Maps SDK for Swift
3533

3634
## Instructions
3735

‎Test Runner/Test Runner.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
"$(inherited)",
480480
"@executable_path/Frameworks",
481481
);
482-
MARKETING_VERSION = 200.3.0;
482+
MARKETING_VERSION = 200.5.0;
483483
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit.Test-Runner";
484484
PRODUCT_NAME = "$(TARGET_NAME)";
485485
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -515,7 +515,7 @@
515515
"$(inherited)",
516516
"@executable_path/Frameworks",
517517
);
518-
MARKETING_VERSION = 200.3.0;
518+
MARKETING_VERSION = 200.5.0;
519519
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit.Test-Runner";
520520
PRODUCT_NAME = "$(TARGET_NAME)";
521521
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

0 commit comments

Comments
 (0)
Please sign in to comment.