File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
AuthenticationExample/AuthenticationExample.xcodeproj
Examples/Examples.xcodeproj
JobManagerExample/JobManagerExample.xcodeproj
OfflineMapAreasExample/OfflineMapAreasExample.xcodeproj
Test Runner/Test Runner.xcodeproj Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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";
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";
Original file line number Diff line number Diff line change 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";
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";
Original file line number Diff line number Diff line change 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";
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";
Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff 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: [
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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;
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;
You can’t perform that action at this time.
0 commit comments