File tree 6 files changed +10
-12
lines changed
AuthenticationExample/AuthenticationExample.xcodeproj
Examples/Examples.xcodeproj
JobManagerExample/JobManagerExample.xcodeproj
Test Runner/Test Runner.xcodeproj
6 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 351
351
"$(inherited)",
352
352
"@executable_path/Frameworks",
353
353
);
354
- MARKETING_VERSION = 200.4 .0;
354
+ MARKETING_VERSION = 200.5 .0;
355
355
PRODUCT_BUNDLE_IDENTIFIER = com.esri.Authentication;
356
356
PRODUCT_NAME = "$(TARGET_NAME)";
357
357
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
386
386
"$(inherited)",
387
387
"@executable_path/Frameworks",
388
388
);
389
- MARKETING_VERSION = 200.4 .0;
389
+ MARKETING_VERSION = 200.5 .0;
390
390
PRODUCT_BUNDLE_IDENTIFIER = com.esri.Authentication;
391
391
PRODUCT_NAME = "$(TARGET_NAME)";
392
392
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Original file line number Diff line number Diff line change 427
427
"$(inherited)",
428
428
"@executable_path/Frameworks",
429
429
);
430
- MARKETING_VERSION = 200.4 .0;
430
+ MARKETING_VERSION = 200.5 .0;
431
431
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit-examples";
432
432
PRODUCT_NAME = "$(TARGET_NAME)";
433
433
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
459
459
"$(inherited)",
460
460
"@executable_path/Frameworks",
461
461
);
462
- MARKETING_VERSION = 200.4 .0;
462
+ MARKETING_VERSION = 200.5 .0;
463
463
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit-examples";
464
464
PRODUCT_NAME = "$(TARGET_NAME)";
465
465
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Original file line number Diff line number Diff line change 325
325
"$(inherited)",
326
326
"@executable_path/Frameworks",
327
327
);
328
- MARKETING_VERSION = 200.4 .0;
328
+ MARKETING_VERSION = 200.5 .0;
329
329
PRODUCT_BUNDLE_IDENTIFIER = com.esri.JobManagerExample;
330
330
PRODUCT_NAME = "$(TARGET_NAME)";
331
331
SWIFT_EMIT_LOC_STRINGS = YES;
357
357
"$(inherited)",
358
358
"@executable_path/Frameworks",
359
359
);
360
- MARKETING_VERSION = 200.4 .0;
360
+ MARKETING_VERSION = 200.5 .0;
361
361
PRODUCT_BUNDLE_IDENTIFIER = com.esri.JobManagerExample;
362
362
PRODUCT_NAME = "$(TARGET_NAME)";
363
363
SWIFT_EMIT_LOC_STRINGS = YES;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ let package = Package(
30
30
) ,
31
31
] ,
32
32
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 " ) )
34
34
] ,
35
35
targets: [
36
36
. target(
Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ To use Toolkit in your project:
29
29
30
30
## Requirements
31
31
* 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
35
33
36
34
## Instructions
37
35
Original file line number Diff line number Diff line change 479
479
"$(inherited)",
480
480
"@executable_path/Frameworks",
481
481
);
482
- MARKETING_VERSION = 200.3 .0;
482
+ MARKETING_VERSION = 200.5 .0;
483
483
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit.Test-Runner";
484
484
PRODUCT_NAME = "$(TARGET_NAME)";
485
485
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
515
515
"$(inherited)",
516
516
"@executable_path/Frameworks",
517
517
);
518
- MARKETING_VERSION = 200.3 .0;
518
+ MARKETING_VERSION = 200.5 .0;
519
519
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-toolkit.Test-Runner";
520
520
PRODUCT_NAME = "$(TARGET_NAME)";
521
521
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
You can’t perform that action at this time.
0 commit comments