Skip to content

Commit 0f32d99

Browse files
authored
Merge pull request #1236 from Esri/df/bump_200.8.0
Bump versions for 200.8
2 parents 46e83df + ec45d3d commit 0f32d99

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

AuthenticationExample/AuthenticationExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"$(inherited)",
355355
"@executable_path/Frameworks",
356356
);
357-
MARKETING_VERSION = 200.7.0;
357+
MARKETING_VERSION = 200.8.0;
358358
PRODUCT_BUNDLE_IDENTIFIER = com.esri.Authentication;
359359
PRODUCT_NAME = "$(TARGET_NAME)";
360360
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
@@ -392,7 +392,7 @@
392392
"$(inherited)",
393393
"@executable_path/Frameworks",
394394
);
395-
MARKETING_VERSION = 200.7.0;
395+
MARKETING_VERSION = 200.8.0;
396396
PRODUCT_BUNDLE_IDENTIFIER = com.esri.Authentication;
397397
PRODUCT_NAME = "$(TARGET_NAME)";
398398
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";

Examples/Examples.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
"$(inherited)",
466466
"@executable_path/Frameworks",
467467
);
468-
MARKETING_VERSION = 200.7.0;
468+
MARKETING_VERSION = 200.8.0;
469469
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit-examples";
470470
PRODUCT_NAME = "$(TARGET_NAME)";
471471
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
@@ -498,7 +498,7 @@
498498
"$(inherited)",
499499
"@executable_path/Frameworks",
500500
);
501-
MARKETING_VERSION = 200.7.0;
501+
MARKETING_VERSION = 200.8.0;
502502
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit-examples";
503503
PRODUCT_NAME = "$(TARGET_NAME)";
504504
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";

JobManagerExample/JobManagerExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"$(inherited)",
328328
"@executable_path/Frameworks",
329329
);
330-
MARKETING_VERSION = 200.7.0;
330+
MARKETING_VERSION = 200.8.0;
331331
PRODUCT_BUNDLE_IDENTIFIER = com.esri.JobManagerExample;
332332
PRODUCT_NAME = "$(TARGET_NAME)";
333333
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
@@ -364,7 +364,7 @@
364364
"$(inherited)",
365365
"@executable_path/Frameworks",
366366
);
367-
MARKETING_VERSION = 200.7.0;
367+
MARKETING_VERSION = 200.8.0;
368368
PRODUCT_BUNDLE_IDENTIFIER = com.esri.JobManagerExample;
369369
PRODUCT_NAME = "$(TARGET_NAME)";
370370
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";

OfflineMapAreasExample/OfflineMapAreasExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
309309
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
310310
MACOSX_DEPLOYMENT_TARGET = 14.4;
311-
MARKETING_VERSION = 200.7.0;
311+
MARKETING_VERSION = 200.8.0;
312312
PRODUCT_BUNDLE_IDENTIFIER = com.esri.OfflineMapAreasExample;
313313
PRODUCT_NAME = "$(TARGET_NAME)";
314314
SDKROOT = auto;
@@ -349,7 +349,7 @@
349349
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
350350
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
351351
MACOSX_DEPLOYMENT_TARGET = 14.4;
352-
MARKETING_VERSION = 200.7.0;
352+
MARKETING_VERSION = 200.8.0;
353353
PRODUCT_BUNDLE_IDENTIFIER = com.esri.OfflineMapAreasExample;
354354
PRODUCT_NAME = "$(TARGET_NAME)";
355355
SDKROOT = auto;

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let package = Package(
3131
),
3232
],
3333
dependencies: [
34-
.package(url: "https://github.com/Esri/arcgis-maps-sdk-swift", .upToNextMinor(from: "200.7.0")),
34+
.package(url: "https://github.com/Esri/arcgis-maps-sdk-swift", .upToNextMinor(from: "200.8.0")),
3535
.package(url: "https://github.com/swiftlang/swift-markdown.git", .upToNextMinor(from: "0.4.0"))
3636
],
3737
targets: [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To use Toolkit in your project:
3030

3131
## Requirements
3232
* ArcGIS Maps SDK for Swift
33-
* The [System Requirements](https://developers.arcgis.com/swift/system-requirements/system-requirements-for-200-6/) are the same as those for the ArcGIS Maps SDK for Swift
33+
* The [System Requirements](https://developers.arcgis.com/swift/system-requirements) are the same as those for the ArcGIS Maps SDK for Swift
3434

3535
## Instructions
3636

Test Runner/Test Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@
565565
"$(inherited)",
566566
"@executable_path/Frameworks",
567567
);
568-
MARKETING_VERSION = 200.7.0;
568+
MARKETING_VERSION = 200.8.0;
569569
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit.Test-Runner";
570570
PRODUCT_NAME = "$(TARGET_NAME)";
571571
SUPPORTS_MACCATALYST = YES;
@@ -601,7 +601,7 @@
601601
"$(inherited)",
602602
"@executable_path/Frameworks",
603603
);
604-
MARKETING_VERSION = 200.7.0;
604+
MARKETING_VERSION = 200.8.0;
605605
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit.Test-Runner";
606606
PRODUCT_NAME = "$(TARGET_NAME)";
607607
SUPPORTS_MACCATALYST = YES;

0 commit comments

Comments
 (0)