Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1100 from Esri/Ting/Update-versionNumber-vNext
Browse files Browse the repository at this point in the history
Update: Bump version number for Update 12
  • Loading branch information
yo1995 authored Aug 24, 2021
2 parents d900edf + c055b8f commit 0606420
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions arcgis-ios-sdk-samples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand Down Expand Up @@ -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)";
Expand Down Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion podfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0606420

Please sign in to comment.