Skip to content

Commit

Permalink
Mobile SDK 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmathurin committed Aug 31, 2023
1 parent 9fc31b4 commit bafcff4
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 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 = "11.1.0"
s.version = "11.0.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 = "11.1.0"
s.version = "11.0.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 = "11.1.0"
s.version = "11.0.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 = "11.1.0"
s.version = "11.0.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 = "11.1.0"
s.version = "11.0.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 = 11.1.0
CURRENT_PROJECT_VERSION = 11.0.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 @@ -69,7 +69,9 @@

#define __SALESFORCE_SDK_11_1_0 110100

#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_11_1_0
#define __SALESFORCE_SDK_11_0_1 110001

#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_11_0_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": "11.1.0",
"version": "11.0.1",
"description": "Salesforce Mobile SDK for iOS",
"keywords": [ "mobilesdk", "ios", "salesforce", "mobile", "sdk" ],
"homepage": "https://github.com/forcedotcom/SalesforceMobileSDK-iOS",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The Salesforce Mobile SDK for iOS requires iOS 15.0 or greater. The install.sh
Introduction
==

### What's New in 11.1.0
### What's New in 11.0.1
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-iOS/releases).

### Native Applications
Expand Down

0 comments on commit bafcff4

Please sign in to comment.