Skip to content

Commit

Permalink
Mobile SDK 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmathurin committed Jul 14, 2021
1 parent 8523fed commit a05db81
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion MobileSync.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MobileSync"
s.version = "9.2.0"
s.version = "9.1.1"
s.summary = "Salesforce Mobile SDK for iOS - MobileSync"
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"

Expand Down
2 changes: 1 addition & 1 deletion SalesforceAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SalesforceAnalytics"
s.version = "9.2.0"
s.version = "9.1.1"
s.summary = "Salesforce Mobile SDK for iOS"
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"

Expand Down
2 changes: 1 addition & 1 deletion SalesforceSDKCommon.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SalesforceSDKCommon"
s.version = "9.2.0"
s.version = "9.1.1"
s.summary = "Salesforce Mobile SDK for iOS"
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"

Expand Down
2 changes: 1 addition & 1 deletion SalesforceSDKCore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SalesforceSDKCore"
s.version = "9.2.0"
s.version = "9.1.1"
s.summary = "Salesforce Mobile SDK for iOS"
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"

Expand Down
2 changes: 1 addition & 1 deletion SmartStore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SmartStore"
s.version = "9.2.0"
s.version = "9.1.1"
s.summary = "Salesforce Mobile SDK for iOS - SmartStore"
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"

Expand Down
2 changes: 1 addition & 1 deletion configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 9.2.0
CURRENT_PROJECT_VERSION = 9.1.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef SalesforceSDKConstants_h
#define SalesforceSDKConstants_h

#define SALESFORCE_SDK_IS_PRODUCTION_VERSION NO
#define SALESFORCE_SDK_IS_PRODUCTION_VERSION YES

#define SALESFORCE_SDK_BUILD_IDENTIFIER @".dev"

Expand Down Expand Up @@ -67,7 +67,9 @@

#define __SALESFORCE_SDK_9_2_0 90200

#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_9_2_0
#define __SALESFORCE_SDK_9_1_1 90101

#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_9_1_1

#define SALESFORCE_SDK_VERSION [NSString stringWithFormat:@"%d.%d.%d%@", \
(SALESFORCE_SDK_VERSION_MIN_REQUIRED / 10000), \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SalesforceMobileSDK-iOS",
"version": "9.2.0",
"version": "9.1.1",
"description": "Salesforce Mobile SDK for iOS",
"keywords": [ "mobilesdk", "ios", "salesforce", "mobile", "sdk" ],
"homepage": "https://github.com/forcedotcom/SalesforceMobileSDK-iOS",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ The Salesforce Mobile SDK for iOS requires iOS 11.0 or greater. The install.sh
Introduction
==

### What's New in 9.2.0
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-iOS/releases/tag/v9.2.0).
### What's New in 9.1.1
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-iOS/releases/tag/v9.1.1).

### Native Applications
The Salesforce Mobile SDK provides the essential libraries for quickly building native mobile apps that interact with the Salesforce cloud platform. The OAuth2 library abstracts away the complexity of securely storing the refresh token or fetching a new session ID when it expires. The SDK also provides wrappers for the Salesforce REST API that you can use from both Swift and Objective-C.
Expand Down

0 comments on commit a05db81

Please sign in to comment.