diff --git a/README.md b/README.md index e02f296d2..1db109487 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ The ```main``` branch of this repository contains samples configured for the lat ## Requirements -* [ArcGIS Runtime SDK for iOS](https://developers.arcgis.com/ios/) 100.11.0 (or newer) -* [ArcGIS Runtime Toolkit for iOS](https://github.com/Esri/arcgis-runtime-toolkit-ios) 100.11.0 (or newer) +* [ArcGIS Runtime SDK for iOS](https://developers.arcgis.com/ios/) 100.12.0 (or newer) +* [ArcGIS Runtime Toolkit for iOS](https://github.com/Esri/arcgis-runtime-toolkit-ios) 100.12.0 (or newer) * Xcode 12.0 (or newer) The *ArcGIS Runtime SDK Samples app* has a *Target SDK* version of *13.0*, meaning that it can run on devices with *iOS 13.0* or newer. diff --git a/arcgis-ios-sdk-samples.xcodeproj/project.pbxproj b/arcgis-ios-sdk-samples.xcodeproj/project.pbxproj index 59935ef8b..389121766 100644 --- a/arcgis-ios-sdk-samples.xcodeproj/project.pbxproj +++ b/arcgis-ios-sdk-samples.xcodeproj/project.pbxproj @@ -5650,7 +5650,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 100.11.2; + MARKETING_VERSION = 100.12.0; OTHER_LDFLAGS = "$(inherited)"; PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-ios-sdk-samples"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -5679,7 +5679,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 100.11.2; + MARKETING_VERSION = 100.12.0; OTHER_LDFLAGS = "$(inherited)"; PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-ios-sdk-samples"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -5786,7 +5786,7 @@ repositoryURL = "https://github.com/Esri/arcgis-runtime-toolkit-ios"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 100.11.0; + minimumVersion = 100.12.0; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/podfile b/podfile index 6b09553fc..3a22fcdfc 100644 --- a/podfile +++ b/podfile @@ -1,5 +1,5 @@ platform :ios, '13.0' target 'ArcGIS Runtime SDK Samples' do use_frameworks! - pod 'ArcGIS-Runtime-Toolkit-iOS', '~> 100.11' + pod 'ArcGIS-Runtime-Toolkit-iOS', '~> 100.12' end \ No newline at end of file